Searched refs:CmdInsertDebugUtilsLabelEXT (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_batch.c | 559 if (VKCTX(CmdInsertDebugUtilsLabelEXT) && screen->renderdoc_api) { in zink_start_batch() 566 VKCTX(CmdInsertDebugUtilsLabelEXT)(bs->unsynchronized_cmdbuf, &capture_label); in zink_start_batch() 567 VKCTX(CmdInsertDebugUtilsLabelEXT)(bs->reordered_cmdbuf, &capture_label); in zink_start_batch() 568 VKCTX(CmdInsertDebugUtilsLabelEXT)(bs->cmdbuf, &capture_label); in zink_start_batch()
|
H A D | zink_context.c | 5183 screen->vk.CmdInsertDebugUtilsLabelEXT(ctx->bs->cmdbuf, &label); in zink_emit_string_marker()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/ |
H A D | vk_layer_dispatch_table.h | 549 PFN_vkCmdInsertDebugUtilsLabelEXT CmdInsertDebugUtilsLabelEXT; member
|
H A D | vk_dispatch_table_helper.h | 745 …table->CmdInsertDebugUtilsLabelEXT = (PFN_vkCmdInsertDebugUtilsLabelEXT) gpa(device, "vkCmdInsertD… in layer_init_device_dispatch_table() 746 …if (table->CmdInsertDebugUtilsLabelEXT == nullptr) { table->CmdInsertDebugUtilsLabelEXT = (PFN_vkC… in layer_init_device_dispatch_table()
|
H A D | chassis.cpp | 7909 VKAPI_ATTR void VKAPI_CALL CmdInsertDebugUtilsLabelEXT( in CmdInsertDebugUtilsLabelEXT() function 9616 {"vkCmdInsertDebugUtilsLabelEXT", {false, (void*)CmdInsertDebugUtilsLabelEXT}},
|
H A D | chassis.h | 1935 VKAPI_ATTR void VKAPI_CALL CmdInsertDebugUtilsLabelEXT(
|
H A D | layer_chassis_dispatch.cpp | 5781 layer_data->device_dispatch_table.CmdInsertDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in DispatchCmdInsertDebugUtilsLabelEXT()
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/layers/ |
H A D | radv_sqtt_layer.c | 1378 device->layer_dispatch.rgp.CmdInsertDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in sqtt_CmdInsertDebugUtilsLabelEXT()
|