| /third_party/skia/m133/tools/gpu/vk/ |
| D | VkTestMemoryAllocator.cpp | 119 VmaAllocation allocation; in allocateImageMemory() local 189 VmaAllocation allocation; in allocateBufferMemory() local 200 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in freeMemory() local 206 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in getAllocInfo() local 234 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in mapMemory() local 240 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in unmapMemory() local 248 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in flushMemory() local 256 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in invalidateMemory() local
|
| /third_party/rust/rust/compiler/rustc_mir_build/src/build/expr/ |
| D | as_constant.rs | 134 let allocation = Allocation::from_bytes_byte_aligned_immutable(s.as_bytes()); in lit_to_mir_constant() localVariable 135 let allocation = tcx.mk_const_alloc(allocation); in lit_to_mir_constant() localVariable 141 let allocation = Allocation::from_bytes_byte_aligned_immutable(data as &[u8]); in lit_to_mir_constant() localVariable 142 let allocation = tcx.mk_const_alloc(allocation); in lit_to_mir_constant() localVariable 151 let allocation = Allocation::from_bytes_byte_aligned_immutable(data as &[u8]); in lit_to_mir_constant() localVariable 152 let allocation = tcx.mk_const_alloc(allocation); in lit_to_mir_constant() localVariable
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| D | nine_memory_helper.c | 243 debug_dump_allocation_state(struct nine_allocation *allocation) in debug_dump_allocation_state() 282 debug_dump_allocation_state(struct nine_allocation *allocation) in debug_dump_allocation_state() 303 nine_get_memfd_file_backing(struct nine_allocation *allocation) in nine_get_memfd_file_backing() 315 nine_get_memfd_region_backing(struct nine_allocation *allocation) in nine_get_memfd_region_backing() 459 struct nine_allocation *allocation, *ptr; in nine_flush_pending_releases() local 487 struct nine_allocation *allocation, *ptr; in nine_flush_pending_frees() local 797 nine_free_internal(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_free_internal() 822 nine_free(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_free() 833 void nine_free_worker(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_free_worker() 844 nine_get_pointer(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_get_pointer() [all …]
|
| /third_party/skia/m133/src/gpu/vk/vulkanmemoryallocator/ |
| D | VulkanAMDMemoryAllocator.cpp | 141 VmaAllocation allocation; in allocateImageMemory() local 211 VmaAllocation allocation; in allocateBufferMemory() local 222 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in freeMemory() local 228 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in getAllocInfo() local 256 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in mapMemory() local 262 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in unmapMemory() local 270 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in flushMemory() local 278 const VmaAllocation allocation = (VmaAllocation)memoryHandle; in invalidateMemory() local
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkAMDMemoryAllocator.cpp | 217 VmaAllocation allocation; in allocateImageMemory() local 323 VmaAllocation allocation; in allocateBufferMemory() local 334 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in freeMemory() local 340 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in getAllocInfo() local 368 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in mapMemory() local 374 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in unmapMemory() local 381 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in flushMemory() local 388 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in invalidateMemory() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_wire/ |
| D | WireDeserializeAllocator.cpp | 39 char* allocation = static_cast<char*>(malloc(allocationSize)); in GetSpace() local 51 for (auto allocation : mAllocations) { in Reset() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | vk_mem_alloc_wrapper.cpp | 98 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation) in FreeMemory() 149 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData) in MapMemory() 154 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation) in UnmapMemory() 160 VmaAllocation allocation, in FlushAllocation() 168 VmaAllocation allocation, in InvalidateAllocation()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | ResourceMemoryAllocatorVk.cpp | 69 void DeallocateMemory(const ResourceMemoryAllocation& allocation) { in DeallocateMemory() 99 void DeallocateResourceHeap(std::unique_ptr<ResourceHeapBase> allocation) override { in DeallocateResourceHeap() 184 void ResourceMemoryAllocator::Deallocate(ResourceMemoryAllocation* allocation) { in Deallocate() 220 for (const ResourceMemoryAllocation& allocation : in Tick() local
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| D | PoolAlloc_unittest.cpp | 23 void *allocation = poolAllocator.allocate(numBytes); in TEST() local 68 void *allocation = poolAllocator.allocate(numBytes); in TEST_P() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
| D | Client.cpp | 88 auto* allocation = TextureAllocator().New(this); in ReserveTexture() local 100 auto* allocation = SwapChainAllocator().New(this); in ReserveSwapChain() local 112 auto* allocation = DeviceAllocator().New(this); in ReserveDevice() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| D | BuddyMemoryAllocator.cpp | 88 void BuddyMemoryAllocator::Deallocate(const ResourceMemoryAllocation& allocation) { in Deallocate() 112 for (const TrackedSubAllocations& allocation : mTrackedSubAllocations) { in ComputeTotalNumOfHeapsForTesting() local
|
| D | PooledResourceMemoryAllocator.cpp | 53 std::unique_ptr<ResourceHeapBase> allocation) { in DeallocateResourceHeap()
|
| /third_party/skia/src/gpu/d3d/ |
| D | GrD3DAMDMemoryAllocator.cpp | 29 D3D12_RESOURCE_STATES initialResourceState, sk_sp<GrD3DAlloc>* allocation, in createResource() 51 sk_sp<GrD3DAlloc>& allocation, uint64_t localOffset, in createAliasingResource()
|
| D | GrD3DAMDMemoryAllocator.h | 42 Alloc(D3D12MA::Allocation* allocation) : fAllocation(allocation) {} in Alloc()
|
| /third_party/skia/m133/src/gpu/ganesh/d3d/ |
| D | GrD3DAMDMemoryAllocator.cpp | 29 D3D12_RESOURCE_STATES initialResourceState, sk_sp<GrD3DAlloc>* allocation, in createResource() 51 sk_sp<GrD3DAlloc>& allocation, uint64_t localOffset, in createAliasingResource()
|
| D | GrD3DAMDMemoryAllocator.h | 42 Alloc(D3D12MA::Allocation* allocation) : fAllocation(allocation) {} in Alloc()
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
| D | BuddyMemoryAllocatorTests.cpp | 31 void DeallocateResourceHeap(std::unique_ptr<ResourceHeapBase> allocation) override { in DeallocateResourceHeap() 53 void Deallocate(ResourceMemoryAllocation& allocation) { in Deallocate() 399 ResourceMemoryAllocation allocation = allocator.Allocate(4); in TEST() local 416 ResourceMemoryAllocation allocation = allocator.Allocate(4); in TEST() local 442 ResourceMemoryAllocation allocation = allocator.Allocate(4); in TEST() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| D | Memory.cpp | 62 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in allocateRaw() local 107 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in deallocate() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| D | ResourceAllocatorManagerD3D12.cpp | 237 void ResourceAllocatorManager::DeallocateMemory(ResourceHeapAllocation& allocation) { in DeallocateMemory() 262 void ResourceAllocatorManager::FreeMemory(ResourceHeapAllocation& allocation) { in FreeMemory() 317 ResourceMemoryAllocation allocation; in CreatePlacedResource() local
|
| D | StagingDescriptorAllocatorD3D12.cpp | 98 void StagingDescriptorAllocator::Deallocate(CPUDescriptorHeapAllocation* allocation) { in Deallocate() 137 CPUDescriptorHeapAllocation allocation; in AllocateTransientCPUDescriptors() local
|
| D | SamplerHeapCacheD3D12.cpp | 36 CPUDescriptorHeapAllocation allocation) in SamplerHeapCacheEntry() 123 CPUDescriptorHeapAllocation allocation; in GetOrCreate() local
|
| /third_party/mesa3d/src/util/tests/vma/ |
| D | vma_random_test.cpp | 53 struct allocation { struct 54 uint64_t start_page; 55 uint64_t num_pages;
|
| /third_party/skia/third_party/externals/swiftshader/src/System/ |
| D | Memory.cpp | 92 Allocation *allocation = (Allocation *)(aligned - sizeof(Allocation)); in allocate() local 124 Allocation *allocation = (Allocation *)(aligned - sizeof(Allocation)); in freeMemory() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
| D | memory.cpp | 185 auto allocation = malloc(allocSize); in alignedMalloc() local 219 marl::Allocation allocation; in allocate() local 225 virtual void free(const marl::Allocation& allocation) override { in free()
|
| /third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
| D | D3D12DescriptorHeapTests.cpp | 116 void Deallocate(CPUDescriptorHeapAllocation& allocation) { in Deallocate() 904 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); in TEST_P() local 926 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); in TEST_P() local 956 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); in TEST_P() local 972 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); in TEST_P() local 1000 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); in TEST_P() local 1016 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); in TEST_P() local 1032 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); in TEST_P() local
|