Home | History | Annotate | Download | only in rs

Lines Matching refs:oldDimX

560     uint32_t oldDimX = mHal.drvState.lod[0].dimX;
561 if (dimX == oldDimX) {
566 if (dimX < oldDimX) {
567 decRefs(rsc->mHal.funcs.allocation.lock1D(rsc, this), oldDimX - dimX, dimX);