Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp5966 VkSubmitInfo currSi = { in on_vkQueueBindSparse() local
5996 currSi.waitSemaphoreCount = pBindInfo[i].waitSemaphoreCount; in on_vkQueueBindSparse()
5997 currSi.pWaitSemaphores = pBindInfo[i].pWaitSemaphores; in on_vkQueueBindSparse()
6000 currSi.pWaitDstStageMask = waitDstStageMasks.data(); in on_vkQueueBindSparse()
6002 currSi.signalSemaphoreCount = 0; in on_vkQueueBindSparse()
6003 currSi.pSignalSemaphores = nullptr; in on_vkQueueBindSparse()
6005 res = vk->vkQueueSubmit(queue, 1, &currSi, nullptr); in on_vkQueueBindSparse()
6025 currSi.waitSemaphoreCount = 0; in on_vkQueueBindSparse()
6026 currSi.pWaitSemaphores = nullptr; in on_vkQueueBindSparse()
6027 currSi.signalSemaphoreCount = pBindInfo[i].signalSemaphoreCount; in on_vkQueueBindSparse()
[all …]