Home
last modified time | relevance | path

Searched refs:GpuMemoryAllocatorCustomPool (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.h48 struct GpuMemoryAllocatorCustomPool { in RENDER_BEGIN_NAMESPACE() struct
66 BASE_NS::vector<GpuMemoryAllocatorCustomPool> customPools; in RENDER_BEGIN_NAMESPACE()
97 void CreatePoolForBuffers(const GpuMemoryAllocatorCustomPool& customPool); in RENDER_BEGIN_NAMESPACE()
98 void CreatePoolForImages(const GpuMemoryAllocatorCustomPool& customPool); in RENDER_BEGIN_NAMESPACE()
H A Dgpu_memory_allocator_vk.cpp399 void PlatformGpuMemoryAllocator::CreatePoolForBuffers(const GpuMemoryAllocatorCustomPool& customPoo… in CreatePoolForBuffers()
450 void PlatformGpuMemoryAllocator::CreatePoolForImages(const GpuMemoryAllocatorCustomPool& customPool) in CreatePoolForImages()