Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp208 uint32_t getWaitSemaphoreCount(const VkSubmitInfo& pSubmit) { return pSubmit.waitSemaphoreCount; } in GOLDFISH_VK_LIST_TRIVIAL_HANDLE_TYPES()
210 uint32_t getWaitSemaphoreCount(const VkSubmitInfo2& pSubmit) { in getWaitSemaphoreCount() function
5889 for (uint32_t j = 0; j < getWaitSemaphoreCount(pSubmits[i]); ++j) { in on_vkQueueSubmitTemplate()