D | Context.cpp | 194 uint32_t _w = w; in allocation2DWrite() local 199 …Device::getHal().Allocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataP… in allocation2DWrite() 209 uint32_t _w = w; in allocation3DWrite() local 215 …Device::getHal().Allocation3DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _d… in allocation3DWrite() 263 uint32_t _w = w; in allocation2DRead() local 268 …Device::getHal().Allocation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data,… in allocation2DRead() 278 uint32_t _w = w; in allocation3DRead() local 284 …Device::getHal().Allocation3DRead(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _d… in allocation3DRead()
|