Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.h89 VmaPool GetImagePool(const GpuImageDesc& desc) const; in RENDER_BEGIN_NAMESPACE()
H A Dgpu_image_vk.cpp312 const VmaPool customPool = gpuMemAllocator->GetImagePool(desc_); in CreateVkImage()
H A Dgpu_memory_allocator_vk.cpp376 VmaPool PlatformGpuMemoryAllocator::GetImagePool(const GpuImageDesc& desc) const in GetImagePool() function in PlatformGpuMemoryAllocator