| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkGetProcAddress.cpp | 100 MAKE_VULKAN_INSTANCE_ENTRY(vkQueueBeginDebugUtilsLabelEXT), 311 MAKE_VULKAN_DEVICE_ENTRY(vkQueueBeginDebugUtilsLabelEXT),
|
| D | libVulkan.cpp | 3862 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT… in vkQueueBeginDebugUtilsLabelEXT() function
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
| D | VK_EXT_debug_utils.txt | 167 use the flink:vkQueueBeginDebugUtilsLabelEXT command. 175 [open,refpage='vkQueueBeginDebugUtilsLabelEXT',desc='Open a queue debug label region',type='protos'] 179 include::{generated}/api/protos/vkQueueBeginDebugUtilsLabelEXT.txt[] 185 include::{generated}/validity/protos/vkQueueBeginDebugUtilsLabelEXT.txt[] 216 The calls to flink:vkQueueBeginDebugUtilsLabelEXT and 222 There must: be an outstanding fname:vkQueueBeginDebugUtilsLabelEXT
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
| D | VK_EXT_debug_utils.txt | 195 …N_vkQueueBeginDebugUtilsLabelEXT)vkGetInstanceProcAddr(instance, "vkQueueBeginDebugUtilsLabelEXT");
|
| /third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
| D | volk.h | 733 extern PFN_vkQueueBeginDebugUtilsLabelEXT vkQueueBeginDebugUtilsLabelEXT;
|
| D | volk.c | 191 …vkQueueBeginDebugUtilsLabelEXT = (PFN_vkQueueBeginDebugUtilsLabelEXT)load(context, "vkQueueBeginDe… in volkGenLoadInstance() 1348 PFN_vkQueueBeginDebugUtilsLabelEXT vkQueueBeginDebugUtilsLabelEXT; variable
|
| /third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
| D | vkInitDeviceFunctionPointers.inl | 293 …lEXT = (QueueBeginDebugUtilsLabelEXTFunc) GET_PROC_ADDR("vkQueueBeginDebugUtilsLabelEXT");
|
| D | vkExtensionFunctions.inl | 1750 functions.push_back("vkQueueBeginDebugUtilsLabelEXT");
|
| D | vkNullDriverImpl.inl | 3687 VK_NULL_FUNC_ENTRY(vkQueueBeginDebugUtilsLabelEXT, queueBeginDebugUtilsLabelEXT),
|
| D | vkVulkan_c.inl | 10887 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan.hpp | 4048 void vkQueueBeginDebugUtilsLabelEXT( VkQueue queue, in vkQueueBeginDebugUtilsLabelEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 4051 return ::vkQueueBeginDebugUtilsLabelEXT( queue, pLabelInfo ); in vkQueueBeginDebugUtilsLabelEXT() 11393 PFN_vkQueueBeginDebugUtilsLabelEXT vkQueueBeginDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 12539 vkQueueBeginDebugUtilsLabelEXT = in init() 13498 vkQueueBeginDebugUtilsLabelEXT = in init()
|
| D | vulkan_raii.hpp | 947 vkQueueBeginDebugUtilsLabelEXT = in init() 1780 PFN_vkQueueBeginDebugUtilsLabelEXT vkQueueBeginDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 13342 VULKAN_HPP_ASSERT( getDispatcher()->vkQueueBeginDebugUtilsLabelEXT && in beginDebugUtilsLabelEXT() 13345 getDispatcher()->vkQueueBeginDebugUtilsLabelEXT( static_cast<VkQueue>( m_queue ), in beginDebugUtilsLabelEXT()
|
| D | vulkan_funcs.hpp | 13002 …d.vkQueueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelI… in beginDebugUtilsLabelEXT() 13011 …d.vkQueueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelI… in beginDebugUtilsLabelEXT()
|
| D | vulkan_core.h | 9765 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(
|
| /third_party/vulkan-headers/include/vulkan/ |
| D | vulkan.hpp | 3886 …void vkQueueBeginDebugUtilsLabelEXT( VkQueue queue, const VkDebugUtilsLabelEXT * pLabelInfo ) cons… in vkQueueBeginDebugUtilsLabelEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 3888 return ::vkQueueBeginDebugUtilsLabelEXT( queue, pLabelInfo ); in vkQueueBeginDebugUtilsLabelEXT() 13415 PFN_vkQueueBeginDebugUtilsLabelEXT vkQueueBeginDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 14575 …vkQueueBeginDebugUtilsLabelEXT = PFN_vkQueueBeginDebugUtilsLabelEXT( vkGetInstanceProcAddr( insta… in init() 15608 …vkQueueBeginDebugUtilsLabelEXT = PFN_vkQueueBeginDebugUtilsLabelEXT( vkGetDeviceProcAddr( device,… in init()
|
| D | vulkan_raii.hpp | 1049 …vkQueueBeginDebugUtilsLabelEXT = PFN_vkQueueBeginDebugUtilsLabelEXT( vkGetDeviceProcAddr( device,… in DeviceDispatcher() 1989 PFN_vkQueueBeginDebugUtilsLabelEXT vkQueueBeginDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 16126 …VULKAN_HPP_ASSERT( getDispatcher()->vkQueueBeginDebugUtilsLabelEXT && "Function <vkQueueBeginDebug… in beginDebugUtilsLabelEXT() 16128 …getDispatcher()->vkQueueBeginDebugUtilsLabelEXT( static_cast<VkQueue>( m_queue ), reinterpret_cast… in beginDebugUtilsLabelEXT()
|
| D | vulkan_funcs.hpp | 13352 …d.vkQueueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelI… in beginDebugUtilsLabelEXT() 13362 …d.vkQueueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelI… in beginDebugUtilsLabelEXT()
|
| D | vulkan_core.h | 11502 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(
|
| /third_party/skia/include/third_party/vulkan/vulkan/ |
| D | vulkan_core.h | 9377 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(
|
| /third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| D | vulkan_core.h | 9925 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
| D | vulkan_core.h | 9933 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(
|
| /third_party/mesa3d/include/vulkan/ |
| D | vulkan_core.h | 10900 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(
|