Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h543 PFN_vkSetDebugUtilsObjectTagEXT SetDebugUtilsObjectTagEXT; member
Dvk_dispatch_table_helper.h733 …table->SetDebugUtilsObjectTagEXT = (PFN_vkSetDebugUtilsObjectTagEXT) gpa(device, "vkSetDebugUtilsO… in layer_init_device_dispatch_table()
734 …if (table->SetDebugUtilsObjectTagEXT == nullptr) { table->SetDebugUtilsObjectTagEXT = (PFN_vkSetDe… in layer_init_device_dispatch_table()
Dlayer_chassis_dispatch.cpp980 …if (!wrap_handles) return layer_data->device_dispatch_table.SetDebugUtilsObjectTagEXT(device, pTag… in DispatchSetDebugUtilsObjectTagEXT()
988 VkResult result = layer_data->device_dispatch_table.SetDebugUtilsObjectTagEXT( in DispatchSetDebugUtilsObjectTagEXT()
Dchassis.cpp7781 VKAPI_ATTR VkResult VKAPI_CALL SetDebugUtilsObjectTagEXT( in SetDebugUtilsObjectTagEXT() function
9610 {"vkSetDebugUtilsObjectTagEXT", {false, (void*)SetDebugUtilsObjectTagEXT}},
Dchassis.h1913 VKAPI_ATTR VkResult VKAPI_CALL SetDebugUtilsObjectTagEXT(
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h868 PFN_vkSetDebugUtilsObjectTagEXT SetDebugUtilsObjectTagEXT; member
Dvk_enum_to_str.c4891 …table->SetDebugUtilsObjectTagEXT = (PFN_vkSetDebugUtilsObjectTagEXT) gpa(device, "vkSetDebugUtilsO… in vk_load_device_commands()