Home
last modified time | relevance | path

Searched refs:FirstPreAllocMemory (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.cpp140 static void FirstPreAllocMemory(VmaAllocator allocator, VmaAllocationCreateInfo info) { in FirstPreAllocMemory() function
148 SK_LOGE("FirstPreAllocMemory: CreateFakeImage Failed!! VkResult %d", result); in FirstPreAllocMemory()
156 SK_LOGE("FirstPreAllocMemory: AllocateReservedMemory Failed!! VkResult %d", result); in FirstPreAllocMemory()
165 SK_LOGE("FirstPreAllocMemory: BindImageMemory Failed!! VkResult %d", result); in FirstPreAllocMemory()
235 HITRACE_METER_FMT(HITRACE_TAG_GRAPHIC_AGP, "FirstPreAllocMemory"); in allocateImageMemory()
236 FirstPreAllocMemory(fAllocator, info); in allocateImageMemory()

Completed in 2 milliseconds