Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h544 PFN_vkQueueBeginDebugUtilsLabelEXT QueueBeginDebugUtilsLabelEXT; member
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()
Dchassis.cpp7803 VKAPI_ATTR void VKAPI_CALL QueueBeginDebugUtilsLabelEXT( in QueueBeginDebugUtilsLabelEXT() function
9611 {"vkQueueBeginDebugUtilsLabelEXT", {false, (void*)QueueBeginDebugUtilsLabelEXT}},
Dchassis.h1917 VKAPI_ATTR void VKAPI_CALL QueueBeginDebugUtilsLabelEXT(
Dlayer_chassis_dispatch.cpp5738 layer_data->device_dispatch_table.QueueBeginDebugUtilsLabelEXT(queue, pLabelInfo); in DispatchQueueBeginDebugUtilsLabelEXT()
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h845 PFN_vkQueueBeginDebugUtilsLabelEXT QueueBeginDebugUtilsLabelEXT; member
Dvk_enum_to_str.c4868 …table->QueueBeginDebugUtilsLabelEXT = (PFN_vkQueueBeginDebugUtilsLabelEXT) gpa(device, "vkQueueBeg… in vk_load_device_commands()