Home
last modified time | relevance | path

Searched refs:WaitForFences (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h91 PFN_vkWaitForFences WaitForFences; member
H A Dapi_gen.cpp218 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 Dnull_driver_gen.cpp249 …ForFences", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkWaitForFences>(WaitForFences))},
H A Dnull_driver_gen.h71 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkB…
H A Dnull_driver.cpp1238 VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitA… in WaitForFences() function
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.cpp338 GET_DEV_PROC(WaitForFences); in setupDevice()