Searched refs:waitAll (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 71 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
|
D | null_driver.cpp | 1261 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… in WaitForFences() argument
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 433 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… 1082 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… in WaitForFences() argument 1083 return GetData(device).dispatch.WaitForFences(device, fenceCount, pFences, waitAll, timeout); in WaitForFences() 2061 …s(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… in vkWaitForFences() argument 2062 return vulkan::api::WaitForFences(device, fenceCount, pFences, waitAll, timeout); in vkWaitForFences()
|