Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp5947 const VkTimelineSemaphoreSubmitInfoKHR* tsSi = in on_vkQueueBindSparse() local
5949 if (tsSi) { in on_vkQueueBindSparse()
5983 const VkTimelineSemaphoreSubmitInfoKHR* tsSi = in on_vkQueueBindSparse() local
5985 if (!tsSi) { in on_vkQueueBindSparse()
5991 currTsSi.waitSemaphoreValueCount = tsSi->waitSemaphoreValueCount; in on_vkQueueBindSparse()
5992 currTsSi.pWaitSemaphoreValues = tsSi->pWaitSemaphoreValues; in on_vkQueueBindSparse()
6010 vk_struct_chain_remove(tsSi, &currBi); in on_vkQueueBindSparse()
6022 currTsSi.signalSemaphoreValueCount = tsSi->signalSemaphoreValueCount; in on_vkQueueBindSparse()
6023 currTsSi.pSignalSemaphoreValues = tsSi->pSignalSemaphoreValues; in on_vkQueueBindSparse()