Home
last modified time | relevance | path

Searched refs:vkQueueBeginDebugUtilsLabelEXT (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkGetProcAddress.cpp100 MAKE_VULKAN_INSTANCE_ENTRY(vkQueueBeginDebugUtilsLabelEXT),
311 MAKE_VULKAN_DEVICE_ENTRY(vkQueueBeginDebugUtilsLabelEXT),
H A DlibVulkan.cpp3862 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT *pLabelInfo) in vkQueueBeginDebugUtilsLabelEXT() function
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h733 extern PFN_vkQueueBeginDebugUtilsLabelEXT vkQueueBeginDebugUtilsLabelEXT;
H A Dvolk.c191 vkQueueBeginDebugUtilsLabelEXT = (PFN_vkQueueBeginDebugUtilsLabelEXT)load(context, "vkQueueBeginDebugUtilsLabelEXT"); in volkGenLoadInstance()
1348 PFN_vkQueueBeginDebugUtilsLabelEXT vkQueueBeginDebugUtilsLabelEXT; variable
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp4048 void vkQueueBeginDebugUtilsLabelEXT( VkQueue queue,
4051 return ::vkQueueBeginDebugUtilsLabelEXT( queue, pLabelInfo );
11393 PFN_vkQueueBeginDebugUtilsLabelEXT vkQueueBeginDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
12539 vkQueueBeginDebugUtilsLabelEXT =
12540 PFN_vkQueueBeginDebugUtilsLabelEXT( vkGetInstanceProcAddr( instance, "vkQueueBeginDebugUtilsLabelEXT" ) );
13498 vkQueueBeginDebugUtilsLabelEXT =
13499 PFN_vkQueueBeginDebugUtilsLabelEXT( vkGetDeviceProcAddr( device, "vkQueueBeginDebugUtilsLabelEXT" ) );
H A Dvulkan_raii.hpp947 vkQueueBeginDebugUtilsLabelEXT = in init()
948 PFN_vkQueueBeginDebugUtilsLabelEXT( vkGetDeviceProcAddr( device, "vkQueueBeginDebugUtilsLabelEXT" ) ); in init()
1780 PFN_vkQueueBeginDebugUtilsLabelEXT vkQueueBeginDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
13342 VULKAN_HPP_ASSERT( getDispatcher()->vkQueueBeginDebugUtilsLabelEXT &&
13343 "Function <vkQueueBeginDebugUtilsLabelEXT> needs extension <VK_EXT_debug_utils> enabled!" );
13345 getDispatcher()->vkQueueBeginDebugUtilsLabelEXT( static_cast<VkQueue>( m_queue ),
H A Dvulkan_core.h9765 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(
H A Dvulkan_funcs.hpp13002 d.vkQueueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) );
13011 d.vkQueueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelInfo ) );
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp3588 void vkQueueBeginDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT * pLabelInfo ) const VULKAN_HPP_NOEXCEPT
3590 return ::vkQueueBeginDebugUtilsLabelEXT( queue, pLabelInfo );
16944 PFN_vkQueueBeginDebugUtilsLabelEXT vkQueueBeginDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
18202 vkQueueBeginDebugUtilsLabelEXT = PFN_vkQueueBeginDebugUtilsLabelEXT( vkGetInstanceProcAddr( instance, "vkQueueBeginDebugUtilsLabelEXT" ) );
19319 vkQueueBeginDebugUtilsLabelEXT = PFN_vkQueueBeginDebugUtilsLabelEXT( vkGetDeviceProcAddr( device, "vkQueueBeginDebugUtilsLabelEXT" ) );
H A Dvulkan_raii.hpp1078 vkQueueBeginDebugUtilsLabelEXT = PFN_vkQueueBeginDebugUtilsLabelEXT( vkGetDeviceProcAddr( device, "vkQueueBeginDebugUtilsLabelEXT" ) ); in DeviceDispatcher()
2092 PFN_vkQueueBeginDebugUtilsLabelEXT vkQueueBeginDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
17401 VULKAN_HPP_ASSERT( getDispatcher()->vkQueueBeginDebugUtilsLabelEXT && "Function <vkQueueBeginDebugUtilsLabelEXT> requires <VK_EXT_debug_utils>" );
17403 getDispatcher()->vkQueueBeginDebugUtilsLabelEXT( static_cast<VkQueue>( m_queue ), reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelInfo ) );
[all...]
H A Dvulkan_funcs.hpp13417 d.vkQueueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelInfo ) );
13427 d.vkQueueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelInfo ) );
[all...]
H A Dvulkan_core.h12765 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h6864 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h9377 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h10900 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h9925 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(

Completed in 437 milliseconds