Home
last modified time | relevance | path

Searched defs:allocate (Results 1 – 25 of 108) sorted by relevance

12345

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_memorypool.cpp86 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
Dsfn_memorypool.h75 T *allocate(size_t n) { in allocate() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DPoolAlloc.h75 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/
DPoolAlloc.h281 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
DPoolAlloc.cpp240 void* TPoolAllocator::allocate(size_t numBytes) in allocate() function in TPoolAllocator
/third_party/mesa3d/src/intel/compiler/
Dbrw_ir_allocator.h48 allocate(unsigned size) in allocate() function
Dbrw_compile_sf.c442 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/
DGrDawnRingBuffer.cpp24 GrDawnRingBuffer::Slice GrDawnRingBuffer::allocate(int size) { in allocate() function in GrDawnRingBuffer
/third_party/vk-gl-cts/framework/randomshaders/
DrsgNameAllocator.cpp54 std::string NameAllocator::allocate (void) in allocate() function in rsg::NameAllocator
DrsgVariableManager.cpp114 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/
Dzone-allocator.h60 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/
DSkSLMemoryPool.h37 void* allocate(size_t size) { return ::operator new(size); } in allocate() function
/third_party/skia/third_party/externals/swiftshader/src/System/Linux/
DMemFd.cpp62 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/
DPersistentCommandPool.cpp70 angle::Result PersistentCommandPool::allocate(vk::Context *context, in allocate() function in rx::vk::PersistentCommandPool
/third_party/ltp/tools/sparse/sparse-src/
Dallocate.c74 void *allocate(struct allocator_struct *desc, unsigned int size) in allocate() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DNameSpace.hpp57 GLuint allocate(ObjectType *object = nullptr) in allocate() function in gl::NameSpace
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DHandleAllocator.cpp45 GLuint HandleAllocator::allocate() in allocate() function in gl::HandleAllocator
/third_party/skia/src/gpu/
DGrMemoryPool.cpp61 void* GrMemoryPool::allocate(size_t size) { in allocate() function in GrMemoryPool
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMemory.cpp90 void *allocate(size_t bytes, size_t alignment) in allocate() function
/third_party/glslang/glslang/Include/
DPoolAlloc.h292 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/
DArrayRecycler.h125 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate() function
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_query_acc.h38 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/
DJITLinkMemoryManager.cpp20 InProcessMemoryManager::allocate(const SegmentsRequestMap &Request) { in allocate() function in llvm::jitlink::InProcessMemoryManager
/third_party/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp217 void* TPoolAllocator::allocate(size_t numBytes) in allocate() function in glslang::TPoolAllocator
/third_party/skia/third_party/externals/swiftshader/src/System/
DMemory.cpp76 static void *allocate(size_t bytes, size_t alignment, bool clearToZero) in allocate() function

12345