/external/executorch/backends/vulkan/runtime/vk_api/memory/ |
D | Allocator.cpp | 61 VmaAllocationCreateInfo Allocator::gpuonly_resource_create_info() { in gpuonly_resource_create_info() 62 VmaAllocationCreateInfo alloc_create_info = {}; in gpuonly_resource_create_info() 70 const VmaAllocationCreateInfo& create_info) { in create_allocation() 71 VmaAllocationCreateInfo alloc_create_info = create_info; in create_allocation() 115 VmaAllocationCreateInfo alloc_create_info = gpuonly_resource_create_info(); in create_image() 147 VmaAllocationCreateInfo alloc_create_info = {}; in create_staging_buffer() 169 VmaAllocationCreateInfo alloc_create_info = gpuonly_resource_create_info(); in create_storage_buffer() 175 VmaAllocationCreateInfo alloc_create_info = {}; in create_uniform_buffer()
|
D | Allocator.h | 51 VmaAllocationCreateInfo gpuonly_resource_create_info(); 55 const VmaAllocationCreateInfo& create_info);
|
D | Allocation.h | 32 const VmaAllocationCreateInfo&);
|
D | Allocation.cpp | 34 const VmaAllocationCreateInfo& create_info) in Allocation()
|
D | Buffer.h | 59 const VmaAllocationCreateInfo&,
|
D | Buffer.cpp | 29 const VmaAllocationCreateInfo& allocation_create_info, in VulkanBuffer()
|
D | Image.h | 99 const VmaAllocationCreateInfo&,
|
D | Image.cpp | 114 const VmaAllocationCreateInfo& allocation_create_info, in VulkanImage()
|
/external/pytorch/aten/src/ATen/native/vulkan/api/ |
D | Resource.h | 50 const VmaAllocationCreateInfo&); 62 VmaAllocationCreateInfo create_info; 87 const VmaAllocationCreateInfo&, 130 inline VmaAllocationCreateInfo allocation_create_info() const { in allocation_create_info() 131 return VmaAllocationCreateInfo(memory_.create_info); in allocation_create_info() 278 const VmaAllocationCreateInfo&, 334 inline VmaAllocationCreateInfo allocation_create_info() const { in allocation_create_info() 335 return VmaAllocationCreateInfo(memory_.create_info); in allocation_create_info() 463 const VmaAllocationCreateInfo& create_info);
|
D | Resource.cpp | 36 const VmaAllocationCreateInfo& create_info) in MemoryAllocation() 87 const VmaAllocationCreateInfo& allocation_create_info, in VulkanBuffer() 348 const VmaAllocationCreateInfo& allocation_create_info, in VulkanImage() 626 const VmaAllocationCreateInfo& create_info) { in create_allocation() 627 VmaAllocationCreateInfo alloc_create_info = create_info; in create_allocation() 669 VmaAllocationCreateInfo alloc_create_info = {}; in create_image() 704 VmaAllocationCreateInfo alloc_create_info = {}; in create_storage_buffer() 729 VmaAllocationCreateInfo alloc_create_info = {}; in create_staging_buffer() 740 VmaAllocationCreateInfo alloc_create_info = {}; in create_uniform_buffer()
|
D | Tensor.h | 374 VmaAllocationCreateInfo get_allocation_create_info() const;
|
D | Tensor.cpp | 360 VmaAllocationCreateInfo vTensor::get_allocation_create_info() const { in get_allocation_create_info()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_mem_alloc_wrapper.cpp | 86 VmaAllocationCreateInfo allocationCreateInfo = {}; in CreateBuffer() 110 VmaAllocationCreateInfo allocationCreateInfo = {}; in AllocateAndBindMemoryForImage() 145 VmaAllocationCreateInfo allocationCreateInfo = {}; in FindMemoryTypeIndexForBufferInfo() 161 VmaAllocationCreateInfo allocationCreateInfo = {}; in FindMemoryTypeIndexForImageInfo()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | Tests.cpp | 404 VmaAllocationCreateInfo memReq = {}; in MainTest() 751 const VmaAllocationCreateInfo& allocCreateInfo); 754 const VmaAllocationCreateInfo& allocCreateInfo, 761 const VmaAllocationCreateInfo& allocCreateInfo) in CreateBuffer() 769 const VmaAllocationCreateInfo& allocCreateInfo, in CreateImage() 866 VmaAllocationCreateInfo allocCreateInfo = {}; in AcquireBuffer() 1173 static void GetMemReq(VmaAllocationCreateInfo& outMemReq) in GetMemReq() 1181 VmaAllocationCreateInfo allocCreateInfo, in CreateBuffer() 1216 VmaAllocationCreateInfo allocCreateInfo, in CreateImage() 1261 VmaAllocationCreateInfo vmaMemReq; in CreateAllocation() [all …]
|
D | SparseBindingTest.cpp | 148 VmaAllocationCreateInfo srcBufAllocCreateInfo = {}; in UploadContent() 263 VmaAllocationCreateInfo dstBufAllocCreateInfo = {}; in ValidateContent() 440 VmaAllocationCreateInfo allocCreateInfo = {}; in Init() 486 VmaAllocationCreateInfo allocCreateInfo = {}; in Init()
|
D | VulkanSample.cpp | 683 VmaAllocationCreateInfo vbAllocCreateInfo = {}; in CreateMesh() 707 VmaAllocationCreateInfo ibAllocCreateInfo = {}; in CreateMesh() 756 VmaAllocationCreateInfo stagingBufAllocCreateInfo = {}; in CreateTexture() 801 VmaAllocationCreateInfo imageAllocCreateInfo = {}; in CreateTexture() 1030 VmaAllocationCreateInfo depthImageAllocCreateInfo = {}; in CreateSwapchain()
|
/external/executorch/backends/vulkan/runtime/graph/containers/ |
D | SharedObject.cpp | 38 VmaAllocationCreateInfo alloc_create_info = in allocate()
|
/external/skia/tools/gpu/vk/ |
D | VkTestMemoryAllocator.cpp | 100 VmaAllocationCreateInfo info; in allocateImageMemory() 132 VmaAllocationCreateInfo info; in allocateBufferMemory()
|
/external/skia/src/gpu/vk/vulkanmemoryallocator/ |
D | VulkanAMDMemoryAllocator.cpp | 114 VmaAllocationCreateInfo info; in allocateImageMemory() 146 VmaAllocationCreateInfo info; in allocateBufferMemory()
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 2133 typedef struct VmaAllocationCreateInfo struct 2174 } VmaAllocationCreateInfo; argument 2195 const VmaAllocationCreateInfo* pAllocationCreateInfo, 2213 const VmaAllocationCreateInfo* pAllocationCreateInfo, 2231 const VmaAllocationCreateInfo* pAllocationCreateInfo, 2504 const VmaAllocationCreateInfo* pCreateInfo, 2530 const VmaAllocationCreateInfo* pCreateInfo, 2544 const VmaAllocationCreateInfo* pCreateInfo, 2552 const VmaAllocationCreateInfo* pCreateInfo, 3039 const VmaAllocationCreateInfo* pAllocationCreateInfo, [all …]
|
/external/skia/vma_android/include/ |
D | vk_mem_alloc.h | 1221 typedef struct VmaAllocationCreateInfo struct 1269 } VmaAllocationCreateInfo; typedef 1678 const VmaAllocationCreateInfo* VMA_NOT_NULL pAllocationCreateInfo, 1690 const VmaAllocationCreateInfo* VMA_NOT_NULL pAllocationCreateInfo, 1702 const VmaAllocationCreateInfo* VMA_NOT_NULL pAllocationCreateInfo, 1813 const VmaAllocationCreateInfo* VMA_NOT_NULL pCreateInfo, 1839 const VmaAllocationCreateInfo* VMA_NOT_NULL VMA_LEN_IF_NOT_NULL(allocationCount) pCreateInfo, 1861 const VmaAllocationCreateInfo* VMA_NOT_NULL pCreateInfo, 1882 const VmaAllocationCreateInfo* VMA_NOT_NULL pCreateInfo, 2309 const VmaAllocationCreateInfo* VMA_NOT_NULL pAllocationCreateInfo, [all …]
|
/external/angle/third_party/vulkan_memory_allocator/include/ |
D | vk_mem_alloc.h | 1222 typedef struct VmaAllocationCreateInfo struct 1270 } VmaAllocationCreateInfo; argument 1692 const VmaAllocationCreateInfo* VMA_NOT_NULL pAllocationCreateInfo, 1704 const VmaAllocationCreateInfo* VMA_NOT_NULL pAllocationCreateInfo, 1716 const VmaAllocationCreateInfo* VMA_NOT_NULL pAllocationCreateInfo, 1827 const VmaAllocationCreateInfo* VMA_NOT_NULL pCreateInfo, 1853 const VmaAllocationCreateInfo* VMA_NOT_NULL VMA_LEN_IF_NOT_NULL(allocationCount) pCreateInfo, 1875 const VmaAllocationCreateInfo* VMA_NOT_NULL pCreateInfo, 1896 const VmaAllocationCreateInfo* VMA_NOT_NULL pCreateInfo, 2323 const VmaAllocationCreateInfo* VMA_NOT_NULL pAllocationCreateInfo, [all …]
|
/external/executorch/backends/vulkan/runtime/api/containers/ |
D | Tensor.h | 513 VmaAllocationCreateInfo get_allocation_create_info() const;
|
/external/executorch/backends/vulkan/test/utils/ |
D | test_utils.cpp | 495 VmaAllocationCreateInfo alloc_create_info = in allocate_memory_for()
|
/external/angle/third_party/vulkan_memory_allocator/ |
D | CHANGELOG.md | 37 … - flag `VMA_ALLOCATOR_CREATE_EXT_MEMORY_PRIORITY_BIT`, members `VmaAllocationCreateInfo::priority…
|