Home | History | Annotate | Download | only in cpu_ref

Lines Matching full:xend

775     if (!sc || (sc->xEnd == 0)) {
776 mtls->xEnd = mtls->fep.dimX;
779 rsAssert(sc->xEnd <= mtls->fep.dimX);
780 rsAssert(sc->xStart < sc->xEnd);
782 mtls->xEnd = rsMin(mtls->fep.dimX, sc->xEnd);
783 if (mtls->xStart >= mtls->xEnd) return;
808 mtls->xEnd = rsMax((uint32_t)1, mtls->xEnd);