Searched refs:currTsSi (Results 1 – 1 of 1) sorted by relevance
5962 VkTimelineSemaphoreSubmitInfoKHR currTsSi = { in on_vkQueueBindSparse() local5968 &currTsSi, in on_vkQueueBindSparse()5991 currTsSi.waitSemaphoreValueCount = tsSi->waitSemaphoreValueCount; in on_vkQueueBindSparse()5992 currTsSi.pWaitSemaphoreValues = tsSi->pWaitSemaphoreValues; in on_vkQueueBindSparse()5993 currTsSi.signalSemaphoreValueCount = 0; in on_vkQueueBindSparse()5994 currTsSi.pSignalSemaphoreValues = nullptr; in on_vkQueueBindSparse()6020 currTsSi.waitSemaphoreValueCount = 0; in on_vkQueueBindSparse()6021 currTsSi.pWaitSemaphoreValues = nullptr; in on_vkQueueBindSparse()6022 currTsSi.signalSemaphoreValueCount = tsSi->signalSemaphoreValueCount; in on_vkQueueBindSparse()6023 currTsSi.pSignalSemaphoreValues = tsSi->pSignalSemaphoreValues; in on_vkQueueBindSparse()