Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dvk_layer_dispatch_table.h547 PFN_vkCmdBeginDebugUtilsLabelEXT CmdBeginDebugUtilsLabelEXT; member
H A Dvk_dispatch_table_helper.h741 …table->CmdBeginDebugUtilsLabelEXT = (PFN_vkCmdBeginDebugUtilsLabelEXT) gpa(device, "vkCmdBeginDebu… in layer_init_device_dispatch_table()
742 …if (table->CmdBeginDebugUtilsLabelEXT == nullptr) { table->CmdBeginDebugUtilsLabelEXT = (PFN_vkCmd… in layer_init_device_dispatch_table()
H A Dchassis.cpp7868 VKAPI_ATTR void VKAPI_CALL CmdBeginDebugUtilsLabelEXT( in CmdBeginDebugUtilsLabelEXT() function
9614 {"vkCmdBeginDebugUtilsLabelEXT", {false, (void*)CmdBeginDebugUtilsLabelEXT}},
H A Dchassis.h1928 VKAPI_ATTR void VKAPI_CALL CmdBeginDebugUtilsLabelEXT(
H A Dlayer_chassis_dispatch.cpp5764 layer_data->device_dispatch_table.CmdBeginDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in DispatchCmdBeginDebugUtilsLabelEXT()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/layers/
H A Dradv_sqtt_layer.c1356 device->layer_dispatch.rgp.CmdBeginDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in sqtt_CmdBeginDebugUtilsLabelEXT()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c5743 VKCTX(CmdBeginDebugUtilsLabelEXT)(cmdbuf ? cmdbuf : ctx->bs->cmdbuf, &info); in zink_cmd_debug_marker_begin()