Searched defs:alignedPtr (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/delibs/depool/ |
D | deMemPool.c | 463 void* alignedPtr = deAlignPtr(curPagePtr, alignBytes); in deMemPool_allocInternal() local
|
/external/opencv3/modules/core/src/ |
D | ocl.cpp | 4434 … AlignedDataPtr<false, true> alignedPtr(u->origdata, u->size, CV_OPENCL_DATA_PTR_ALIGNMENT); in deallocate() local 4607 AlignedDataPtr<false, true> alignedPtr(u->data, u->size, CV_OPENCL_DATA_PTR_ALIGNMENT); in map() local 4673 AlignedDataPtr<true, false> alignedPtr(u->data, u->size, CV_OPENCL_DATA_PTR_ALIGNMENT); in unmap() local 4844 …AlignedDataPtr<false, true> alignedPtr((uchar*)dstptr, sz[0] * dststep[0], CV_OPENCL_DATA_PTR_ALIG… in download() local 4956 …AlignedDataPtr<true, false> alignedPtr((uchar*)srcptr, sz[0] * srcstep[0], CV_OPENCL_DATA_PTR_ALIG… in upload() local
|