Home
last modified time | relevance | path

Searched refs:pSubmit (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() argument
211 return pSubmit.waitSemaphoreInfoCount; in getWaitSemaphoreCount()
214 uint32_t getCommandBufferCount(const VkSubmitInfo& pSubmit) { return pSubmit.commandBufferCount; } in getCommandBufferCount() argument
216 uint32_t getCommandBufferCount(const VkSubmitInfo2& pSubmit) { in getCommandBufferCount() argument
217 return pSubmit.commandBufferInfoCount; in getCommandBufferCount()
220 uint32_t getSignalSemaphoreCount(const VkSubmitInfo& pSubmit) { in getSignalSemaphoreCount() argument
221 return pSubmit.signalSemaphoreCount; in getSignalSemaphoreCount()
224 uint32_t getSignalSemaphoreCount(const VkSubmitInfo2& pSubmit) { in getSignalSemaphoreCount() argument
225 return pSubmit.signalSemaphoreInfoCount; in getSignalSemaphoreCount()
[all …]