Home
last modified time | relevance | path

Searched refs:vkCmdInsertDebugUtilsLabelEXT (Results 1 – 25 of 29) sorted by relevance

12

/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkEntryPointValidation.inl17 "vkCmdInsertDebugUtilsLabelEXT",
DvkInitDeviceFunctionPointers.inl262 …XT = (CmdInsertDebugUtilsLabelEXTFunc) GET_PROC_ADDR("vkCmdInsertDebugUtilsLabelEXT");
DvkExtensionFunctions.inl1869 functions.push_back("vkCmdInsertDebugUtilsLabelEXT");
DvkNullDriverImpl.inl4223 VK_NULL_FUNC_ENTRY(vkCmdInsertDebugUtilsLabelEXT, cmdInsertDebugUtilsLabelEXT),
/third_party/skia/third_party/externals/angle2/src/common/vulkan/
Dvk_headers.h58 extern PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT;
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkGetProcAddress.cpp97 MAKE_VULKAN_INSTANCE_ENTRY(vkCmdInsertDebugUtilsLabelEXT),
310 MAKE_VULKAN_DEVICE_ENTRY(vkCmdInsertDebugUtilsLabelEXT),
DlibVulkan.cpp3832 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(VkCommandBuffer commandBuffer, const VkDeb… in vkCmdInsertDebugUtilsLabelEXT() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp464 ASSERT(vkCmdInsertDebugUtilsLabelEXT); in executeCommands()
465 vkCmdInsertDebugUtilsLabelEXT(cmdBuffer, &label); in executeCommands()
Dvk_utils.cpp1003 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT = nullptr; variable
1096 GET_INSTANCE_FUNC(vkCmdInsertDebugUtilsLabelEXT); in InitDebugUtilsEXTFunctions()
Dvk_wrapper.h1147 ASSERT(vkCmdInsertDebugUtilsLabelEXT);
1148 vkCmdInsertDebugUtilsLabelEXT(mHandle, &labelInfo);
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
DVK_EXT_debug_utils.txt259 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[]
DVK_EXT_debug_utils.adoc313 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/
DVK_EXT_debug_utils.txt199 …PFN_vkCmdInsertDebugUtilsLabelEXT)vkGetInstanceProcAddr(instance, "vkCmdInsertDebugUtilsLabelEXT");
DVK_EXT_debug_utils.adoc200 …PFN_vkCmdInsertDebugUtilsLabelEXT)vkGetInstanceProcAddr(instance, "vkCmdInsertDebugUtilsLabelEXT");
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
Dvolk.h730 extern PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT;
Dvolk.c188vkCmdInsertDebugUtilsLabelEXT = (PFN_vkCmdInsertDebugUtilsLabelEXT)load(context, "vkCmdInsertDebug… in volkGenLoadInstance()
1345 PFN_vkCmdInsertDebugUtilsLabelEXT vkCmdInsertDebugUtilsLabelEXT; variable
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp4076 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()
Dvulkan_raii.hpp957 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()
Dvulkan_funcs.hpp13073 …d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( … in insertDebugUtilsLabelEXT()
13083 …d.vkCmdInsertDebugUtilsLabelEXT( m_commandBuffer, reinterpret_cast<const VkDebugUtilsLabelEXT *>( … in insertDebugUtilsLabelEXT()
Dvulkan_core.h9783 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp3911 …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
14580vkCmdInsertDebugUtilsLabelEXT = PFN_vkCmdInsertDebugUtilsLabelEXT( vkGetInstanceProcAddr( instan… in init()
15613vkCmdInsertDebugUtilsLabelEXT = PFN_vkCmdInsertDebugUtilsLabelEXT( vkGetDeviceProcAddr( device, … in init()
Dvulkan_raii.hpp1054vkCmdInsertDebugUtilsLabelEXT = 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/
Dvulkan_sc_core.h6853 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h9395 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h9943 VKAPI_ATTR void VKAPI_CALL vkCmdInsertDebugUtilsLabelEXT(

12