Searched defs:col0 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c31 const int col0 = quad->input.x0 % 32; local
38 if ((stipple0 & (bit31 >> col0)) == 0)
41 if ((stipple0 & (bit30 >> col0)) == 0)
44 if ((stipple1 & (bit31 >> col0)) == 0)
47 if ((stipple1 & (bit30 >> col0)) == 0)
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_stipple.c31 const int col0 = quad->input.x0 % 32; local
38 if ((stipple0 & (bit31 >> col0)) == 0)
41 if ((stipple0 & (bit30 >> col0)) == 0)
44 if ((stipple1 & (bit31 >> col0)) == 0)
47 if ((stipple1 & (bit30 >> col0)) == 0)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress_fxt1.c1560 GLuint col0[4]; local
1566 col0[BCOMP] = (*(const GLuint *)(code + 11)) >> 6;
1567 col0[GCOMP] = CC_SEL(cc, 99);
1568 col0[RCOMP] = CC_SEL(cc, 104);
1569 col0[ACOMP] = CC_SEL(cc, 119);
1573 col0[BCOMP] = CC_SEL(cc, 64);
1574 col0[GCOMP] = CC_SEL(cc, 69);
1575 col0[RCOMP] = CC_SEL(cc, 74);
1576 col0[ACOMP] = CC_SEL(cc, 109);
1580 b = UP5(col0[BCOM
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexcompress_fxt1.c1560 GLuint col0[4]; local
1566 col0[BCOMP] = (*(const GLuint *)(code + 11)) >> 6;
1567 col0[GCOMP] = CC_SEL(cc, 99);
1568 col0[RCOMP] = CC_SEL(cc, 104);
1569 col0[ACOMP] = CC_SEL(cc, 119);
1573 col0[BCOMP] = CC_SEL(cc, 64);
1574 col0[GCOMP] = CC_SEL(cc, 69);
1575 col0[RCOMP] = CC_SEL(cc, 74);
1576 col0[ACOMP] = CC_SEL(cc, 109);
1580 b = UP5(col0[BCOM
[all...]

Completed in 134 milliseconds