/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/ |
D | AndroidWorkPool.h | 42 bool waitAll(WaitGroupHandle waitGroup, TimeoutUs timeout = -1);
|
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 463 return mImpl->waitAll(waitGroup, timeout); in waitAll()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_fence.c | 253 VkBool32 waitAll, in vk_common_WaitForFences() argument 279 if (!waitAll) in vk_common_WaitForFences()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.cpp | 4741 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()
|
D | ResourceTracker.h | 381 uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll,
|
D | VkEncoder.h | 151 VkBool32 waitAll, uint64_t timeout, uint32_t doLock);
|
D | func_table.cpp | 480 VkBool32 waitAll, uint64_t timeout) { in gfxstream_vk_WaitForFences() argument 493 fenceCount, internal_pFences.data(), waitAll, timeout); in gfxstream_vk_WaitForFences()
|
D | VkEncoder.cpp | 4704 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/ |
D | vulkan_printer.py | 508 waitAll = printer.write_int("waitAll", 4, indent, signed=False, big_endian=False)
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.h | 208 uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll,
|
D | VkDecoderSnapshot.cpp | 350 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()
|
D | VkDecoder.cpp | 2824 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/ |
D | vulkansc_funcs.hpp | 1116 …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()
|
D | vulkansc.hpp | 1222 … 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()
|
D | vulkansc_raii.hpp | 1687 …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()
|
D | vulkansc_handles.hpp | 4510 …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…
|
D | vulkan.hpp | 1247 … 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()
|
D | vulkan_raii.hpp | 3319 …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/ |
D | synchronization.adoc | 2678 * 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/ |
D | vulkan_core.h | 3987 …)(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout… 4294 VkBool32 waitAll,
|