Searched refs:R200_VTX_W0 (Results 1 – 5 of 5) sorted by relevance
94 vfmt0 |= R200_VTX_W0; in r200EmitArrays()
106 EMIT_ATTR( _TNL_ATTRIB_POS, EMIT_4F, R200_VTX_XY | R200_VTX_Z0 | R200_VTX_W0 ); in r200SetVertexFormat()765 const GLuint fmt_0 = R200_VTX_XY | R200_VTX_Z0 | R200_VTX_W0 in r200PointsBitmap()
378 #define R200_VTX_W0 (1<<1) macro
1004 (vfmt & R200_VTX_W0) ? "w0," : "",
1141 ((R200_VTX_Z0 | R200_VTX_W0 | in r200InitState()