Lines Matching refs:_stride
198 size_t _stride = static_cast<size_t>(stride); in allocation2DWrite() local
199 …ion2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataPtr, _sizeBytes, _stride); in allocation2DWrite()
214 size_t _stride = static_cast<size_t>(stride); in allocation3DWrite() local
215 …DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _stride); in allocation3DWrite()
267 size_t _stride = static_cast<size_t>(stride); in allocation2DRead() local
268 …cation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data, _sizeBytes, _stride); in allocation2DRead()
283 size_t _stride = static_cast<size_t>(stride); in allocation3DRead() local
284 …DRead(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _stride); in allocation3DRead()
355 size_t _stride = 0; in allocationGetPointer() local
356 …l().AllocationGetPointer(mContext, _allocation, _lod, _face, _z, _array, &_stride, sizeof(size_t)); in allocationGetPointer()
358 Size stride = static_cast<Size>(_stride); in allocationGetPointer()