Searched refs:commandBufferFence (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkCommonOperations.cpp | 1229 &sVkEmulation->commandBufferFence); in createGlobalVkEmulation() 1398 sVkEmulation->dvk->vkDestroyFence(sVkEmulation->device, sVkEmulation->commandBufferFence, in teardownGlobalVkEmulation() 2544 sVkEmulation->commandBufferFence)); in readColorBufferToBytesLocked() 2549 VK_CHECK(vk->vkWaitForFences(sVkEmulation->device, 1, &sVkEmulation->commandBufferFence, in readColorBufferToBytesLocked() 2552 VK_CHECK(vk->vkResetFences(sVkEmulation->device, 1, &sVkEmulation->commandBufferFence)); in readColorBufferToBytesLocked() 2786 sVkEmulation->commandBufferFence)); in updateColorBufferFromBytesLocked() 2791 VK_CHECK(vk->vkWaitForFences(sVkEmulation->device, 1, &sVkEmulation->commandBufferFence, in updateColorBufferFromBytesLocked() 2794 VK_CHECK(vk->vkResetFences(sVkEmulation->device, 1, &sVkEmulation->commandBufferFence)); in updateColorBufferFromBytesLocked() 3179 sVkEmulation->commandBufferFence)); in readBufferToBytes() 3184 VK_CHECK(vk->vkWaitForFences(sVkEmulation->device, 1, &sVkEmulation->commandBufferFence, in readBufferToBytes() [all …]
|
D | VkCommonOperations.h | 171 VkFence commandBufferFence = VK_NULL_HANDLE; member
|