Home
last modified time | relevance | path

Searched refs:vkWaitSemaphores (Results 1 – 17 of 17) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h250 PFN_vkWaitSemaphores vkWaitSemaphores; member
Dgoldfish_vk_dispatch.cpp535 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/
Dlow_latency2.adoc71 Applications should: use flink:vkWaitSemaphores with
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp1952 …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
5267vkWaitSemaphores = PFN_vkWaitSemaphores( vkGetInstanceProcAddr( instance, "vkWaitSemaphores" ) ); in init()
5679 vkWaitSemaphores = PFN_vkWaitSemaphores( vkGetDeviceProcAddr( device, "vkWaitSemaphores" ) ); in init()
Dvulkan.hpp2055 …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
10479vkWaitSemaphores = 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()
Dvulkansc_raii.hpp420vkWaitSemaphores = 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()
Dvulkan_raii.hpp750vkWaitSemaphores = 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()
Dvulkansc_funcs.hpp4603 …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/
Dsynchronization.adoc3287 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/
DVkEncoder.h518 VkResult vkWaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo,
Dfunc_table.cpp2199 vkEnc->vkWaitSemaphores(gfxstream_device->internal_object, internal_pWaitInfo.data(), in gfxstream_vk_WaitSemaphores()
DVkEncoder.cpp20502 VkResult VkEncoder::vkWaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, in vkWaitSemaphores() function in gfxstream::vk::VkEncoder
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h748 void vkWaitSemaphores(const uint8_t* snapshotTraceBegin, size_t snapshotTraceBytes,
DVkDecoderSnapshot.cpp1904 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()
DVkDecoder.cpp11110 vk->vkWaitSemaphores(unboxed_device, pWaitInfo, timeout); in decode()
11121 m_state->snapshot()->vkWaitSemaphores(snapshotTraceBegin, snapshotTraceBytes, in decode()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6485 VKAPI_ATTR VkResult VKAPI_CALL vkWaitSemaphores(
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc5738 * Do not allow flink:vkWaitForFences or flink:vkWaitSemaphores to return