Searched refs:hstride (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu_debug.c66 hwreg.hstride == BRW_HORIZONTAL_STRIDE_1 &&
74 hwreg.hstride == BRW_HORIZONTAL_STRIDE_0 &&
89 hwreg.hstride ? (1<<(hwreg.hstride-1)) : 0,
H A Dbrw_eu.h83 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
186 brw_reg( GLuint file, GLuint nr, GLuint subnr, GLuint type, GLuint vstride, GLuint width, GLuint hstride, GLuint swizzle, GLuint writemask ) argument
[all...]
H A Dbrw_eu_emit.c122 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
[all...]
H A Dbrw_wm_emit.c898 if (intel->gen >= 6 && ((arg0[0].hstride == BRW_HORIZONTAL_STRIDE_0 ||
966 if (arg0[0].hstride == BRW_HORIZONTAL_STRIDE_0) {
971 if (arg1[0].hstride == BRW_HORIZONTAL_STRIDE_0) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_debug.c66 hwreg.hstride == BRW_HORIZONTAL_STRIDE_1 &&
74 hwreg.hstride == BRW_HORIZONTAL_STRIDE_0 &&
89 hwreg.hstride ? (1<<(hwreg.hstride-1)) : 0,
H A Dbrw_eu.h83 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
186 brw_reg( GLuint file, GLuint nr, GLuint subnr, GLuint type, GLuint vstride, GLuint width, GLuint hstride, GLuint swizzle, GLuint writemask ) argument
[all...]
H A Dbrw_eu_emit.c122 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
[all...]
H A Dbrw_wm_emit.c898 if (intel->gen >= 6 && ((arg0[0].hstride == BRW_HORIZONTAL_STRIDE_0 ||
966 if (arg0[0].hstride == BRW_HORIZONTAL_STRIDE_0) {
971 if (arg1[0].hstride == BRW_HORIZONTAL_STRIDE_0) {
/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_mips32.c90 int hstride, int vstride, int size,
93 if (needs_filter2(p, hstride, thresh, ithresh)) {
94 if (hev(p, hstride, hev_thresh)) {
95 do_filter2(p, hstride);
97 do_filter6(p, hstride);
105 int hstride, int vstride, int size,
108 if (needs_filter2(p, hstride, thresh, ithresh)) {
109 if (hev(p, hstride, hev_thresh)) {
110 do_filter2(p, hstride);
112 do_filter4(p, hstride);
89 FilterLoop26(uint8_t* p, int hstride, int vstride, int size, int thresh, int ithresh, int hev_thresh) argument
104 FilterLoop24(uint8_t* p, int hstride, int vstride, int size, int thresh, int ithresh, int hev_thresh) argument
[all...]
H A Ddec.c580 int hstride, int vstride, int size,
584 if (needs_filter2(p, hstride, thresh2, ithresh)) {
585 if (hev(p, hstride, hev_thresh)) {
586 do_filter2(p, hstride);
588 do_filter6(p, hstride);
596 int hstride, int vstride, int size,
600 if (needs_filter2(p, hstride, thresh2, ithresh)) {
601 if (hev(p, hstride, hev_thresh)) {
602 do_filter2(p, hstride);
604 do_filter4(p, hstride);
579 FilterLoop26(uint8_t* p, int hstride, int vstride, int size, int thresh, int ithresh, int hev_thresh) argument
595 FilterLoop24(uint8_t* p, int hstride, int vstride, int size, int thresh, int ithresh, int hev_thresh) argument
[all...]
/external/webp/src/dsp/
H A Ddec_mips32.c90 int hstride, int vstride, int size,
93 if (needs_filter2(p, hstride, thresh, ithresh)) {
94 if (hev(p, hstride, hev_thresh)) {
95 do_filter2(p, hstride);
97 do_filter6(p, hstride);
105 int hstride, int vstride, int size,
108 if (needs_filter2(p, hstride, thresh, ithresh)) {
109 if (hev(p, hstride, hev_thresh)) {
110 do_filter2(p, hstride);
112 do_filter4(p, hstride);
89 FilterLoop26(uint8_t* p, int hstride, int vstride, int size, int thresh, int ithresh, int hev_thresh) argument
104 FilterLoop24(uint8_t* p, int hstride, int vstride, int size, int thresh, int ithresh, int hev_thresh) argument
[all...]
H A Ddec.c580 int hstride, int vstride, int size,
584 if (needs_filter2(p, hstride, thresh2, ithresh)) {
585 if (hev(p, hstride, hev_thresh)) {
586 do_filter2(p, hstride);
588 do_filter6(p, hstride);
596 int hstride, int vstride, int size,
600 if (needs_filter2(p, hstride, thresh2, ithresh)) {
601 if (hev(p, hstride, hev_thresh)) {
602 do_filter2(p, hstride);
604 do_filter4(p, hstride);
579 FilterLoop26(uint8_t* p, int hstride, int vstride, int size, int thresh, int ithresh, int hev_thresh) argument
595 FilterLoop24(uint8_t* p, int hstride, int vstride, int size, int thresh, int ithresh, int hev_thresh) argument
[all...]

Completed in 803 milliseconds