Lines Matching refs:_stride
182 size_t _stride = static_cast<size_t>(stride); in allocation2DWrite() local
183 …ion2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataPtr, _sizeBytes, _stride); in allocation2DWrite()
198 size_t _stride = static_cast<size_t>(stride); in allocation3DWrite() local
199 …DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _stride); in allocation3DWrite()
251 size_t _stride = static_cast<size_t>(stride); in allocation2DRead() local
252 …cation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data, _sizeBytes, _stride); in allocation2DRead()
267 size_t _stride = static_cast<size_t>(stride); in allocation3DRead() local
268 …DRead(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _dataPtr, _sizeBytes, _stride); in allocation3DRead()
339 size_t _stride = 0; in allocationGetPointer() local
340 …l().AllocationGetPointer(mContext, _allocation, _lod, _face, _z, _array, &_stride, sizeof(size_t)); in allocationGetPointer()
342 Size stride = static_cast<Size>(_stride); in allocationGetPointer()