HomeSort by relevance Sort by last modified time
    Searched defs:hstride (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_eu.h 83 GLuint hstride:2; /* align1 only */ member in struct:brw_reg
182 * \param hstride one of BRW_HORIZONTAL_STRIDE_x
192 GLuint hstride,
212 reg.hstride = hstride;
438 imm.hstride = BRW_HORIZONTAL_STRIDE_1;
449 imm.hstride = BRW_HORIZONTAL_STRIDE_1;
466 imm.hstride = BRW_HORIZONTAL_STRIDE_1;
616 GLuint hstride )
620 reg.hstride = cvt(hstride)
    [all...]
brw_eu_emit.c 122 if (dest.hstride == BRW_HORIZONTAL_STRIDE_0)
123 dest.hstride = BRW_HORIZONTAL_STRIDE_1;
124 insn->bits1.da1.dest_horiz_stride = dest.hstride;
140 if (dest.hstride == BRW_HORIZONTAL_STRIDE_0)
141 dest.hstride = BRW_HORIZONTAL_STRIDE_1;
142 insn->bits1.ia1.dest_horiz_stride = dest.hstride;
166 int width, hstride, vstride, execsize; local
185 assert(reg.hstride >= 0 && reg.hstride < Elements(hstride_for_reg));
186 hstride = hstride_for_reg[reg.hstride]
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.h 83 GLuint hstride:2; /* align1 only */ member in struct:brw_reg
182 * \param hstride one of BRW_HORIZONTAL_STRIDE_x
192 GLuint hstride,
212 reg.hstride = hstride;
438 imm.hstride = BRW_HORIZONTAL_STRIDE_1;
449 imm.hstride = BRW_HORIZONTAL_STRIDE_1;
466 imm.hstride = BRW_HORIZONTAL_STRIDE_1;
616 GLuint hstride )
620 reg.hstride = cvt(hstride)
    [all...]
brw_eu_emit.c 122 if (dest.hstride == BRW_HORIZONTAL_STRIDE_0)
123 dest.hstride = BRW_HORIZONTAL_STRIDE_1;
124 insn->bits1.da1.dest_horiz_stride = dest.hstride;
140 if (dest.hstride == BRW_HORIZONTAL_STRIDE_0)
141 dest.hstride = BRW_HORIZONTAL_STRIDE_1;
142 insn->bits1.ia1.dest_horiz_stride = dest.hstride;
166 int width, hstride, vstride, execsize; local
185 assert(reg.hstride >= 0 && reg.hstride < Elements(hstride_for_reg));
186 hstride = hstride_for_reg[reg.hstride]
    [all...]

Completed in 3035 milliseconds