Home
last modified time | relevance | path

Searched refs:vkQueueNotifyOutOfBandNV (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_low_latency2/
Dlow_latency2.adoc294 [open,refpage='vkQueueNotifyOutOfBandNV',desc='Notify out of band queue',type='protos']
299 include::{generated}/api/protos/vkQueueNotifyOutOfBandNV.adoc[]
305 include::{generated}/validity/protos/vkQueueNotifyOutOfBandNV.adoc[]
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan.hpp5305 …void vkQueueNotifyOutOfBandNV( VkQueue queue, const VkOutOfBandQueueTypeInfoNV * pQueueTypeInfo ) … in vkQueueNotifyOutOfBandNV() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
5307 return ::vkQueueNotifyOutOfBandNV( queue, pQueueTypeInfo ); in vkQueueNotifyOutOfBandNV()
10217 PFN_vkQueueNotifyOutOfBandNV vkQueueNotifyOutOfBandNV = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
11380vkQueueNotifyOutOfBandNV = PFN_vkQueueNotifyOutOfBandNV( vkGetInstanceProcAddr( instance, "vkQueue… in init()
12264vkQueueNotifyOutOfBandNV = PFN_vkQueueNotifyOutOfBandNV( vkGetDeviceProcAddr( device, "vkQueueNoti… in init()
Dvulkan_raii.hpp1464vkQueueNotifyOutOfBandNV = PFN_vkQueueNotifyOutOfBandNV( vkGetDeviceProcAddr( device, "vkQueueNoti… in DeviceDispatcher()
2316 PFN_vkQueueNotifyOutOfBandNV vkQueueNotifyOutOfBandNV = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
19829 VULKAN_HPP_ASSERT( getDispatcher()->vkQueueNotifyOutOfBandNV && "Function <vkQueueNotifyOutOfBandNV… in notifyOutOfBandNV()
19833 …getDispatcher()->vkQueueNotifyOutOfBandNV( static_cast<VkQueue>( m_queue ), reinterpret_cast<const… in notifyOutOfBandNV()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc111 * Correct type of flink:vkQueueNotifyOutOfBandNV::pname:pQueueTypeInfo