Searched defs:waitAll (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/ |
D | AndroidWorkPool.cpp | 408 bool waitAll(WorkPool::WaitGroupHandle waitGroupHandle, WorkPool::TimeoutUs timeout) { in waitAll() function in gfxstream::guest::WorkPool::Impl 462 bool WorkPool::waitAll(WorkPool::WaitGroupHandle waitGroup, WorkPool::TimeoutUs timeout) { in waitAll() function in gfxstream::guest::WorkPool
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_fence.c | 253 VkBool32 waitAll, in vk_common_WaitForFences()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_funcs.hpp | 1116 … fenceCount, const VULKAN_HPP_NAMESPACE::Fence * pFences, VULKAN_HPP_NAMESPACE::Bool32 waitAll, ui… in waitForFences() 1124 …yProxy<const VULKAN_HPP_NAMESPACE::Fence> const & fences, VULKAN_HPP_NAMESPACE::Bool32 waitAll, ui… in waitForFences()
|
D | vulkansc_raii.hpp | 6399 …yProxy<const VULKAN_HPP_NAMESPACE::Fence> const & fences, VULKAN_HPP_NAMESPACE::Bool32 waitAll, ui… in waitForFences()
|
D | vulkansc.hpp | 1222 …ces( VkDevice device, uint32_t fenceCount, const VkFence * pFences, VkBool32 waitAll, uint64_t tim… in vkWaitForFences()
|
D | vulkan_raii.hpp | 11184 …yProxy<const VULKAN_HPP_NAMESPACE::Fence> const & fences, VULKAN_HPP_NAMESPACE::Bool32 waitAll, ui… in waitForFences()
|
D | vulkan.hpp | 1247 …ces( VkDevice device, uint32_t fenceCount, const VkFence * pFences, VkBool32 waitAll, uint64_t tim… in vkWaitForFences()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.cpp | 4741 VkBool32 waitAll, uint64_t timeout) { in on_vkWaitForFences()
|
D | func_table.cpp | 480 VkBool32 waitAll, uint64_t timeout) { in gfxstream_vk_WaitForFences()
|
D | VkEncoder.cpp | 4704 VkBool32 waitAll, uint64_t timeout, uint32_t doLock) { in vkWaitForFences()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.cpp | 350 uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, in vkWaitForFences() 4147 const VkFence* pFences, VkBool32 waitAll, in vkWaitForFences()
|
D | VkDecoder.cpp | 2824 VkBool32 waitAll; in decode() local
|