Lines Matching refs:hstride
532 return hstride == BRW_HORIZONTAL_STRIDE_1 &&
533 vstride == width + hstride;
551 hstride == 0 ? 0 :
552 1 << (hstride - 1));
1302 * the positions using vstride=16, width=8, hstride=2.
1387 * and then reading from it using vstride=1, width=4, hstride=0.
1415 * width=4, hstride=0 of t2 during an ADD instruction.
5843 unsigned hstride = inst->src[i].hstride;
5844 stride = (hstride == 0 ? 0 : (1 << (hstride - 1)));