/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshotUtils.cpp | 265 dispatch->vkWaitForFences(stateBlock->device, 1, &fence, VK_TRUE, 3000000000L)); in saveImageContent() 342 dispatch->vkWaitForFences(stateBlock->device, 1, &fence, VK_TRUE, 3000000000L)); in loadImageContent() 465 dispatch->vkWaitForFences(stateBlock->device, 1, &fence, VK_TRUE, 3000000000L)); in loadImageContent() 567 _RUN_AND_CHECK(dispatch->vkWaitForFences(stateBlock->device, 1, &fence, VK_TRUE, 3000000000L)); in saveBufferContent() 673 _RUN_AND_CHECK(dispatch->vkWaitForFences(stateBlock->device, 1, &fence, VK_TRUE, 3000000000L)); in loadBufferContent()
|
D | DisplayVk.cpp | 230 VK_CHECK(m_vk.vkWaitForFences( in postImpl() 530 VkResult res = m_vk.vkWaitForFences(m_vkDevice, 1, &postCompleteFence, VK_TRUE, in postImpl() 537 res = m_vk.vkWaitForFences(m_vkDevice, 1, &postCompleteFence, VK_TRUE, in postImpl()
|
D | DeviceOpTracker.cpp | 211 deviceDispatch->vkWaitForFences(device, 1, &fence, /*waitAll=*/VK_TRUE, /*timeout=*/0); in OnQueueSubmittedWithFence()
|
D | VkCommonOperations.cpp | 2549 VK_CHECK(vk->vkWaitForFences(sVkEmulation->device, 1, &sVkEmulation->commandBufferFence, in readColorBufferToBytesLocked() 2791 VK_CHECK(vk->vkWaitForFences(sVkEmulation->device, 1, &sVkEmulation->commandBufferFence, in updateColorBufferFromBytesLocked() 3184 VK_CHECK(vk->vkWaitForFences(sVkEmulation->device, 1, &sVkEmulation->commandBufferFence, in readBufferToBytes() 3291 VK_CHECK(vk->vkWaitForFences(sVkEmulation->device, 1, &sVkEmulation->commandBufferFence, in updateBufferFromBytes() 3564 VK_CHECK(vk->vkWaitForFences(sVkEmulation->device, 1, &fence, VK_TRUE, ANB_MAX_WAIT_NS)); in releaseColorBufferForGuestUse()
|
D | CompositorVk.cpp | 1315 VkResult res = m_vk.vkWaitForFences(m_vkDevice, 1, &composeCompleteFence, VK_TRUE, in compose() 1322 res = m_vk.vkWaitForFences(m_vkDevice, 1, &composeCompleteFence, VK_TRUE, in compose()
|
D | VkAndroidNativeBuffer.cpp | 786 VkResult res = vk->vkWaitForFences(device, 1, &qsriFence, VK_FALSE, kTimeoutNs); in syncImageToColorBuffer()
|
D | VkDecoderSnapshot.h | 206 void vkWaitForFences(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
|
D | VkDecoderSnapshot.cpp | 348 void vkWaitForFences(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkWaitForFences() function in VkDecoderSnapshot::Impl 4144 void VkDecoderSnapshot::vkWaitForFences(const uint8_t* snapshotTraceBegin, in vkWaitForFences() function in VkDecoderSnapshot 4149 mImpl->vkWaitForFences(snapshotTraceBegin, snapshotTraceBytes, pool, input_result, device, in vkWaitForFences()
|
D | VkDecoderGlobalState.cpp | 5284 vk->vkWaitForFences(device, 1, localFence ? &localFence : &fence, VK_TRUE, in on_vkQueueSubmit() 6394 return vk->vkWaitForFences(device, /* fenceCount */ 1u, &fence, in waitForFence()
|
D | VkDecoder.cpp | 2861 vk->vkWaitForFences(unboxed_device, fenceCount, pFences, waitAll, timeout); in decode() 2872 m_state->snapshot()->vkWaitForFences(snapshotTraceBegin, snapshotTraceBytes, in decode()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 110 PFN_vkWaitForFences vkWaitForFences; member
|
D | goldfish_vk_dispatch.cpp | 370 out->vkWaitForFences = (PFN_vkWaitForFences)dlSymFunc(lib, "vkWaitForFences"); in init_vulkan_dispatch_from_system_loader() 1150 out->vkWaitForFences = in init_vulkan_dispatch_from_instance() 2094 out->vkWaitForFences = (PFN_vkWaitForFences)vk->vkGetDeviceProcAddr(device, "vkWaitForFences"); in init_vulkan_dispatch_from_device() 3041 if (!vk->vkWaitForFences) { in vulkan_dispatch_check_device_VK_VERSION_1_0()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | synchronization.adoc | 1938 Fences can: be waited on by the host with the flink:vkWaitForFences command, 2665 [open,refpage='vkWaitForFences',desc='Wait for one or more fences to become signaled',type='protos'] 2667 :refpage: vkWaitForFences 2672 include::{generated}/api/protos/vkWaitForFences.adoc[] 2690 If the condition is satisfied when fname:vkWaitForFences is called, then 2691 fname:vkWaitForFences returns immediately. 2692 If the condition is not satisfied at the time fname:vkWaitForFences is 2693 called, then fname:vkWaitForFences will block and wait until the condition 2696 If pname:timeout is zero, then fname:vkWaitForFences does not wait, but 2702 fname:vkWaitForFences returns ename:VK_SUCCESS. [all …]
|
D | devsandqueues.adoc | 2887 flink:vkDeviceWaitIdle, flink:vkQueueWaitIdle, flink:vkWaitForFences
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 1222 …VkResult vkWaitForFences( VkDevice device, uint32_t fenceCount, const VkFence * pFences, VkBool32 … in vkWaitForFences() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1224 return ::vkWaitForFences( device, fenceCount, pFences, waitAll, timeout ); in vkWaitForFences() 4653 PFN_vkWaitForFences vkWaitForFences = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 5143 vkWaitForFences = PFN_vkWaitForFences( vkGetInstanceProcAddr( instance, "vkWaitForFences" ) ); in init() 5565 vkWaitForFences = PFN_vkWaitForFences( vkGetDeviceProcAddr( device, "vkWaitForFences" ) ); in init()
|
D | vulkan.hpp | 1247 …VkResult vkWaitForFences( VkDevice device, uint32_t fenceCount, const VkFence * pFences, VkBool32 … in vkWaitForFences() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1249 return ::vkWaitForFences( device, fenceCount, pFences, waitAll, timeout ); in vkWaitForFences() 9176 PFN_vkWaitForFences vkWaitForFences = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 10342 vkWaitForFences = PFN_vkWaitForFences( vkGetInstanceProcAddr( instance, "vkWaitForFences" ) ); in init() 11424 vkWaitForFences = PFN_vkWaitForFences( vkGetDeviceProcAddr( device, "vkWaitForFences" ) ); in init()
|
D | vulkansc_raii.hpp | 306 vkWaitForFences = PFN_vkWaitForFences( vkGetDeviceProcAddr( device, "vkWaitForFences" ) ); in DeviceDispatcher() 666 PFN_vkWaitForFences vkWaitForFences = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 6401 VULKAN_HPP_ASSERT( getDispatcher()->vkWaitForFences && "Function <vkWaitForFences> requires <VK_VER… in waitForFences() 6405 …VkResult result = getDispatcher()->vkWaitForFences( static_cast<VkDevice>( m_device ), fences.size… in waitForFences()
|
D | vulkan_raii.hpp | 624 vkWaitForFences = PFN_vkWaitForFences( vkGetDeviceProcAddr( device, "vkWaitForFences" ) ); in DeviceDispatcher() 1502 PFN_vkWaitForFences vkWaitForFences = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 11186 VULKAN_HPP_ASSERT( getDispatcher()->vkWaitForFences && "Function <vkWaitForFences> requires <VK_VER… in waitForFences() 11190 …VkResult result = getDispatcher()->vkWaitForFences( static_cast<VkDevice>( m_device ), fences.size… in waitForFences()
|
D | vulkansc_funcs.hpp | 1119 …return static_cast<Result>( d.vkWaitForFences( m_device, fenceCount, reinterpret_cast<const VkFenc… in waitForFences() 1130 …VkResult result = d.vkWaitForFences( m_device, fences.size(), reinterpret_cast<const VkFence *>( f… in waitForFences()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 150 VkResult vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences,
|
D | ResourceTracker.cpp | 4767 return enc->vkWaitForFences(device, fenceCount, pFences, waitAll, timeout, in on_vkWaitForFences() 4792 vkEncoder->vkWaitForFences(device, fencesNonExternal.size(), in on_vkWaitForFences() 4817 return enc->vkWaitForFences(device, fenceCount, pFences, waitAll, timeout, true /* do lock */); in on_vkWaitForFences()
|
D | VkEncoder.cpp | 4703 VkResult VkEncoder::vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, in vkWaitForFences() function in gfxstream::vk::VkEncoder
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 4290 VKAPI_ATTR VkResult VKAPI_CALL vkWaitForFences(
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 5738 * Do not allow flink:vkWaitForFences or flink:vkWaitSemaphores to return 10979 flink:vkWaitForFences, and flink:vkGetFenceStatus (public issue 423).
|