Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp6258 uint32_t getSignalSemaphoreCount(const VkSubmitInfo& pSubmit) { in getSignalSemaphoreCount() function in gfxstream::vk::VkDecoderGlobalState::Impl
6261 uint32_t getSignalSemaphoreCount(const VkSubmitInfo2& pSubmit) { in getSignalSemaphoreCount() function in gfxstream::vk::VkDecoderGlobalState::Impl
6402 for (uint32_t j = 0; j < getSignalSemaphoreCount(pSubmits[i]); j++) { in on_vkQueueSubmit()