Searched refs:SetDebugUtilsObjectName (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | vk_utils.cpp | 780 angle::Result SetDebugUtilsObjectName(ContextVk *contextVk, in SetDebugUtilsObjectName() function
|
H A D | vk_utils.h | 1357 angle::Result SetDebugUtilsObjectName(ContextVk *contextVk,
|
H A D | TextureVk.cpp | 3508 return vk::SetDebugUtilsObjectName(contextVk, VK_OBJECT_TYPE_IMAGE, in updateTextureLabel()
|
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/ |
H A D | VulkanSample.cpp | 260 void SetDebugUtilsObjectName(VkObjectType type, uint64_t handle, const char* name) in SetDebugUtilsObjectName() function
|
H A D | Tests.cpp | 44 void SetDebugUtilsObjectName(VkObjectType type, uint64_t handle, const char* name); 5719 … SetDebugUtilsObjectName(VK_OBJECT_TYPE_BUFFER, (uint64_t)item.Buf, "TestPool_Benchmark_Buffer"); in TestPool_Benchmark() 5734 … SetDebugUtilsObjectName(VK_OBJECT_TYPE_IMAGE, (uint64_t)item.Image, "TestPool_Benchmark_Image"); in TestPool_Benchmark()
|