| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkGetProcAddress.cpp | 102 MAKE_VULKAN_INSTANCE_ENTRY(vkQueueInsertDebugUtilsLabelEXT), 313 MAKE_VULKAN_DEVICE_ENTRY(vkQueueInsertDebugUtilsLabelEXT),
|
| D | libVulkan.cpp | 3877 VKAPI_ATTR void VKAPI_CALL vkQueueInsertDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEX… in vkQueueInsertDebugUtilsLabelEXT() function
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
| D | VK_EXT_debug_utils.txt | 173 flink:vkQueueInsertDebugUtilsLabelEXT. 229 [open,refpage='vkQueueInsertDebugUtilsLabelEXT',desc='Insert a label into a queue',type='protos'] 233 include::{generated}/api/protos/vkQueueInsertDebugUtilsLabelEXT.txt[] 239 include::{generated}/validity/protos/vkQueueInsertDebugUtilsLabelEXT.txt[]
|
| /third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
| D | volk.h | 735 extern PFN_vkQueueInsertDebugUtilsLabelEXT vkQueueInsertDebugUtilsLabelEXT;
|
| D | volk.c | 193 …vkQueueInsertDebugUtilsLabelEXT = (PFN_vkQueueInsertDebugUtilsLabelEXT)load(context, "vkQueueInser… in volkGenLoadInstance() 1350 PFN_vkQueueInsertDebugUtilsLabelEXT vkQueueInsertDebugUtilsLabelEXT; variable
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkInitDeviceFunctionPointers.inl | 295 …XT = (QueueInsertDebugUtilsLabelEXTFunc) GET_PROC_ADDR("vkQueueInsertDebugUtilsLabelEXT");
|
| D | vkExtensionFunctions.inl | 1752 functions.push_back("vkQueueInsertDebugUtilsLabelEXT");
|
| D | vkNullDriverImpl.inl | 3689 VK_NULL_FUNC_ENTRY(vkQueueInsertDebugUtilsLabelEXT, queueInsertDebugUtilsLabelEXT),
|
| D | vkVulkan_c.inl | 10894 VKAPI_ATTR void VKAPI_CALL vkQueueInsertDebugUtilsLabelEXT(
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan.hpp | 4059 void vkQueueInsertDebugUtilsLabelEXT( VkQueue queue, in vkQueueInsertDebugUtilsLabelEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 4062 return ::vkQueueInsertDebugUtilsLabelEXT( queue, pLabelInfo ); in vkQueueInsertDebugUtilsLabelEXT() 11395 PFN_vkQueueInsertDebugUtilsLabelEXT vkQueueInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 12543 vkQueueInsertDebugUtilsLabelEXT = in init() 13502 vkQueueInsertDebugUtilsLabelEXT = in init()
|
| D | vulkan_raii.hpp | 951 vkQueueInsertDebugUtilsLabelEXT = in init() 1782 PFN_vkQueueInsertDebugUtilsLabelEXT vkQueueInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 13360 VULKAN_HPP_ASSERT( getDispatcher()->vkQueueInsertDebugUtilsLabelEXT && in insertDebugUtilsLabelEXT() 13363 getDispatcher()->vkQueueInsertDebugUtilsLabelEXT( static_cast<VkQueue>( m_queue ), in insertDebugUtilsLabelEXT()
|
| D | vulkan_funcs.hpp | 13027 …d.vkQueueInsertDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabel… in insertDebugUtilsLabelEXT() 13036 …d.vkQueueInsertDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( &label… in insertDebugUtilsLabelEXT()
|
| D | vulkan_core.h | 9772 VKAPI_ATTR void VKAPI_CALL vkQueueInsertDebugUtilsLabelEXT(
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan.hpp | 3896 …void vkQueueInsertDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT * pLabelInfo ) con… in vkQueueInsertDebugUtilsLabelEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 3898 return ::vkQueueInsertDebugUtilsLabelEXT( queue, pLabelInfo ); in vkQueueInsertDebugUtilsLabelEXT() 13417 PFN_vkQueueInsertDebugUtilsLabelEXT vkQueueInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 14577 …vkQueueInsertDebugUtilsLabelEXT = PFN_vkQueueInsertDebugUtilsLabelEXT( vkGetInstanceProcAddr( inst… in init() 15610 …vkQueueInsertDebugUtilsLabelEXT = PFN_vkQueueInsertDebugUtilsLabelEXT( vkGetDeviceProcAddr( device… in init()
|
| D | vulkan_raii.hpp | 1051 …vkQueueInsertDebugUtilsLabelEXT = PFN_vkQueueInsertDebugUtilsLabelEXT( vkGetDeviceProcAddr( device… in DeviceDispatcher() 1991 PFN_vkQueueInsertDebugUtilsLabelEXT vkQueueInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 16140 …VULKAN_HPP_ASSERT( getDispatcher()->vkQueueInsertDebugUtilsLabelEXT && "Function <vkQueueInsertDeb… in insertDebugUtilsLabelEXT() 16142 …getDispatcher()->vkQueueInsertDebugUtilsLabelEXT( static_cast<VkQueue>( m_queue ), reinterpret_cas… in insertDebugUtilsLabelEXT()
|
| D | vulkan_funcs.hpp | 13378 …d.vkQueueInsertDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabel… in insertDebugUtilsLabelEXT() 13388 …d.vkQueueInsertDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( &label… in insertDebugUtilsLabelEXT()
|
| D | vulkan_core.h | 11509 VKAPI_ATTR void VKAPI_CALL vkQueueInsertDebugUtilsLabelEXT(
|
| /third_party/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_core.h | 9384 VKAPI_ATTR void VKAPI_CALL vkQueueInsertDebugUtilsLabelEXT(
|
| /third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| D | vulkan_core.h | 9932 VKAPI_ATTR void VKAPI_CALL vkQueueInsertDebugUtilsLabelEXT(
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
| D | vulkan_core.h | 9940 VKAPI_ATTR void VKAPI_CALL vkQueueInsertDebugUtilsLabelEXT(
|
| /third_party/mesa3d/include/vulkan/ |
| D | vulkan_core.h | 10907 VKAPI_ATTR void VKAPI_CALL vkQueueInsertDebugUtilsLabelEXT(
|