Home
last modified time | relevance | path

Searched refs:executePreprocessRecursive (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp5229 executePreprocessRecursive(pSubmits[i]); in on_vkQueueSubmit()
7139 void executePreprocessRecursive(int level, VkCommandBuffer cmdBuffer) { in executePreprocessRecursive() function in gfxstream::vk::VkDecoderGlobalState::Impl
7151 void executePreprocessRecursive(const VkSubmitInfo& submit) { in executePreprocessRecursive() function in gfxstream::vk::VkDecoderGlobalState::Impl
7153 executePreprocessRecursive(0, submit.pCommandBuffers[c]); in executePreprocessRecursive()
7157 void executePreprocessRecursive(const VkSubmitInfo2& submit) { in executePreprocessRecursive() function in gfxstream::vk::VkDecoderGlobalState::Impl
7159 executePreprocessRecursive(0, submit.pCommandBufferInfos[c].commandBuffer); in executePreprocessRecursive()