Home
last modified time | relevance | path

Searched refs:vkQueueBeginDebugUtilsLabelEXT (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkGetProcAddress.cpp100 MAKE_VULKAN_INSTANCE_ENTRY(vkQueueBeginDebugUtilsLabelEXT),
311 MAKE_VULKAN_DEVICE_ENTRY(vkQueueBeginDebugUtilsLabelEXT),
DlibVulkan.cpp3862 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(VkQueue queue, const VkDebugUtilsLabelEXT… in vkQueueBeginDebugUtilsLabelEXT() function
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
DVK_EXT_debug_utils.txt167 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/
DVK_EXT_debug_utils.txt195 …N_vkQueueBeginDebugUtilsLabelEXT)vkGetInstanceProcAddr(instance, "vkQueueBeginDebugUtilsLabelEXT");
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
Dvolk.h733 extern PFN_vkQueueBeginDebugUtilsLabelEXT vkQueueBeginDebugUtilsLabelEXT;
Dvolk.c191vkQueueBeginDebugUtilsLabelEXT = (PFN_vkQueueBeginDebugUtilsLabelEXT)load(context, "vkQueueBeginDe… in volkGenLoadInstance()
1348 PFN_vkQueueBeginDebugUtilsLabelEXT vkQueueBeginDebugUtilsLabelEXT; variable
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInitDeviceFunctionPointers.inl293 …lEXT = (QueueBeginDebugUtilsLabelEXTFunc) GET_PROC_ADDR("vkQueueBeginDebugUtilsLabelEXT");
DvkExtensionFunctions.inl1750 functions.push_back("vkQueueBeginDebugUtilsLabelEXT");
DvkNullDriverImpl.inl3687 VK_NULL_FUNC_ENTRY(vkQueueBeginDebugUtilsLabelEXT, queueBeginDebugUtilsLabelEXT),
DvkVulkan_c.inl10887 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp4048 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()
Dvulkan_raii.hpp947 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()
Dvulkan_funcs.hpp13002 …d.vkQueueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelI… in beginDebugUtilsLabelEXT()
13011 …d.vkQueueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelI… in beginDebugUtilsLabelEXT()
Dvulkan_core.h9765 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp3886 …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
14575vkQueueBeginDebugUtilsLabelEXT = PFN_vkQueueBeginDebugUtilsLabelEXT( vkGetInstanceProcAddr( insta… in init()
15608vkQueueBeginDebugUtilsLabelEXT = PFN_vkQueueBeginDebugUtilsLabelEXT( vkGetDeviceProcAddr( device,… in init()
Dvulkan_raii.hpp1049vkQueueBeginDebugUtilsLabelEXT = 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()
Dvulkan_funcs.hpp13352 …d.vkQueueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( pLabelI… in beginDebugUtilsLabelEXT()
13362 …d.vkQueueBeginDebugUtilsLabelEXT( m_queue, reinterpret_cast<const VkDebugUtilsLabelEXT *>( &labelI… in beginDebugUtilsLabelEXT()
Dvulkan_core.h11502 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h9377 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h9925 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h9933 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h10900 VKAPI_ATTR void VKAPI_CALL vkQueueBeginDebugUtilsLabelEXT(