Searched refs:fmt_0 (Results 1 – 3 of 3) sorted by relevance
67 const auto &fmt_0 = e.inputs_info_[0].format; in Check() local69 if (e.inputs_info_[i].format != fmt_0) { in Check()
66 fmt_0 |= F0; \83 int fmt_0 = 0; in r200SetVertexFormat() local184 (rmesa->hw.vtx.cmd[VTX_VTXFMT_0] != fmt_0) || in r200SetVertexFormat()188 rmesa->hw.vtx.cmd[VTX_VTXFMT_0] = fmt_0; in r200SetVertexFormat()774 const GLuint fmt_0 = R200_VTX_XY | R200_VTX_Z0 | R200_VTX_W0 in r200PointsBitmap() local786 if ( (rmesa->hw.vtx.cmd[VTX_VTXFMT_0] != fmt_0) in r200PointsBitmap()790 rmesa->hw.vtx.cmd[VTX_VTXFMT_0] = fmt_0; in r200PointsBitmap()
70 fmt_0 |= F0; \94 int fmt_0 = 0; in radeonSetVertexFormat() local217 fmt_0 != rmesa->swtcl.vertex_format) { in radeonSetVertexFormat()219 rmesa->swtcl.vertex_format = fmt_0; in radeonSetVertexFormat()