/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_memorypool.cpp | 86 void *MemoryPool::allocate(size_t size) in allocate() function in r600::MemoryPool 91 void *MemoryPool::allocate(size_t size, size_t align) in allocate() function in r600::MemoryPool 138 void *MemoryBacking::allocate(size_t size) in allocate() function in r600::MemoryBacking 145 void *MemoryBacking::allocate(size_t size, size_t align) in allocate() function in r600::MemoryBacking
|
D | sfn_memorypool.h | 75 T *allocate(size_t n) { in allocate() function
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | PoolAlloc.h | 75 void *allocate(size_type n) { return getAllocator().allocate(n); } in allocate() function 76 void *allocate(size_type n, const void *) { return getAllocator().allocate(n); } in allocate() function 79 pointer allocate(size_type n) in allocate() function 83 pointer allocate(size_type n, const void *) in allocate() function
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | PoolAlloc.h | 281 void* allocate(size_type n) { in allocate() function 284 void* allocate(size_type n, const void*) { in allocate() function 289 pointer allocate(size_type n) { in allocate() function 292 pointer allocate(size_type n, const void*) { in allocate() function
|
D | PoolAlloc.cpp | 240 void* TPoolAllocator::allocate(size_t numBytes) in allocate() function in TPoolAllocator
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_ir_allocator.h | 48 allocate(unsigned size) in allocate() function
|
D | brw_compile_sf.c | 442 static void brw_emit_tri_setup(struct brw_sf_compile *c, bool allocate) in brw_emit_tri_setup() 531 static void brw_emit_line_setup(struct brw_sf_compile *c, bool allocate) in brw_emit_line_setup() 603 static void brw_emit_point_sprite_setup(struct brw_sf_compile *c, bool allocate) in brw_emit_point_sprite_setup() 695 static void brw_emit_point_setup(struct brw_sf_compile *c, bool allocate) in brw_emit_point_setup()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnRingBuffer.cpp | 24 GrDawnRingBuffer::Slice GrDawnRingBuffer::allocate(int size) { in allocate() function in GrDawnRingBuffer
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgNameAllocator.cpp | 54 std::string NameAllocator::allocate (void) in allocate() function in rsg::NameAllocator
|
D | rsgVariableManager.cpp | 114 Variable* VariableScope::allocate (const VariableType& type, Variable::Storage storage, const char*… in allocate() function in rsg::VariableScope 160 ValueEntry* ValueScope::allocate (const Variable* variable) in allocate() function in rsg::ValueScope 237 Variable* VariableManager::allocate (const VariableType& type) in allocate() function in rsg::VariableManager 242 Variable* VariableManager::allocate (const VariableType& type, Variable::Storage storage, const cha… in allocate() function in rsg::VariableManager
|
/third_party/node/deps/v8/src/zone/ |
D | zone-allocator.h | 60 T* allocate(size_t length) { return zone_->NewArray<T>(length); } in allocate() function 110 T* allocate(size_t n) { in allocate() function
|
/third_party/skia/src/sksl/ |
D | SkSLMemoryPool.h | 37 void* allocate(size_t size) { return ::operator new(size); } in allocate() function
|
/third_party/skia/third_party/externals/swiftshader/src/System/Linux/ |
D | MemFd.cpp | 62 bool LinuxMemFd::allocate(const char *name, size_t size) in allocate() function in LinuxMemFd
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | PersistentCommandPool.cpp | 70 angle::Result PersistentCommandPool::allocate(vk::Context *context, in allocate() function in rx::vk::PersistentCommandPool
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | allocate.c | 74 void *allocate(struct allocator_struct *desc, unsigned int size) in allocate() function
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
D | NameSpace.hpp | 57 GLuint allocate(ObjectType *object = nullptr) in allocate() function in gl::NameSpace
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | HandleAllocator.cpp | 45 GLuint HandleAllocator::allocate() in allocate() function in gl::HandleAllocator
|
/third_party/skia/src/gpu/ |
D | GrMemoryPool.cpp | 61 void* GrMemoryPool::allocate(size_t size) { in allocate() function in GrMemoryPool
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Memory.cpp | 90 void *allocate(size_t bytes, size_t alignment) in allocate() function
|
/third_party/glslang/glslang/Include/ |
D | PoolAlloc.h | 292 pointer allocate(size_type n) { in allocate() function 294 pointer allocate(size_type n, const void*) { in allocate() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ArrayRecycler.h | 125 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate() function
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_query_acc.h | 38 struct etna_acc_query * (*allocate)(struct etna_context *ctx, unsigned query_type); member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLinkMemoryManager.cpp | 20 InProcessMemoryManager::allocate(const SegmentsRequestMap &Request) { in allocate() function in llvm::jitlink::InProcessMemoryManager
|
/third_party/glslang/glslang/MachineIndependent/ |
D | PoolAlloc.cpp | 217 void* TPoolAllocator::allocate(size_t numBytes) in allocate() function in glslang::TPoolAllocator
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | Memory.cpp | 76 static void *allocate(size_t bytes, size_t alignment, bool clearToZero) in allocate() function
|