Searched defs:allocation (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_image_vk.h | 80 VmaAllocation allocation; member
|
H A D | gpu_buffer_vk.h | 77 VmaAllocation allocation; member
|
H A D | gpu_memory_allocator_vk.cpp | 273 void PlatformGpuMemoryAllocator::DestroyBuffer(VkBuffer buffer, VmaAllocation allocation) in DestroyBuffer() argument 237 CreateBuffer(const VkBufferCreateInfo& bufferCreateInfo, const VmaAllocationCreateInfo& allocationCreateInfo, VkBuffer& buffer, VmaAllocation& allocation, VmaAllocationInfo& allocationInfo) CreateBuffer() argument 294 CreateImage(const VkImageCreateInfo& imageCreateInfo, const VmaAllocationCreateInfo& allocationCreateInfo, VkImage& image, VmaAllocation& allocation, VmaAllocationInfo& allocationInfo) CreateImage() argument 325 DestroyImage(VkImage image, VmaAllocation allocation) DestroyImage() argument 353 FlushAllocation( const VmaAllocation& allocation, const VkDeviceSize offset, const VkDeviceSize byteSize) FlushAllocation() argument 359 InvalidateAllocation( const VmaAllocation& allocation, const VkDeviceSize offset, const VkDeviceSize byteSize) InvalidateAllocation() argument 387 MapMemory(VmaAllocation allocation) MapMemory() argument 394 UnmapMemory(VmaAllocation allocation) UnmapMemory() argument [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/ |
H A D | sbc_constant.h | 36 uint8_t allocation; member
|
Completed in 2 milliseconds