Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_batch.c559 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 Dzink_context.c5183 screen->vk.CmdInsertDebugUtilsLabelEXT(ctx->bs->cmdbuf, &label); in zink_emit_string_marker()
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dvk_layer_dispatch_table.h549 PFN_vkCmdInsertDebugUtilsLabelEXT CmdInsertDebugUtilsLabelEXT; member
H A Dvk_dispatch_table_helper.h745 …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 Dchassis.cpp7909 VKAPI_ATTR void VKAPI_CALL CmdInsertDebugUtilsLabelEXT( in CmdInsertDebugUtilsLabelEXT() function
9616 {"vkCmdInsertDebugUtilsLabelEXT", {false, (void*)CmdInsertDebugUtilsLabelEXT}},
H A Dchassis.h1935 VKAPI_ATTR void VKAPI_CALL CmdInsertDebugUtilsLabelEXT(
H A Dlayer_chassis_dispatch.cpp5781 layer_data->device_dispatch_table.CmdInsertDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in DispatchCmdInsertDebugUtilsLabelEXT()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/layers/
H A Dradv_sqtt_layer.c1378 device->layer_dispatch.rgp.CmdInsertDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in sqtt_CmdInsertDebugUtilsLabelEXT()