Searched refs:R200_VTX_Z0 (Results 1 – 5 of 5) sorted by relevance
97 vfmt0 |= R200_VTX_Z0; in r200EmitArrays()
105 EMIT_ATTR( _TNL_ATTRIB_POS, EMIT_4F, R200_VTX_XY | R200_VTX_Z0 | R200_VTX_W0 ); in r200SetVertexFormat()109 EMIT_ATTR( _TNL_ATTRIB_POS, EMIT_3F, R200_VTX_XY | R200_VTX_Z0 ); in r200SetVertexFormat()774 const GLuint fmt_0 = R200_VTX_XY | R200_VTX_Z0 | R200_VTX_W0 in r200PointsBitmap()
377 #define R200_VTX_Z0 (1<<0) macro
1000 (vfmt & R200_VTX_Z0) ? "z," : "",
1144 ((R200_VTX_Z0 | R200_VTX_W0 | in r200InitState()