Home
last modified time | relevance | path

Searched refs:CmdBeginDebugUtilsLabelEXT (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp78 GET_INSTANCE_PROC(CmdBeginDebugUtilsLabelEXT); in LoadInstanceProcs()
DVulkanFunctions.h74 PFN_vkCmdBeginDebugUtilsLabelEXT CmdBeginDebugUtilsLabelEXT = nullptr; member
DCommandBufferVk.cpp844 device->fn.CmdBeginDebugUtilsLabelEXT(commands, &utilsLabel); in RecordCommands()
1003 device->fn.CmdBeginDebugUtilsLabelEXT(commands, &utilsLabel); in RecordComputePass()
1160 device->fn.CmdBeginDebugUtilsLabelEXT(commands, &utilsLabel); in RecordRenderPass()
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h404 PFN_vkCmdBeginDebugUtilsLabelEXT CmdBeginDebugUtilsLabelEXT; member
Dvk_layer_dispatch_table.h753 PFN_vkCmdBeginDebugUtilsLabelEXT CmdBeginDebugUtilsLabelEXT; member
Dvk_loader_extensions.c252 LOOKUP_GIPA(CmdBeginDebugUtilsLabelEXT, false); in loader_icd_init_entries()
813 …table->CmdBeginDebugUtilsLabelEXT = (PFN_vkCmdBeginDebugUtilsLabelEXT)gipa(inst, "vkCmdBeginDebugU… in loader_init_device_extension_dispatch_table()
1862 … if (!strcmp(name, "CmdBeginDebugUtilsLabelEXT")) return (void *)table->CmdBeginDebugUtilsLabelEXT; in loader_lookup_device_dispatch_table()
4736 VKAPI_ATTR void VKAPI_CALL CmdBeginDebugUtilsLabelEXT( in CmdBeginDebugUtilsLabelEXT() function
4746 if (disp->CmdBeginDebugUtilsLabelEXT != NULL) { in CmdBeginDebugUtilsLabelEXT()
4747 disp->CmdBeginDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in CmdBeginDebugUtilsLabelEXT()
4757 if (NULL != icd_term && NULL != icd_term->dispatch.CmdBeginDebugUtilsLabelEXT) { in terminator_CmdBeginDebugUtilsLabelEXT()
4758 icd_term->dispatch.CmdBeginDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in terminator_CmdBeginDebugUtilsLabelEXT()
8705 ? (void *)CmdBeginDebugUtilsLabelEXT in extension_instance_gpa()
Dvk_dispatch_table_helper.h915 …table->CmdBeginDebugUtilsLabelEXT = (PFN_vkCmdBeginDebugUtilsLabelEXT) gpa(device, "vkCmdBeginDebu… in layer_init_device_dispatch_table()