Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h547 PFN_vkCmdBeginDebugUtilsLabelEXT CmdBeginDebugUtilsLabelEXT; member
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()
Dchassis.cpp7868 VKAPI_ATTR void VKAPI_CALL CmdBeginDebugUtilsLabelEXT( in CmdBeginDebugUtilsLabelEXT() function
9614 {"vkCmdBeginDebugUtilsLabelEXT", {false, (void*)CmdBeginDebugUtilsLabelEXT}},
Dchassis.h1928 VKAPI_ATTR void VKAPI_CALL CmdBeginDebugUtilsLabelEXT(
Dlayer_chassis_dispatch.cpp5764 layer_data->device_dispatch_table.CmdBeginDebugUtilsLabelEXT(commandBuffer, pLabelInfo); in DispatchCmdBeginDebugUtilsLabelEXT()
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h515 PFN_vkCmdBeginDebugUtilsLabelEXT CmdBeginDebugUtilsLabelEXT; member
Dvk_enum_to_str.c4538 …table->CmdBeginDebugUtilsLabelEXT = (PFN_vkCmdBeginDebugUtilsLabelEXT) gpa(device, "vkCmdBeginDebu… in vk_load_device_commands()