Searched refs:executePreprocessRecursive (Results 1 – 1 of 1) sorted by relevance
5229 executePreprocessRecursive(pSubmits[i]); in on_vkQueueSubmit()7139 void executePreprocessRecursive(int level, VkCommandBuffer cmdBuffer) { in executePreprocessRecursive() function in gfxstream::vk::VkDecoderGlobalState::Impl7151 void executePreprocessRecursive(const VkSubmitInfo& submit) { in executePreprocessRecursive() function in gfxstream::vk::VkDecoderGlobalState::Impl7153 executePreprocessRecursive(0, submit.pCommandBuffers[c]); in executePreprocessRecursive()7157 void executePreprocessRecursive(const VkSubmitInfo2& submit) { in executePreprocessRecursive() function in gfxstream::vk::VkDecoderGlobalState::Impl7159 executePreprocessRecursive(0, submit.pCommandBufferInfos[c].commandBuffer); in executePreprocessRecursive()