Searched refs:CmdInsertDebugUtilsLabelEXT (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 80 GET_INSTANCE_PROC(CmdInsertDebugUtilsLabelEXT); in LoadInstanceProcs()
|
D | VulkanFunctions.h | 76 PFN_vkCmdInsertDebugUtilsLabelEXT CmdInsertDebugUtilsLabelEXT = nullptr; member
|
D | CommandBufferVk.cpp | 814 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/ |
D | vk_loader_extensions.h | 406 PFN_vkCmdInsertDebugUtilsLabelEXT CmdInsertDebugUtilsLabelEXT; member
|
D | vk_layer_dispatch_table.h | 755 PFN_vkCmdInsertDebugUtilsLabelEXT CmdInsertDebugUtilsLabelEXT; member
|
D | vk_loader_extensions.c | 254 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()
|
D | vk_dispatch_table_helper.h | 923 …table->CmdInsertDebugUtilsLabelEXT = (PFN_vkCmdInsertDebugUtilsLabelEXT) gpa(device, "vkCmdInsertD… in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.c | 4414 screen->vk.CmdInsertDebugUtilsLabelEXT(batch->state->cmdbuf, &label); in zink_emit_string_marker()
|