/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_memory.cpp | 67 void dng_memory_data::Allocate (uint32 size) in Allocate() function in dng_memory_data 90 void dng_memory_data::Allocate (uint32 count, std::size_t elementSize) in Allocate() function in dng_memory_data 218 dng_memory_block * dng_memory_allocator::Allocate (uint32 size) in Allocate() function in dng_memory_allocator
|
D | dng_string_list.cpp | 46 void dng_string_list::Allocate (uint32 minSize) in Allocate() function in dng_string_list
|
D | dng_ref_counted_block.cpp | 55 void dng_ref_counted_block::Allocate (uint32 size) in Allocate() function in dng_ref_counted_block
|
D | dng_host.cpp | 90 dng_memory_block * dng_host::Allocate (uint32 logicalSize) in Allocate() function in dng_host
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | RecyclingAllocator.h | 43 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); } in Allocate() function 45 T *Allocate() { return Base.Allocate(Allocator); } in Allocate() function
|
D | Recycler.h | 83 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() function 93 T *Allocate(AllocatorType &Allocator) { in Allocate() function
|
D | Allocator.h | 51 void *Allocate(size_t Size, size_t Alignment) { in Allocate() function 98 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, in Allocate() function 215 Allocate(size_t Size, Align Alignment) { in Allocate() function 271 Allocate(size_t Size, size_t Alignment) { in Allocate() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Allocator.h | 48 void *Allocate(size_t Size, size_t Alignment) { in Allocate() function 95 LLVM_ATTRIBUTE_RETURNS_NONNULL void *Allocate(size_t Size, in Allocate() function 212 Allocate(size_t Size, size_t Alignment) { in Allocate() function
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | CommandAllocator.h | 164 T* Allocate(E commandId) { in Allocate() function 206 DAWN_FORCE_INLINE uint8_t* Allocate(uint32_t commandId, in Allocate() function
|
D | RingBufferAllocator.cpp | 64 uint64_t RingBufferAllocator::Allocate(uint64_t allocationSize, ExecutionSerial serial) { in Allocate() function in dawn_native::RingBufferAllocator
|
D | BuddyMemoryAllocator.cpp | 40 ResultOrError<ResourceMemoryAllocation> BuddyMemoryAllocator::Allocate(uint64_t allocationSize, in Allocate() function in dawn_native::BuddyMemoryAllocator
|
D | DynamicUploader.cpp | 115 ResultOrError<UploadHandle> DynamicUploader::Allocate(uint64_t allocationSize, in Allocate() function in dawn_native::DynamicUploader
|
D | BuddyAllocator.cpp | 139 uint64_t BuddyAllocator::Allocate(uint64_t allocationSize, uint64_t alignment) { in Allocate() function in dawn_native::BuddyAllocator
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDeviceMemory.cpp | 85 VkResult DeviceMemory::Allocate(const VkAllocationCallbacks *pAllocator, const VkMemoryAllocateInfo… in Allocate() function in vk::DeviceMemory 106 VkResult DeviceMemory::Allocate(const VkAllocationCallbacks *pAllocator, const VkMemoryAllocateInfo… in Allocate() function in vk::DeviceMemory
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | ResourceAllocator.cpp | 38 ComPtr<ID3D12Resource> ResourceAllocator::Allocate( in Allocate() function in dawn_native::d3d12::ResourceAllocator
|
D | DescriptorHeapAllocator.cpp | 64 DescriptorHeapHandle DescriptorHeapAllocator::Allocate(D3D12_DESCRIPTOR_HEAP_TYPE type, in Allocate() function in dawn_native::d3d12::DescriptorHeapAllocator
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | DynamicUploader.cpp | 44 ResultOrError<UploadHandle> DynamicUploader::Allocate(uint32_t size, uint32_t alignment) { in Allocate() function in dawn_native::DynamicUploader
|
D | CommandAllocator.h | 112 T* Allocate(E commandId) { in Allocate() function
|
D | CommandAllocator.cpp | 171 uint8_t* CommandAllocator::Allocate(uint32_t commandId, in Allocate() function in dawn_native::CommandAllocator
|
/third_party/gn/src/gn/ |
D | resolved_target_deps.h | 65 static std::unique_ptr<const Target* []> Allocate( in Allocate() function
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | MemoryAllocator.cpp | 44 bool MemoryAllocator::Allocate(VkMemoryRequirements requirements, in Allocate() function in dawn_native::vulkan::MemoryAllocator
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | resource9.c | 39 BOOL Allocate, in NineResource9_ctor()
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | SlabAllocator.h | 174 T* Allocate(Args&&... args) { in Allocate() function
|
D | SlabAllocator.cpp | 174 void* SlabAllocatorImpl::Allocate() { in Allocate() function in SlabAllocatorImpl
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DescriptorSetAllocator.cpp | 82 ResultOrError<DescriptorSetAllocation> DescriptorSetAllocator::Allocate() { in Allocate() function in dawn_native::vulkan::DescriptorSetAllocator
|