Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_utils.cpp780 angle::Result SetDebugUtilsObjectName(ContextVk *contextVk, in SetDebugUtilsObjectName() function
H A Dvk_utils.h1357 angle::Result SetDebugUtilsObjectName(ContextVk *contextVk,
H A DTextureVk.cpp3508 return vk::SetDebugUtilsObjectName(contextVk, VK_OBJECT_TYPE_IMAGE, in updateTextureLabel()
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A DVulkanSample.cpp260 void SetDebugUtilsObjectName(VkObjectType type, uint64_t handle, const char* name) in SetDebugUtilsObjectName() function
H A DTests.cpp44 void SetDebugUtilsObjectName(VkObjectType type, uint64_t handle, const char* name);
5719SetDebugUtilsObjectName(VK_OBJECT_TYPE_BUFFER, (uint64_t)item.Buf, "TestPool_Benchmark_Buffer"); in TestPool_Benchmark()
5734SetDebugUtilsObjectName(VK_OBJECT_TYPE_IMAGE, (uint64_t)item.Image, "TestPool_Benchmark_Image"); in TestPool_Benchmark()