Searched refs:R200_VTX_Z0 (Results 1 – 5 of 5) sorted by relevance
96 vfmt0 |= R200_VTX_Z0; in r200EmitArrays()
104 EMIT_ATTR( _TNL_ATTRIB_POS, EMIT_4F, R200_VTX_XY | R200_VTX_Z0 | R200_VTX_W0 ); in r200SetVertexFormat()108 EMIT_ATTR( _TNL_ATTRIB_POS, EMIT_3F, R200_VTX_XY | R200_VTX_Z0 ); in r200SetVertexFormat()773 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," : "",
1143 ((R200_VTX_Z0 | R200_VTX_W0 | in r200InitState()