Home | History | Annotate | Download | only in default

Lines Matching defs:_count

152     uint32_t _count = count;
155 Device::getHal().Allocation1DData(mContext, _allocation, _offset, _lod, _count, _dataPtr, _sizeBytes);
221 uint32_t _count = count;
224 Device::getHal().Allocation1DRead(mContext, _allocation, _xoff, _lod, _count, _data, _sizeBytes);