Searched refs:fmt_0 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c66 fmt_0 |= F0; \
83 int fmt_0 = 0; local in function:r200SetVertexFormat
184 (rmesa->hw.vtx.cmd[VTX_VTXFMT_0] != fmt_0) ||
188 rmesa->hw.vtx.cmd[VTX_VTXFMT_0] = fmt_0;
774 const GLuint fmt_0 = R200_VTX_XY | R200_VTX_Z0 | R200_VTX_W0 local in function:r200PointsBitmap
786 if ( (rmesa->hw.vtx.cmd[VTX_VTXFMT_0] != fmt_0)
790 rmesa->hw.vtx.cmd[VTX_VTXFMT_0] = fmt_0;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c66 fmt_0 |= F0; \
83 int fmt_0 = 0; local in function:r200SetVertexFormat
184 (rmesa->hw.vtx.cmd[VTX_VTXFMT_0] != fmt_0) ||
188 rmesa->hw.vtx.cmd[VTX_VTXFMT_0] = fmt_0;
774 const GLuint fmt_0 = R200_VTX_XY | R200_VTX_Z0 | R200_VTX_W0 local in function:r200PointsBitmap
786 if ( (rmesa->hw.vtx.cmd[VTX_VTXFMT_0] != fmt_0)
790 rmesa->hw.vtx.cmd[VTX_VTXFMT_0] = fmt_0;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_swtcl.c71 fmt_0 |= F0; \
95 int fmt_0 = 0; local in function:radeonSetVertexFormat
218 fmt_0 != rmesa->swtcl.vertex_format) {
220 rmesa->swtcl.vertex_format = fmt_0;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_swtcl.c70 fmt_0 |= F0; \
94 int fmt_0 = 0; local in function:radeonSetVertexFormat
217 fmt_0 != rmesa->swtcl.vertex_format) {
219 rmesa->swtcl.vertex_format = fmt_0;

Completed in 7 milliseconds