Halide 19.0.0
Halide compiler and libraries
|
#include <memory_resources.h>
Definition at line 56 of file memory_resources.h.
MemoryVisibility Halide::Runtime::Internal::MemoryProperties::visibility = MemoryVisibility::InvalidVisibility |
Definition at line 57 of file memory_resources.h.
Referenced by Halide::Runtime::Internal::Vulkan::VulkanMemoryAllocator::allocate_block(), Halide::Runtime::Internal::Vulkan::VulkanMemoryAllocator::allocate_region(), Halide::Runtime::Internal::Vulkan::VulkanMemoryAllocator::conform_region_request(), Halide::Runtime::Internal::Vulkan::VulkanMemoryAllocator::deallocate_block(), Halide::Runtime::Internal::Vulkan::VulkanMemoryAllocator::deallocate_region(), and Halide::Runtime::Internal::BlockAllocator::reserve().
MemoryUsage Halide::Runtime::Internal::MemoryProperties::usage = MemoryUsage::InvalidUsage |
Definition at line 58 of file memory_resources.h.
Referenced by Halide::Runtime::Internal::Vulkan::VulkanMemoryAllocator::allocate_block(), Halide::Runtime::Internal::Vulkan::VulkanMemoryAllocator::allocate_region(), Halide::Runtime::Internal::Vulkan::VulkanMemoryAllocator::conform_region_request(), Halide::Runtime::Internal::Vulkan::VulkanMemoryAllocator::deallocate_block(), Halide::Runtime::Internal::Vulkan::VulkanMemoryAllocator::deallocate_region(), and Halide::Runtime::Internal::BlockAllocator::reserve().
MemoryCaching Halide::Runtime::Internal::MemoryProperties::caching = MemoryCaching::InvalidCaching |
Definition at line 59 of file memory_resources.h.
Referenced by Halide::Runtime::Internal::Vulkan::VulkanMemoryAllocator::allocate_block(), Halide::Runtime::Internal::Vulkan::VulkanMemoryAllocator::allocate_region(), Halide::Runtime::Internal::Vulkan::VulkanMemoryAllocator::conform_region_request(), Halide::Runtime::Internal::Vulkan::VulkanMemoryAllocator::deallocate_block(), Halide::Runtime::Internal::Vulkan::VulkanMemoryAllocator::deallocate_region(), and Halide::Runtime::Internal::BlockAllocator::reserve().
size_t Halide::Runtime::Internal::MemoryProperties::alignment = 0 |
Definition at line 60 of file memory_resources.h.
Referenced by Halide::Runtime::Internal::RegionAllocator::conform(), and Halide::Runtime::Internal::Vulkan::VulkanMemoryAllocator::conform_block_request().
size_t Halide::Runtime::Internal::MemoryProperties::nearest_multiple = 0 |
Definition at line 61 of file memory_resources.h.
Referenced by Halide::Runtime::Internal::BlockAllocator::conform(), Halide::Runtime::Internal::RegionAllocator::conform(), and Halide::Runtime::Internal::Vulkan::VulkanMemoryAllocator::conform().