Home
last modified time | relevance | path

Searched defs:allocation (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.cpp238 … const VmaAllocationCreateInfo& allocationCreateInfo, VkBuffer& buffer, VmaAllocation& allocation, in CreateBuffer()
273 void PlatformGpuMemoryAllocator::DestroyBuffer(VkBuffer buffer, VmaAllocation allocation) in DestroyBuffer()
295 const VmaAllocationCreateInfo& allocationCreateInfo, VkImage& image, VmaAllocation& allocation, in CreateImage()
325 void PlatformGpuMemoryAllocator::DestroyImage(VkImage image, VmaAllocation allocation) in DestroyImage()
354 const VmaAllocation& allocation, const VkDeviceSize offset, const VkDeviceSize byteSize) in FlushAllocation()
360 const VmaAllocation& allocation, const VkDeviceSize offset, const VkDeviceSize byteSize) in InvalidateAllocation()
387 void* PlatformGpuMemoryAllocator::MapMemory(VmaAllocation allocation) in MapMemory()
394 void PlatformGpuMemoryAllocator::UnmapMemory(VmaAllocation allocation) in UnmapMemory()
H A Dgpu_buffer_vk.h77 VmaAllocation allocation; member
H A Dgpu_image_vk.h80 VmaAllocation allocation; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_constant.h36 uint8_t allocation; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.cpp1639 for (auto const& allocation : pendingAllocations) { in HandlePendingAllocationsImpl() local