| /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/flutter/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
|
| /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/flutter/skia/src/gpu/ |
| D | GrMemoryPool.h | 138 std::unique_ptr<Op> allocate(OpArgs&&... opArgs) { in allocate() function 143 void* allocate(size_t size) { in allocate() function
|
| /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/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/src/gpu/ |
| D | GrMemoryPool.cpp | 61 void* GrMemoryPool::allocate(size_t size) { in allocate() function in GrMemoryPool
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
| D | HandleAllocator.cpp | 45 GLuint HandleAllocator::allocate() in allocate() function in gl::HandleAllocator
|
| D | HandleRangeAllocator.cpp | 32 GLuint HandleRangeAllocator::allocate() in allocate() function in gl::HandleRangeAllocator
|
| /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/jsoncpp/include/json/ |
| D | allocator.h | 29 pointer allocate(size_type n) { in allocate() function
|
| /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 | 287 pointer allocate(size_type n) { in allocate() function 289 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
|