Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.h62 struct GpuMemoryAllocatorCreateInfo { in RENDER_BEGIN_NAMESPACE() struct
70 const GpuMemoryAllocatorCreateInfo& createInfo); in RENDER_BEGIN_NAMESPACE()
H A Ddevice_vk.cpp341 PlatformGpuMemoryAllocator::GpuMemoryAllocatorCreateInfo GetAllocatorCreateInfo(const BackendExtraV… in GetAllocatorCreateInfo()
344 PlatformGpuMemoryAllocator::GpuMemoryAllocatorCreateInfo createInfo; in GetAllocatorCreateInfo()
650 const PlatformGpuMemoryAllocator::GpuMemoryAllocatorCreateInfo allocatorCreateInfo = in DeviceVk()
H A Dgpu_memory_allocator_vk.cpp177 VkDevice device, const GpuMemoryAllocatorCreateInfo& createInfo) in PlatformGpuMemoryAllocator()