Searched refs:WaitForFences (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 91 PFN_vkWaitForFences WaitForFences; member
|
H A D | api_gen.cpp | 218 INIT_PROC(true, dev, WaitForFences); in InitDispatchTable() 396 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkB… 833 { "vkWaitForFences", reinterpret_cast<PFN_vkVoidFunction>(WaitForFences) }, in GetInstanceProcAddr() 966 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkB… in WaitForFences() function 967 return GetData(device).dispatch.WaitForFences(device, fenceCount, pFences, waitAll, timeout); in WaitForFences() 1798 return vulkan::api::WaitForFences(device, fenceCount, pFences, waitAll, timeout); in vkWaitForFences()
|
/aosp12/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver_gen.cpp | 249 …ForFences", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkWaitForFences>(WaitForFences))},
|
H A D | null_driver_gen.h | 71 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkB…
|
H A D | null_driver.cpp | 1238 VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitA… in WaitForFences() function
|
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | VulkanManager.cpp | 338 GET_DEV_PROC(WaitForFences); in setupDevice()
|