Home
last modified time | relevance | path

Searched refs:waitAll (Results 1 – 20 of 20) sorted by relevance

/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/
DAndroidWorkPool.h42 bool waitAll(WaitGroupHandle waitGroup, TimeoutUs timeout = -1);
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
463 return mImpl->waitAll(waitGroup, timeout); in waitAll()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_fence.c253 VkBool32 waitAll, in vk_common_WaitForFences() argument
279 if (!waitAll) in vk_common_WaitForFences()
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp4741 VkBool32 waitAll, uint64_t timeout) { in on_vkWaitForFences() argument
4767 return enc->vkWaitForFences(device, fenceCount, pFences, waitAll, timeout, in on_vkWaitForFences()
4788 [this, fencesNonExternal /* copy of vector */, device, waitAll, timeout] { in on_vkWaitForFences()
4793 fencesNonExternal.data(), waitAll, timeout, in on_vkWaitForFences()
4802 if (waitAll) { in on_vkWaitForFences()
4803 waitRes = mWorkPool.waitAll(waitGroupHandle, timeout / 1000); in on_vkWaitForFences()
4817 return enc->vkWaitForFences(device, fenceCount, pFences, waitAll, timeout, true /* do lock */); in on_vkWaitForFences()
5968 mWorkPool.waitAll(waitGroupHandle); in on_vkQueueSubmitTemplate()
6051 mWorkPool.waitAll(handle); in on_vkQueueWaitIdle()
DResourceTracker.h381 uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll,
DVkEncoder.h151 VkBool32 waitAll, uint64_t timeout, uint32_t doLock);
Dfunc_table.cpp480 VkBool32 waitAll, uint64_t timeout) { in gfxstream_vk_WaitForFences() argument
493 fenceCount, internal_pFences.data(), waitAll, timeout); in gfxstream_vk_WaitForFences()
DVkEncoder.cpp4704 VkBool32 waitAll, uint64_t timeout, uint32_t doLock) { in vkWaitForFences() argument
4734 fenceCount, pFences, waitAll, timeout); in vkWaitForFences()
4750 local_waitAll = waitAll; in vkWaitForFences()
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py508 waitAll = printer.write_int("waitAll", 4, indent, signed=False, big_endian=False)
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h208 uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll,
DVkDecoderSnapshot.cpp350 uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, in vkWaitForFences() argument
4147 const VkFence* pFences, VkBool32 waitAll, in vkWaitForFences() argument
4150 fenceCount, pFences, waitAll, timeout); in vkWaitForFences()
DVkDecoder.cpp2824 VkBool32 waitAll; in decode() local
2846 memcpy((VkBool32*)&waitAll, *readStreamPtrPtr, sizeof(VkBool32)); in decode()
2854 (unsigned long long)pFences, (unsigned long long)waitAll, in decode()
2861 vk->vkWaitForFences(unboxed_device, fenceCount, pFences, waitAll, timeout); in decode()
2874 device, fenceCount, pFences, waitAll, in decode()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_funcs.hpp1116 …onst VULKAN_HPP_NAMESPACE::Fence * pFences, VULKAN_HPP_NAMESPACE::Bool32 waitAll, uint64_t timeout… in waitForFences() argument
1119 …Count, reinterpret_cast<const VkFence *>( pFences ), static_cast<VkBool32>( waitAll ), timeout ) ); in waitForFences()
1124 …ULKAN_HPP_NAMESPACE::Fence> const & fences, VULKAN_HPP_NAMESPACE::Bool32 waitAll, uint64_t timeout… in waitForFences() argument
1130 …), reinterpret_cast<const VkFence *>( fences.data() ), static_cast<VkBool32>( waitAll ), timeout ); in waitForFences()
Dvulkansc.hpp1222 … VkDevice device, uint32_t fenceCount, const VkFence * pFences, VkBool32 waitAll, uint64_t timeout… in vkWaitForFences() argument
1224 return ::vkWaitForFences( device, fenceCount, pFences, waitAll, timeout ); in vkWaitForFences()
Dvulkansc_raii.hpp1687 …ULKAN_HPP_NAMESPACE::Fence> const & fences, VULKAN_HPP_NAMESPACE::Bool32 waitAll, uint64_t timeout…
6399 …ULKAN_HPP_NAMESPACE::Fence> const & fences, VULKAN_HPP_NAMESPACE::Bool32 waitAll, uint64_t timeout… in waitForFences() argument
6405 …), reinterpret_cast<const VkFence *>( fences.data() ), static_cast<VkBool32>( waitAll ), timeout ); in waitForFences()
Dvulkansc_handles.hpp4510 …onst VULKAN_HPP_NAMESPACE::Fence * pFences, VULKAN_HPP_NAMESPACE::Bool32 waitAll, uint64_t timeout…
4513 …ULKAN_HPP_NAMESPACE::Fence> const & fences, VULKAN_HPP_NAMESPACE::Bool32 waitAll, uint64_t timeout…
Dvulkan.hpp1247 … VkDevice device, uint32_t fenceCount, const VkFence * pFences, VkBool32 waitAll, uint64_t timeout… in vkWaitForFences() argument
1249 return ::vkWaitForFences( device, fenceCount, pFences, waitAll, timeout ); in vkWaitForFences()
Dvulkan_raii.hpp3319 …ULKAN_HPP_NAMESPACE::Fence> const & fences, VULKAN_HPP_NAMESPACE::Bool32 waitAll, uint64_t timeout…
11184 …ULKAN_HPP_NAMESPACE::Fence> const & fences, VULKAN_HPP_NAMESPACE::Bool32 waitAll, uint64_t timeout… in waitForFences() argument
11190 …), reinterpret_cast<const VkFence *>( fences.data() ), static_cast<VkBool32>( waitAll ), timeout ); in waitForFences()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsynchronization.adoc2678 * pname:waitAll is the condition that must: be satisfied to successfully
2680 If pname:waitAll is ename:VK_TRUE, then the condition is that all fences
7528 pname:waitAll set to ename:VK_TRUE.
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3987 …)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout…
4294 VkBool32 waitAll,