Searched refs:PlatformGpuMemoryAllocator (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_memory_allocator_vk.cpp | 176 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 D | gpu_buffer_vk.cpp | 75 …PlatformGpuMemoryAllocator& 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 D | gpu_memory_allocator_vk.h | 41 class PlatformGpuMemoryAllocator final { in RENDER_BEGIN_NAMESPACE() 69 … PlatformGpuMemoryAllocator(VkInstance instance, VkPhysicalDevice physicalDevice, VkDevice device, in RENDER_BEGIN_NAMESPACE() 71 ~PlatformGpuMemoryAllocator(); in RENDER_BEGIN_NAMESPACE()
|
H A D | device_vk.h | 47 class PlatformGpuMemoryAllocator; variable 114 PlatformGpuMemoryAllocator* GetPlatformGpuMemoryAllocator() override; 248 BASE_NS::unique_ptr<PlatformGpuMemoryAllocator> platformGpuMemoryAllocator_;
|
H A D | device_vk.cpp | 341 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 D | gpu_image_vk.cpp | 273 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 D | device.h | 51 class PlatformGpuMemoryAllocator; variable 97 virtual PlatformGpuMemoryAllocator* GetPlatformGpuMemoryAllocator() = 0;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.h | 58 class PlatformGpuMemoryAllocator; variable 108 PlatformGpuMemoryAllocator* GetPlatformGpuMemoryAllocator() override;
|
H A D | device_gles.cpp | 1218 PlatformGpuMemoryAllocator* DeviceGLES::GetPlatformGpuMemoryAllocator() in GetPlatformGpuMemoryAllocator()
|