Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h549 PFN_vkCmdInsertDebugUtilsLabelEXT CmdInsertDebugUtilsLabelEXT; member
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()
Dchassis.cpp7909 VKAPI_ATTR void VKAPI_CALL CmdInsertDebugUtilsLabelEXT( in CmdInsertDebugUtilsLabelEXT() function
9616 {"vkCmdInsertDebugUtilsLabelEXT", {false, (void*)CmdInsertDebugUtilsLabelEXT}},
Dlayer_chassis_dispatch.cpp5781 layer_data->device_dispatch_table.CmdInsertDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in DispatchCmdInsertDebugUtilsLabelEXT()
Dchassis.h1935 VKAPI_ATTR void VKAPI_CALL CmdInsertDebugUtilsLabelEXT(
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h586 PFN_vkCmdInsertDebugUtilsLabelEXT CmdInsertDebugUtilsLabelEXT; member
Dvk_enum_to_str.c4609 …table->CmdInsertDebugUtilsLabelEXT = (PFN_vkCmdInsertDebugUtilsLabelEXT) gpa(device, "vkCmdInsertD… in vk_load_device_commands()