Home
last modified time | relevance | path

Searched refs:allocate_buffer (Results 1 – 12 of 12) sorted by relevance

/external/OpenCL-CTS/test_conformance/allocations/
Dallocation_functions.cpp22 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()
Dallocation_functions.h20 int allocate_buffer(cl_context context, cl_command_queue *queue, cl_device_id device_id, cl_mem *me…
/external/llvm-project/llvm/lib/Support/
DMemAlloc.cpp14 llvm::allocate_buffer(size_t Size, size_t Alignment) { in allocate_buffer() function in llvm
/external/llvm-project/llvm/include/llvm/Support/
DMemAlloc.h75 allocate_buffer(size_t Size, size_t Alignment);
DAllocatorBase.h85 return allocate_buffer(Size, Alignment); in Allocate()
/external/e2fsprogs/misc/
Dbadblocks.c128 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/
Dshm_vios.rs325 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/
DFunctionExtras.h243 CallableAddr = allocate_buffer(Size, Alignment); in unique_function()
DDenseMap.h842 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/
DFunctionExtras.h246 CallableAddr = allocate_buffer(Size, Alignment);
DDenseMap.h871 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/
DCompiler.h557 inline void *allocate_buffer(size_t Size, size_t Alignment) { in allocate_buffer() function