Home
last modified time | relevance | path

Searched refs:AllocateMemoryForImage (Results 1 – 3 of 3) sorted by relevance

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DConstants.h80 AllocateMemoryForImage, enumerator
DVmaReplay.cpp1829 …se if(StrRangeEq(functionName, VMA_FUNCTION_NAMES[(uint32_t)VMA_FUNCTION::AllocateMemoryForImage])) in ExecuteLine()
3300 m_Stats.RegisterFunctionCall(VMA_FUNCTION::AllocateMemoryForImage); in ExecuteAllocateMemoryForBufferOrImage()
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h8542 static VkResult AllocateMemoryForImage( in AllocateMemoryForImage() function
9043 VkResult result = AllocateMemoryForImage( in vmaAllocateMemoryForImage()
9320 …res = AllocateMemoryForImage(allocator, *pImage, pAllocationCreateInfo, suballocType, pAllocation); in vmaCreateImage()