Home
last modified time | relevance | path

Searched refs:PlatformGpuMemoryAllocator (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.cpp176 PlatformGpuMemoryAllocator::PlatformGpuMemoryAllocator(VkInstance instance, VkPhysicalDevice physic… in PlatformGpuMemoryAllocator() function in PlatformGpuMemoryAllocator
214 PlatformGpuMemoryAllocator::~PlatformGpuMemoryAllocator() in ~PlatformGpuMemoryAllocator()
294 void PlatformGpuMemoryAllocator::CreateImage(const VkImageCreateInfo& imageCreateInfo, in CreateImage()
325 void PlatformGpuMemoryAllocator::DestroyImage(VkImage image, VmaAllocation allocation) in DestroyImage()
346 uint32_t PlatformGpuMemoryAllocator::GetMemoryTypeProperties(const uint32_t memoryType) in GetMemoryTypeProperties()
353 void PlatformGpuMemoryAllocator::FlushAllocation( in FlushAllocation()
359 void PlatformGpuMemoryAllocator::InvalidateAllocation( in InvalidateAllocation()
365 VmaPool PlatformGpuMemoryAllocator::GetBufferPool(const GpuBufferDesc& desc) const in GetBufferPool()
376 VmaPool PlatformGpuMemoryAllocator::GetImagePool(const GpuImageDesc& desc) const in GetImagePool()
387 void* PlatformGpuMemoryAllocator::MapMemory(VmaAllocation allocation) in MapMemory()
[all …]
H A Dgpu_buffer_vk.cpp75PlatformGpuMemoryAllocator& gpuMemAllocator, const GpuBufferDesc& desc, const int64_t alignedByteS… in RecordAllocation()
174 …if (PlatformGpuMemoryAllocator* gpuMemAllocator = device_.GetPlatformGpuMemoryAllocator(); gpuMemA… in ~GpuBufferVk()
208 …if (PlatformGpuMemoryAllocator* gpuMemAllocator = device_.GetPlatformGpuMemoryAllocator(); gpuMemA… in CreateBufferImpl()
264 PlatformGpuMemoryAllocator* gpuMemAllocator = device_.GetPlatformGpuMemoryAllocator(); in Map()
288 PlatformGpuMemoryAllocator* gpuMemAllocator = device_.GetPlatformGpuMemoryAllocator(); in MapMemory()
307 PlatformGpuMemoryAllocator* gpuMemAllocator = device_.GetPlatformGpuMemoryAllocator(); in Unmap()
344 PlatformGpuMemoryAllocator* gpuMemAllocator = device_.GetPlatformGpuMemoryAllocator(); in AllocateMemory()
H A Dgpu_memory_allocator_vk.h41 class PlatformGpuMemoryAllocator final { in RENDER_BEGIN_NAMESPACE()
69PlatformGpuMemoryAllocator(VkInstance instance, VkPhysicalDevice physicalDevice, VkDevice device, in RENDER_BEGIN_NAMESPACE()
71 ~PlatformGpuMemoryAllocator(); in RENDER_BEGIN_NAMESPACE()
H A Ddevice_vk.h47 class PlatformGpuMemoryAllocator; variable
114 PlatformGpuMemoryAllocator* GetPlatformGpuMemoryAllocator() override;
248 BASE_NS::unique_ptr<PlatformGpuMemoryAllocator> platformGpuMemoryAllocator_;
H A Ddevice_vk.cpp341 PlatformGpuMemoryAllocator::GpuMemoryAllocatorCreateInfo GetAllocatorCreateInfo(const BackendExtraV… in GetAllocatorCreateInfo()
344 PlatformGpuMemoryAllocator::GpuMemoryAllocatorCreateInfo createInfo; in GetAllocatorCreateInfo()
367 PlatformGpuMemoryAllocator::MemoryAllocatorResourceType::GPU_BUFFER, in GetAllocatorCreateInfo()
383 PlatformGpuMemoryAllocator::MemoryAllocatorResourceType::GPU_BUFFER, in GetAllocatorCreateInfo()
650 const PlatformGpuMemoryAllocator::GpuMemoryAllocatorCreateInfo allocatorCreateInfo = in DeviceVk()
652 platformGpuMemoryAllocator_ = make_unique<PlatformGpuMemoryAllocator>( in DeviceVk()
1041 PlatformGpuMemoryAllocator* DeviceVk::GetPlatformGpuMemoryAllocator() in GetPlatformGpuMemoryAllocator()
H A Dgpu_image_vk.cpp273 PlatformGpuMemoryAllocator* gpuMemAllocator = device_.GetPlatformGpuMemoryAllocator(); in ~GpuImageVk()
309 PlatformGpuMemoryAllocator* gpuMemAllocator = device_.GetPlatformGpuMemoryAllocator(); in CreateVkImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.h51 class PlatformGpuMemoryAllocator; variable
97 virtual PlatformGpuMemoryAllocator* GetPlatformGpuMemoryAllocator() = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h58 class PlatformGpuMemoryAllocator; variable
108 PlatformGpuMemoryAllocator* GetPlatformGpuMemoryAllocator() override;
H A Ddevice_gles.cpp1218 PlatformGpuMemoryAllocator* DeviceGLES::GetPlatformGpuMemoryAllocator() in GetPlatformGpuMemoryAllocator()