Searched refs:anv_WaitForFences (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/intel/vulkan/ |
D | anv_dump.c | 315 result = anv_WaitForFences(vk_device, 1, &fence, true, UINT64_MAX); in anv_dump_image_to_ppm()
|
D | anv_queue.c | 664 VkResult anv_WaitForFences( in anv_WaitForFences() function
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.c | 470 …VkResult anv_WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 … 681 .vkWaitForFences = anv_WaitForFences,
|
D | anv_entrypoints.h | 480 …VkResult anv_WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 …
|