Home
last modified time | relevance | path

Searched refs:CmdInsertDebugUtilsLabelEXT (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp80 GET_INSTANCE_PROC(CmdInsertDebugUtilsLabelEXT); in LoadInstanceProcs()
DVulkanFunctions.h76 PFN_vkCmdInsertDebugUtilsLabelEXT CmdInsertDebugUtilsLabelEXT = nullptr; member
DCommandBufferVk.cpp814 device->fn.CmdInsertDebugUtilsLabelEXT(commands, &utilsLabel); in RecordCommands()
973 device->fn.CmdInsertDebugUtilsLabelEXT(commands, &utilsLabel); in RecordComputePass()
1130 device->fn.CmdInsertDebugUtilsLabelEXT(commands, &utilsLabel); in RecordRenderPass()
/third_party/vulkan-loader/loader/generated/
Dvk_loader_extensions.h406 PFN_vkCmdInsertDebugUtilsLabelEXT CmdInsertDebugUtilsLabelEXT; member
Dvk_layer_dispatch_table.h755 PFN_vkCmdInsertDebugUtilsLabelEXT CmdInsertDebugUtilsLabelEXT; member
Dvk_loader_extensions.c254 LOOKUP_GIPA(CmdInsertDebugUtilsLabelEXT, false); in loader_icd_init_entries()
815 …table->CmdInsertDebugUtilsLabelEXT = (PFN_vkCmdInsertDebugUtilsLabelEXT)gipa(inst, "vkCmdInsertDeb… in loader_init_device_extension_dispatch_table()
1870 …f (!strcmp(name, "CmdInsertDebugUtilsLabelEXT")) return (void *)table->CmdInsertDebugUtilsLabelEXT; in loader_lookup_device_dispatch_table()
4798 VKAPI_ATTR void VKAPI_CALL CmdInsertDebugUtilsLabelEXT( in CmdInsertDebugUtilsLabelEXT() function
4808 if (disp->CmdInsertDebugUtilsLabelEXT != NULL) { in CmdInsertDebugUtilsLabelEXT()
4809 disp->CmdInsertDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in CmdInsertDebugUtilsLabelEXT()
4819 if (NULL != icd_term && NULL != icd_term->dispatch.CmdInsertDebugUtilsLabelEXT) { in terminator_CmdInsertDebugUtilsLabelEXT()
4820 icd_term->dispatch.CmdInsertDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in terminator_CmdInsertDebugUtilsLabelEXT()
8764 ? (void *)CmdInsertDebugUtilsLabelEXT in extension_instance_gpa()
Dvk_dispatch_table_helper.h923 …table->CmdInsertDebugUtilsLabelEXT = (PFN_vkCmdInsertDebugUtilsLabelEXT) gpa(device, "vkCmdInsertD… in layer_init_device_dispatch_table()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c4414 screen->vk.CmdInsertDebugUtilsLabelEXT(batch->state->cmdbuf, &label); in zink_emit_string_marker()