Searched refs:getWaitSemaphoreCount (Results 1 – 1 of 1) sorted by relevance
208 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() function5889 for (uint32_t j = 0; j < getWaitSemaphoreCount(pSubmits[i]); ++j) { in on_vkQueueSubmitTemplate()