Lines Matching refs:_lod
167 uint32_t _lod = lod; in allocation1DWrite() local
171 …Device::getHal().Allocation1DData(mContext, _allocation, _offset, _lod, _count, _dataPtr, _sizeByt… in allocation1DWrite()
180 uint32_t _lod = lod; in allocationElementWrite() local
184 …Device::getHal().AllocationElementData(mContext, _allocation, _x, _y, _z, _lod, _dataPtr, _sizeByt… in allocationElementWrite()
192 uint32_t _lod = lod; in allocation2DWrite() local
199 …Device::getHal().Allocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataP… in allocation2DWrite()
208 uint32_t _lod = lod; in allocation3DWrite() local
215 …Device::getHal().Allocation3DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _d… in allocation3DWrite()
236 uint32_t _lod = lod; in allocation1DRead() local
240 … Device::getHal().Allocation1DRead(mContext, _allocation, _xoff, _lod, _count, _data, _sizeBytes); in allocation1DRead()
249 uint32_t _lod = lod; in allocationElementRead() local
253 …Device::getHal().AllocationElementRead(mContext, _allocation, _x, _y, _z, _lod, _data, _sizeBytes,… in allocationElementRead()
261 uint32_t _lod = lod; in allocation2DRead() local
268 …Device::getHal().Allocation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data,… in allocation2DRead()
277 uint32_t _lod = lod; in allocation3DRead() local
284 …Device::getHal().Allocation3DRead(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _d… in allocation3DRead()
351 uint32_t _lod = lod; in allocationGetPointer() local
356 …void* _dataPtr = Device::getHal().AllocationGetPointer(mContext, _allocation, _lod, _face, _z, _ar… in allocationGetPointer()