HomeSort by relevance Sort by last modified time
    Searched refs:fmt_0 (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 65 fmt_0 |= F0; \
82 int fmt_0 = 0; local
183 (rmesa->hw.vtx.cmd[VTX_VTXFMT_0] != fmt_0) ||
187 rmesa->hw.vtx.cmd[VTX_VTXFMT_0] = fmt_0;
773 const GLuint fmt_0 = R200_VTX_XY | R200_VTX_Z0 | R200_VTX_W0 local
785 if ( (rmesa->hw.vtx.cmd[VTX_VTXFMT_0] != fmt_0)
789 rmesa->hw.vtx.cmd[VTX_VTXFMT_0] = fmt_0;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 70 fmt_0 |= F0; \
94 int fmt_0 = 0; local
217 fmt_0 != rmesa->swtcl.vertex_format) {
219 rmesa->swtcl.vertex_format = fmt_0;

Completed in 62 milliseconds