Home
last modified time | relevance | path

Searched refs:QueueBeginDebugUtilsLabelEXT (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dvk_layer_dispatch_table.h544 PFN_vkQueueBeginDebugUtilsLabelEXT QueueBeginDebugUtilsLabelEXT; member
H A Dvk_dispatch_table_helper.h735 …table->QueueBeginDebugUtilsLabelEXT = (PFN_vkQueueBeginDebugUtilsLabelEXT) gpa(device, "vkQueueBeg… in layer_init_device_dispatch_table()
736 …if (table->QueueBeginDebugUtilsLabelEXT == nullptr) { table->QueueBeginDebugUtilsLabelEXT = (PFN_v… in layer_init_device_dispatch_table()
H A Dchassis.cpp7803 VKAPI_ATTR void VKAPI_CALL QueueBeginDebugUtilsLabelEXT( in QueueBeginDebugUtilsLabelEXT() function
9611 {"vkQueueBeginDebugUtilsLabelEXT", {false, (void*)QueueBeginDebugUtilsLabelEXT}},
H A Dchassis.h1917 VKAPI_ATTR void VKAPI_CALL QueueBeginDebugUtilsLabelEXT(
H A Dlayer_chassis_dispatch.cpp5738 layer_data->device_dispatch_table.QueueBeginDebugUtilsLabelEXT(queue, pLabelInfo); in DispatchQueueBeginDebugUtilsLabelEXT()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c3832 VKSCR(QueueBeginDebugUtilsLabelEXT)(screen->queue, &info); in zink_screen_debug_marker_begin()