Home
last modified time | relevance | path

Searched refs:PFN_vkQueueNotifyOutOfBandNV (Results 1 - 5 of 5) sorted by relevance

/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h1120 PFN_vkQueueNotifyOutOfBandNV QueueNotifyOutOfBandNV;
H A Dvk_loader_extensions.c1161 table->QueueNotifyOutOfBandNV = (PFN_vkQueueNotifyOutOfBandNV)gdpa(dev, "vkQueueNotifyOutOfBandNV"); in loader_init_device_extension_dispatch_table()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp17498 PFN_vkQueueNotifyOutOfBandNV vkQueueNotifyOutOfBandNV = 0;
18895 vkQueueNotifyOutOfBandNV = PFN_vkQueueNotifyOutOfBandNV( vkGetInstanceProcAddr( instance, "vkQueueNotifyOutOfBandNV" ) );
19934 vkQueueNotifyOutOfBandNV = PFN_vkQueueNotifyOutOfBandNV( vkGetDeviceProcAddr( device, "vkQueueNotifyOutOfBandNV" ) );
H A Dvulkan_raii.hpp1703 vkQueueNotifyOutOfBandNV = PFN_vkQueueNotifyOutOfBandNV( vkGetDeviceProcAddr( device, "vkQueueNotifyOutOfBandNV" ) ); in DeviceDispatcher()
2579 PFN_vkQueueNotifyOutOfBandNV vkQueueNotifyOutOfBandNV = 0;
[all...]
H A Dvulkan_core.h18670 typedef void (VKAPI_PTR *PFN_vkQueueNotifyOutOfBandNV)(VkQueue queue, const VkOutOfBandQueueTypeInfoNV* pQueueTypeInfo); typedef

Completed in 144 milliseconds