Home
last modified time | relevance | path

Searched defs:customPool (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.cpp399 …oid PlatformGpuMemoryAllocator::CreatePoolForBuffers(const GpuMemoryAllocatorCustomPool& customPoo… in CreatePoolForBuffers()
450 void PlatformGpuMemoryAllocator::CreatePoolForImages(const GpuMemoryAllocatorCustomPool& customPool) in CreatePoolForImages()
H A Dgpu_buffer_vk.cpp348 const VmaPool customPool = gpuMemAllocator->GetBufferPool(desc_); in AllocateMemory() local
H A Dgpu_image_vk.cpp312 const VmaPool customPool = gpuMemAllocator->GetImagePool(desc_); in CreateVkImage() local