Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:yStart

426         uint32_t yStart = mtls->start.y + slice * mtls->mSliceSize;
427 uint32_t yEnd = yStart + mtls->mSliceSize;
431 if (yEnd <= yStart) {
435 for (fep.current.y = yStart; fep.current.y < yEnd; fep.current.y++) {
586 uint32_t yStart = mtls->start.y + slice * mtls->mSliceSize;
587 uint32_t yEnd = yStart + mtls->mSliceSize;
591 if (yEnd <= yStart) {
595 for (redp.current.y = yStart; redp.current.y < yEnd; redp.current.y++) {
607 mtls->accumFunc, idx, yStart, yEnd, fmt);