Searched defs:allocation (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_memory_allocator_vk.cpp | 238 … 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 D | gpu_buffer_vk.h | 77 VmaAllocation allocation; member
|
H A D | gpu_image_vk.h | 80 VmaAllocation allocation; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/ |
H A D | sbc_constant.h | 36 uint8_t allocation; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_manager.cpp | 1639 for (auto const& allocation : pendingAllocations) { in HandlePendingAllocationsImpl() local
|