Searched refs:pSubmit (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() argument211 return pSubmit.waitSemaphoreInfoCount; in getWaitSemaphoreCount()214 uint32_t getCommandBufferCount(const VkSubmitInfo& pSubmit) { return pSubmit.commandBufferCount; } in getCommandBufferCount() argument216 uint32_t getCommandBufferCount(const VkSubmitInfo2& pSubmit) { in getCommandBufferCount() argument217 return pSubmit.commandBufferInfoCount; in getCommandBufferCount()220 uint32_t getSignalSemaphoreCount(const VkSubmitInfo& pSubmit) { in getSignalSemaphoreCount() argument221 return pSubmit.signalSemaphoreCount; in getSignalSemaphoreCount()224 uint32_t getSignalSemaphoreCount(const VkSubmitInfo2& pSubmit) { in getSignalSemaphoreCount() argument225 return pSubmit.signalSemaphoreInfoCount; in getSignalSemaphoreCount()[all …]