Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dvk_layer_dispatch_table.h546 PFN_vkQueueInsertDebugUtilsLabelEXT QueueInsertDebugUtilsLabelEXT; member
H A 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()
H A Dchassis.cpp7846 VKAPI_ATTR void VKAPI_CALL QueueInsertDebugUtilsLabelEXT( in QueueInsertDebugUtilsLabelEXT() function
9613 {"vkQueueInsertDebugUtilsLabelEXT", {false, (void*)QueueInsertDebugUtilsLabelEXT}},
H A Dchassis.h1924 VKAPI_ATTR void VKAPI_CALL QueueInsertDebugUtilsLabelEXT(
H A Dlayer_chassis_dispatch.cpp5755 layer_data->device_dispatch_table.QueueInsertDebugUtilsLabelEXT(queue, pLabelInfo); in DispatchQueueInsertDebugUtilsLabelEXT()