Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h546 PFN_vkQueueInsertDebugUtilsLabelEXT QueueInsertDebugUtilsLabelEXT; member
Dvk_dispatch_table_helper.h739 …table->QueueInsertDebugUtilsLabelEXT = (PFN_vkQueueInsertDebugUtilsLabelEXT) gpa(device, "vkQueueI… in layer_init_device_dispatch_table()
740 …if (table->QueueInsertDebugUtilsLabelEXT == nullptr) { table->QueueInsertDebugUtilsLabelEXT = (PFN… in layer_init_device_dispatch_table()
Dchassis.cpp7846 VKAPI_ATTR void VKAPI_CALL QueueInsertDebugUtilsLabelEXT( in QueueInsertDebugUtilsLabelEXT() function
9613 {"vkQueueInsertDebugUtilsLabelEXT", {false, (void*)QueueInsertDebugUtilsLabelEXT}},
Dlayer_chassis_dispatch.cpp5755 layer_data->device_dispatch_table.QueueInsertDebugUtilsLabelEXT(queue, pLabelInfo); in DispatchQueueInsertDebugUtilsLabelEXT()
Dchassis.h1924 VKAPI_ATTR void VKAPI_CALL QueueInsertDebugUtilsLabelEXT(
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h848 PFN_vkQueueInsertDebugUtilsLabelEXT QueueInsertDebugUtilsLabelEXT; member
Dvk_enum_to_str.c4871 …table->QueueInsertDebugUtilsLabelEXT = (PFN_vkQueueInsertDebugUtilsLabelEXT) gpa(device, "vkQueueI… in vk_load_device_commands()