Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt184 vkWaitForFences;
Dapi_gen.cpp1698 VKAPI_ATTR VkResult vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, V… in vkWaitForFences() function
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/common/
Dvulkan_wrapper.h72 extern PFN_vkWaitForFences vkWaitForFences;
Dvulkan_wrapper.cpp84 vkWaitForFences = reinterpret_cast<PFN_vkWaitForFences>(dlsym(libvulkan, "vkWaitForFences")); in InitVulkan()
431 PFN_vkWaitForFences vkWaitForFences; variable
/frameworks/opt/gamesdk/src/swappyVk/
DSwappyVk.cpp656 vkWaitForFences(mDevice, 1, &sync.fence, VK_TRUE, UINT64_MAX); in destroyVkSyncObjects()
680 if (vkWaitForFences(mDevice, 1, &sync.fence, VK_TRUE, 0) == VK_TIMEOUT) { in waitForFenceChoreographer()
/frameworks/rs/rsov/driver/
DrsovScript.cpp625 res = vkWaitForFences(mDevice, 1, &fence, VK_TRUE, 100000); in runForEach()
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.c719 err = vkWaitForFences(demo->device, 1, &fence, VK_TRUE, UINT64_MAX); in demo_flush_init_cmd()
1085 vkWaitForFences(demo->device, 1, &demo->fences[demo->frame_index], VK_TRUE, UINT64_MAX); in demo_draw()
2369 vkWaitForFences(demo->device, 1, &demo->fences[i], VK_TRUE, UINT64_MAX); in demo_cleanup()
/frameworks/native/vulkan/api/
Dvulkan.api8434 cmd VkResult vkWaitForFences(