Searched refs:fmt_1 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c84 int fmt_1 = 0; local in function:r200SetVertexFormat
170 fmt_1 |= sz << (3 * i);
185 (rmesa->hw.vtx.cmd[VTX_VTXFMT_1] != fmt_1) ) {
189 rmesa->hw.vtx.cmd[VTX_VTXFMT_1] = fmt_1;
776 const GLuint fmt_1 = 0; local in function:r200PointsBitmap
787 || (rmesa->hw.vtx.cmd[VTX_VTXFMT_1] != fmt_1) ) {
791 rmesa->hw.vtx.cmd[VTX_VTXFMT_1] = fmt_1;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c84 int fmt_1 = 0; local in function:r200SetVertexFormat
170 fmt_1 |= sz << (3 * i);
185 (rmesa->hw.vtx.cmd[VTX_VTXFMT_1] != fmt_1) ) {
189 rmesa->hw.vtx.cmd[VTX_VTXFMT_1] = fmt_1;
776 const GLuint fmt_1 = 0; local in function:r200PointsBitmap
787 || (rmesa->hw.vtx.cmd[VTX_VTXFMT_1] != fmt_1) ) {
791 rmesa->hw.vtx.cmd[VTX_VTXFMT_1] = fmt_1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_defines.h256 fmt_1 = 37, enumerator in enum:r600::EVTXDataFormat

Completed in 5 milliseconds