/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkEntryPointValidation.inl | 17 "vkCmdInsertDebugUtilsLabelEXT",
|
D | vkInitDeviceFunctionPointers.inl | 262 …XT = (CmdInsertDebugUtilsLabelEXTFunc) GET_PROC_ADDR("vkCmdInsertDebugUtilsLabelEXT");
|
D | vkExtensionFunctions.inl | 1869 functions.push_back("vkCmdInsertDebugUtilsLabelEXT");
|
D | vkNullDriverImpl.inl | 4223 VK_NULL_FUNC_ENTRY(vkCmdInsertDebugUtilsLabelEXT, cmdInsertDebugUtilsLabelEXT),
|
/third_party/skia/third_party/externals/angle2/src/common/vulkan/ |
D | vk_headers.h | 58 extern PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT;
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkGetProcAddress.cpp | 97 MAKE_VULKAN_INSTANCE_ENTRY(vkCmdInsertDebugUtilsLabelEXT), 310 MAKE_VULKAN_DEVICE_ENTRY(vkCmdInsertDebugUtilsLabelEXT),
|
D | libVulkan.cpp | 3832 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDeb… in vkCmdInsertDebugUtilsLabelEXT() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SecondaryCommandBuffer.cpp | 464 ASSERT(vkCmdInsertDebugUtilsLabelEXT); in executeCommands() 465 vkCmdInsertDebugUtilsLabelEXT(cmdBuffer, &label); in executeCommands()
|
D | vk_utils.cpp | 1003 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT = nullptr; variable 1096 GET_INSTANCE_FUNC(vkCmdInsertDebugUtilsLabelEXT); in InitDebugUtilsEXTFunctions()
|
D | vk_wrapper.h | 1147 ASSERT(vkCmdInsertDebugUtilsLabelEXT); 1148 vkCmdInsertDebugUtilsLabelEXT(mHandle, &labelInfo);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | VK_EXT_debug_utils.txt | 259 flink:vkCmdInsertDebugUtilsLabelEXT can: be used as defined below. 319 [open,refpage='vkCmdInsertDebugUtilsLabelEXT',desc='Insert a label into a command buffer',type='pro… 323 include::{generated}/api/protos/vkCmdInsertDebugUtilsLabelEXT.txt[] 330 include::{generated}/validity/protos/vkCmdInsertDebugUtilsLabelEXT.txt[]
|
D | VK_EXT_debug_utils.adoc | 313 flink:vkCmdInsertDebugUtilsLabelEXT can: be used as defined below. 373 [open,refpage='vkCmdInsertDebugUtilsLabelEXT',desc='Insert a label into a command buffer',type='pro… 377 include::{generated}/api/protos/vkCmdInsertDebugUtilsLabelEXT.adoc[] 384 include::{generated}/validity/protos/vkCmdInsertDebugUtilsLabelEXT.adoc[]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_EXT_debug_utils.txt | 199 …PFN_vkCmdInsertDebugUtilsLabelEXT)vkGetInstanceProcAddr(instance, "vkCmdInsertDebugUtilsLabelEXT");
|
D | VK_EXT_debug_utils.adoc | 200 …PFN_vkCmdInsertDebugUtilsLabelEXT)vkGetInstanceProcAddr(instance, "vkCmdInsertDebugUtilsLabelEXT");
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
D | volk.h | 730 extern PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT;
|
D | volk.c | 188 …vkCmdInsertDebugUtilsLabelEXT = (PFN_vkCmdInsertDebugUtilsLabelEXT)load(context, "vkCmdInsertDebug… in volkGenLoadInstance() 1345 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT; variable
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan.hpp | 4076 void vkCmdInsertDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, in vkCmdInsertDebugUtilsLabelEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 4079 return ::vkCmdInsertDebugUtilsLabelEXT( commandBuffer, pLabelInfo ); in vkCmdInsertDebugUtilsLabelEXT() 11398 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 12549 vkCmdInsertDebugUtilsLabelEXT = in init() 13508 vkCmdInsertDebugUtilsLabelEXT = in init()
|
D | vulkan_raii.hpp | 957 vkCmdInsertDebugUtilsLabelEXT = in init() 1785 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 13388 VULKAN_HPP_ASSERT( getDispatcher()->vkCmdInsertDebugUtilsLabelEXT && in insertDebugUtilsLabelEXT() 13391 … getDispatcher()->vkCmdInsertDebugUtilsLabelEXT( static_cast<VkCommandBuffer>( m_commandBuffer ), in insertDebugUtilsLabelEXT()
|
D | vulkan_funcs.hpp | 13073 …d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( … in insertDebugUtilsLabelEXT() 13083 …d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( … in insertDebugUtilsLabelEXT()
|
D | vulkan_core.h | 9783 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 3911 …void vkCmdInsertDebugUtilsLabelEXT( VkCommandBuffer commandBuffer, const VkDebugUtilsLabelEXT * pL… in vkCmdInsertDebugUtilsLabelEXT() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 3913 return ::vkCmdInsertDebugUtilsLabelEXT( commandBuffer, pLabelInfo ); in vkCmdInsertDebugUtilsLabelEXT() 13420 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 14580 …vkCmdInsertDebugUtilsLabelEXT = PFN_vkCmdInsertDebugUtilsLabelEXT( vkGetInstanceProcAddr( instan… in init() 15613 …vkCmdInsertDebugUtilsLabelEXT = PFN_vkCmdInsertDebugUtilsLabelEXT( vkGetDeviceProcAddr( device, … in init()
|
D | vulkan_raii.hpp | 1054 …vkCmdInsertDebugUtilsLabelEXT = PFN_vkCmdInsertDebugUtilsLabelEXT( vkGetDeviceProcAddr( device, … in DeviceDispatcher() 1994 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher 16162 …VULKAN_HPP_ASSERT( getDispatcher()->vkCmdInsertDebugUtilsLabelEXT && "Function <vkCmdInsertDebugUt… in insertDebugUtilsLabelEXT() 16164 … getDispatcher()->vkCmdInsertDebugUtilsLabelEXT( static_cast<VkCommandBuffer>( m_commandBuffer ), in insertDebugUtilsLabelEXT()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
D | vulkan_sc_core.h | 6853 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 9395 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_core.h | 9943 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
|