Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dvk_layer_dispatch_table.h543 PFN_vkSetDebugUtilsObjectTagEXT SetDebugUtilsObjectTagEXT; member
H A 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()
H A 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()
H A Dchassis.cpp7781 VKAPI_ATTR VkResult VKAPI_CALL SetDebugUtilsObjectTagEXT( in SetDebugUtilsObjectTagEXT() function
9610 {"vkSetDebugUtilsObjectTagEXT", {false, (void*)SetDebugUtilsObjectTagEXT}},
H A Dchassis.h1913 VKAPI_ATTR VkResult VKAPI_CALL SetDebugUtilsObjectTagEXT(