Home
last modified time | relevance | path

Searched defs:waitAll (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/
DAndroidWorkPool.cpp408 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/
Dvk_fence.c253 VkBool32 waitAll, in vk_common_WaitForFences()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_funcs.hpp1116 … 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()
Dvulkansc_raii.hpp6399 …yProxy<const VULKAN_HPP_NAMESPACE::Fence> const & fences, VULKAN_HPP_NAMESPACE::Bool32 waitAll, ui… in waitForFences()
Dvulkansc.hpp1222 …ces( VkDevice device, uint32_t fenceCount, const VkFence * pFences, VkBool32 waitAll, uint64_t tim… in vkWaitForFences()
Dvulkan_raii.hpp11184 …yProxy<const VULKAN_HPP_NAMESPACE::Fence> const & fences, VULKAN_HPP_NAMESPACE::Bool32 waitAll, ui… in waitForFences()
Dvulkan.hpp1247 …ces( VkDevice device, uint32_t fenceCount, const VkFence * pFences, VkBool32 waitAll, uint64_t tim… in vkWaitForFences()
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp4741 VkBool32 waitAll, uint64_t timeout) { in on_vkWaitForFences()
Dfunc_table.cpp480 VkBool32 waitAll, uint64_t timeout) { in gfxstream_vk_WaitForFences()
DVkEncoder.cpp4704 VkBool32 waitAll, uint64_t timeout, uint32_t doLock) { in vkWaitForFences()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.cpp350 uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, in vkWaitForFences()
4147 const VkFence* pFences, VkBool32 waitAll, in vkWaitForFences()
DVkDecoder.cpp2824 VkBool32 waitAll; in decode() local