Lines Matching defs:hstride
545 return hstride == BRW_HORIZONTAL_STRIDE_1 &&
546 vstride == width + hstride;
564 hstride == 0 ? 0 :
565 1 << (hstride - 1));
1394 * the positions using vstride=16, width=8, hstride=2.
1480 * and then reading from it using vstride=1, width=4, hstride=0.
1508 * width=4, hstride=0 of t2 during an ADD instruction.
8284 unsigned hstride = inst->src[i].hstride;
8285 stride = (hstride == 0 ? 0 : (1 << (hstride - 1)));