Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.h1054 angle::Result SetDebugUtilsObjectName(ContextVk *contextVk,
Dvk_utils.cpp798 angle::Result SetDebugUtilsObjectName(ContextVk *contextVk, in SetDebugUtilsObjectName() function
DTextureVk.cpp2860 return vk::SetDebugUtilsObjectName(contextVk, VK_OBJECT_TYPE_IMAGE, in updateTextureLabel()
/external/angle/third_party/vulkan_memory_allocator/src/
DVulkanSample.cpp250 void SetDebugUtilsObjectName(VkObjectType type, uint64_t handle, const char* name) in SetDebugUtilsObjectName() function
DTests.cpp43 void SetDebugUtilsObjectName(VkObjectType type, uint64_t handle, const char* name);
4937SetDebugUtilsObjectName(VK_OBJECT_TYPE_BUFFER, (uint64_t)item.Buf, "TestPool_Benchmark_Buffer"); in TestPool_Benchmark()
4952SetDebugUtilsObjectName(VK_OBJECT_TYPE_IMAGE, (uint64_t)item.Image, "TestPool_Benchmark_Image"); in TestPool_Benchmark()