Searched refs:vkWaitForFences (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | libvulkan.map.txt | 184 vkWaitForFences;
|
D | api_gen.cpp | 1698 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/ |
D | vulkan_wrapper.h | 72 extern PFN_vkWaitForFences vkWaitForFences;
|
D | vulkan_wrapper.cpp | 84 vkWaitForFences = reinterpret_cast<PFN_vkWaitForFences>(dlsym(libvulkan, "vkWaitForFences")); in InitVulkan() 431 PFN_vkWaitForFences vkWaitForFences; variable
|
/frameworks/opt/gamesdk/src/swappyVk/ |
D | SwappyVk.cpp | 656 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/ |
D | rsovScript.cpp | 625 res = vkWaitForFences(mDevice, 1, &fence, VK_TRUE, 100000); in runForEach()
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/ |
D | cube.c | 719 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/ |
D | vulkan.api | 8434 cmd VkResult vkWaitForFences(
|