Home
last modified time | relevance | path

Searched defs:Allocate (Results 1 – 25 of 39) sorted by relevance

12

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_memory.cpp67 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
Ddng_string_list.cpp46 void dng_string_list::Allocate (uint32 minSize) in Allocate() function in dng_string_list
Ddng_ref_counted_block.cpp55 void dng_ref_counted_block::Allocate (uint32 size) in Allocate() function in dng_ref_counted_block
Ddng_host.cpp90 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/
DRecyclingAllocator.h43 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); } in Allocate() function
45 T *Allocate() { return Base.Allocate(Allocator); } in Allocate() function
DRecycler.h83 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() function
93 T *Allocate(AllocatorType &Allocator) { in Allocate() function
DAllocator.h51 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/
DAllocator.h48 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/
DCommandAllocator.h164 T* Allocate(E commandId) { in Allocate() function
206 DAWN_FORCE_INLINE uint8_t* Allocate(uint32_t commandId, in Allocate() function
DRingBufferAllocator.cpp64 uint64_t RingBufferAllocator::Allocate(uint64_t allocationSize, ExecutionSerial serial) { in Allocate() function in dawn_native::RingBufferAllocator
DBuddyMemoryAllocator.cpp40 ResultOrError<ResourceMemoryAllocation> BuddyMemoryAllocator::Allocate(uint64_t allocationSize, in Allocate() function in dawn_native::BuddyMemoryAllocator
DDynamicUploader.cpp115 ResultOrError<UploadHandle> DynamicUploader::Allocate(uint64_t allocationSize, in Allocate() function in dawn_native::DynamicUploader
DBuddyAllocator.cpp139 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/
DVkDeviceMemory.cpp85 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/
DResourceAllocator.cpp38 ComPtr<ID3D12Resource> ResourceAllocator::Allocate( in Allocate() function in dawn_native::d3d12::ResourceAllocator
DDescriptorHeapAllocator.cpp64 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/
DDynamicUploader.cpp44 ResultOrError<UploadHandle> DynamicUploader::Allocate(uint32_t size, uint32_t alignment) { in Allocate() function in dawn_native::DynamicUploader
DCommandAllocator.h112 T* Allocate(E commandId) { in Allocate() function
DCommandAllocator.cpp171 uint8_t* CommandAllocator::Allocate(uint32_t commandId, in Allocate() function in dawn_native::CommandAllocator
/third_party/gn/src/gn/
Dresolved_target_deps.h65 static std::unique_ptr<const Target* []> Allocate( in Allocate() function
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DMemoryAllocator.cpp44 bool MemoryAllocator::Allocate(VkMemoryRequirements requirements, in Allocate() function in dawn_native::vulkan::MemoryAllocator
/third_party/mesa3d/src/gallium/frontends/nine/
Dresource9.c39 BOOL Allocate, in NineResource9_ctor()
/third_party/skia/third_party/externals/dawn/src/common/
DSlabAllocator.h174 T* Allocate(Args&&... args) { in Allocate() function
DSlabAllocator.cpp174 void* SlabAllocatorImpl::Allocate() { in Allocate() function in SlabAllocatorImpl
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDescriptorSetAllocator.cpp82 ResultOrError<DescriptorSetAllocation> DescriptorSetAllocator::Allocate() { in Allocate() function in dawn_native::vulkan::DescriptorSetAllocator

12