/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 250 PFN_vkWaitSemaphores vkWaitSemaphores; member
|
D | goldfish_vk_dispatch.cpp | 535 out->vkWaitSemaphores = (PFN_vkWaitSemaphores)dlSymFunc(lib, "vkWaitSemaphores"); in init_vulkan_dispatch_from_system_loader() 1396 out->vkWaitSemaphores = in init_vulkan_dispatch_from_instance() 2329 out->vkWaitSemaphores = in init_vulkan_dispatch_from_device()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_low_latency2/ |
D | low_latency2.adoc | 71 Applications should: use flink:vkWaitSemaphores with
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 1952 …VkResult vkWaitSemaphores( VkDevice device, const VkSemaphoreWaitInfo * pWaitInfo, uint64_t timeou… in vkWaitSemaphores() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1954 return ::vkWaitSemaphores( device, pWaitInfo, timeout ); in vkWaitSemaphores() 4778 PFN_vkWaitSemaphores vkWaitSemaphores = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 5267 … vkWaitSemaphores = PFN_vkWaitSemaphores( vkGetInstanceProcAddr( instance, "vkWaitSemaphores" ) ); in init() 5679 vkWaitSemaphores = PFN_vkWaitSemaphores( vkGetDeviceProcAddr( device, "vkWaitSemaphores" ) ); in init()
|
D | vulkan.hpp | 2055 …VkResult vkWaitSemaphores( VkDevice device, const VkSemaphoreWaitInfo * pWaitInfo, uint64_t timeou… in vkWaitSemaphores() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 2057 return ::vkWaitSemaphores( device, pWaitInfo, timeout ); in vkWaitSemaphores() 9314 PFN_vkWaitSemaphores vkWaitSemaphores = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 10479 … vkWaitSemaphores = PFN_vkWaitSemaphores( vkGetInstanceProcAddr( instance, "vkWaitSemaphores" ) ); in init() 10973 if ( !vkWaitSemaphores ) vkWaitSemaphores = vkWaitSemaphoresKHR; in init() 11550 vkWaitSemaphores = PFN_vkWaitSemaphores( vkGetDeviceProcAddr( device, "vkWaitSemaphores" ) ); in init() 11906 if ( !vkWaitSemaphores ) vkWaitSemaphores = vkWaitSemaphoresKHR; in init()
|
D | vulkansc_raii.hpp | 420 … vkWaitSemaphores = PFN_vkWaitSemaphores( vkGetDeviceProcAddr( device, "vkWaitSemaphores" ) ); in DeviceDispatcher() 780 PFN_vkWaitSemaphores vkWaitSemaphores = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 7784 VULKAN_HPP_ASSERT( getDispatcher()->vkWaitSemaphores && "Function <vkWaitSemaphores> requires <VK_K… in waitSemaphores() 7788 …VkResult result = getDispatcher()->vkWaitSemaphores( static_cast<VkDevice>( m_device ), reinterpre… in waitSemaphores()
|
D | vulkan_raii.hpp | 750 … vkWaitSemaphores = PFN_vkWaitSemaphores( vkGetDeviceProcAddr( device, "vkWaitSemaphores" ) ); in DeviceDispatcher() 1106 if ( !vkWaitSemaphores ) vkWaitSemaphores = vkWaitSemaphoresKHR; in DeviceDispatcher() 1628 PFN_vkWaitSemaphores vkWaitSemaphores = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 12685 VULKAN_HPP_ASSERT( getDispatcher()->vkWaitSemaphores && "Function <vkWaitSemaphores> requires <VK_K… in waitSemaphores() 12689 …VkResult result = getDispatcher()->vkWaitSemaphores( static_cast<VkDevice>( m_device ), reinterpre… in waitSemaphores()
|
D | vulkansc_funcs.hpp | 4603 …return static_cast<Result>( d.vkWaitSemaphores( m_device, reinterpret_cast<const VkSemaphoreWaitIn… in waitSemaphores() 4614 …VkResult result = d.vkWaitSemaphores( m_device, reinterpret_cast<const VkSemaphoreWaitInfo *>( &wa… in waitSemaphores()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | synchronization.adoc | 3287 flink:vkWaitSemaphores command. 4406 the flink:vkWaitSemaphores command. 4453 [open,refpage='vkWaitSemaphores',desc='Wait for timeline semaphores on the host',type='protos',alia… 4455 :refpage: vkWaitSemaphores 4462 include::{generated}/api/protos/vkWaitSemaphores.adoc[] 4480 If the condition is satisfied when fname:vkWaitSemaphores is called, then 4481 fname:vkWaitSemaphores returns immediately. 4482 If the condition is not satisfied at the time fname:vkWaitSemaphores is 4483 called, then fname:vkWaitSemaphores will block and wait until the condition 4486 If pname:timeout is zero, then fname:vkWaitSemaphores does not wait, but [all …]
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 518 VkResult vkWaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo,
|
D | func_table.cpp | 2199 vkEnc->vkWaitSemaphores(gfxstream_device->internal_object, internal_pWaitInfo.data(), in gfxstream_vk_WaitSemaphores()
|
D | VkEncoder.cpp | 20502 VkResult VkEncoder::vkWaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, in vkWaitSemaphores() function in gfxstream::vk::VkEncoder
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.h | 748 void vkWaitSemaphores(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
|
D | VkDecoderSnapshot.cpp | 1904 void vkWaitSemaphores(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes, in vkWaitSemaphores() function in VkDecoderSnapshot::Impl 5455 void VkDecoderSnapshot::vkWaitSemaphores(const uint8_t* snapshotTraceBegin, in vkWaitSemaphores() function in VkDecoderSnapshot 5459 mImpl->vkWaitSemaphores(snapshotTraceBegin, snapshotTraceBytes, pool, input_result, device, in vkWaitSemaphores()
|
D | VkDecoder.cpp | 11110 vk->vkWaitSemaphores(unboxed_device, pWaitInfo, timeout); in decode() 11121 m_state->snapshot()->vkWaitSemaphores(snapshotTraceBegin, snapshotTraceBytes, in decode()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6485 VKAPI_ATTR VkResult VKAPI_CALL vkWaitSemaphores(
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 5738 * Do not allow flink:vkWaitForFences or flink:vkWaitSemaphores to return
|