Searched refs:allocate_buffer (Results 1 – 12 of 12) sorted by relevance
/external/OpenCL-CTS/test_conformance/allocations/ |
D | allocation_functions.cpp | 22 int allocate_buffer(cl_context context, cl_command_queue *queue, cl_device_id device_id, cl_mem *me… in allocate_buffer() function 120 …if (type == BUFFER) return allocate_buffer(context, queue, device_id, mem, size_to_allocate, true); in do_allocation() 123 …if (type == BUFFER_NON_BLOCKING) return allocate_buffer(context, queue, device_id, mem, size_to_al… in do_allocation()
|
D | allocation_functions.h | 20 int allocate_buffer(cl_context context, cl_command_queue *queue, cl_device_id device_id, cl_mem *me…
|
/external/llvm-project/llvm/lib/Support/ |
D | MemAlloc.cpp | 14 llvm::allocate_buffer(size_t Size, size_t Alignment) { in allocate_buffer() function in llvm
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | MemAlloc.h | 75 allocate_buffer(size_t Size, size_t Alignment);
|
D | AllocatorBase.h | 85 return allocate_buffer(Size, Alignment); in Allocate()
|
/external/e2fsprogs/misc/ |
D | badblocks.c | 128 static void *allocate_buffer(size_t size) in allocate_buffer() function 513 blkbuf = allocate_buffer((blocks_at_once + 1) * block_size); in test_ro() 515 blkbuf = allocate_buffer(blocks_at_once * block_size); in test_ro() 615 buffer = allocate_buffer(2 * blocks_at_once * block_size); in test_rw() 774 blkbuf = allocate_buffer(3 * blocks_at_once * block_size); in test_nd()
|
/external/crosvm/devices/src/virtio/snd/vios_backend/ |
D | shm_vios.rs | 325 let src_offset = rx.allocate_buffer(size)?; in request_audio_data() 581 fn allocate_buffer(&mut self, size: usize) -> Result<usize> { in allocate_buffer() method 596 let shm_offset = self.allocate_buffer(size)?; in push_buffer()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | FunctionExtras.h | 243 CallableAddr = allocate_buffer(Size, Alignment); in unique_function()
|
D | DenseMap.h | 842 allocate_buffer(sizeof(BucketT) * NumBuckets, alignof(BucketT))); in allocateBuckets() 1150 LargeRep Rep = {static_cast<BucketT *>(allocate_buffer( in allocateBuckets()
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | FunctionExtras.h | 246 CallableAddr = allocate_buffer(Size, Alignment);
|
D | DenseMap.h | 871 allocate_buffer(sizeof(BucketT) * NumBuckets, alignof(BucketT))); in allocateBuckets() 1179 LargeRep Rep = {static_cast<BucketT *>(allocate_buffer( in allocateBuckets()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Compiler.h | 557 inline void *allocate_buffer(size_t Size, size_t Alignment) { in allocate_buffer() function
|