Searched refs:executePreprocessRecursive (Results 1 – 1 of 1) sorted by relevance
6218 executePreprocessRecursive(pSubmits[i]); in on_vkQueueSubmit()8464 void executePreprocessRecursive(int level, VkCommandBuffer cmdBuffer) { in executePreprocessRecursive() function in gfxstream::vk::VkDecoderGlobalState::Impl8476 void executePreprocessRecursive(const VkSubmitInfo& submit) { in executePreprocessRecursive() function in gfxstream::vk::VkDecoderGlobalState::Impl8478 executePreprocessRecursive(0, submit.pCommandBuffers[c]); in executePreprocessRecursive()8482 void executePreprocessRecursive(const VkSubmitInfo2& submit) { in executePreprocessRecursive() function in gfxstream::vk::VkDecoderGlobalState::Impl8484 executePreprocessRecursive(0, submit.pCommandBufferInfos[c].commandBuffer); in executePreprocessRecursive()