Searched refs:R200_UNFILLED_BIT (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c399 #define R200_UNFILLED_BIT 0x02 macro
412 #define DO_UNFILLED ((IND & R200_UNFILLED_BIT) != 0)
511 #define IND (R200_UNFILLED_BIT)
515 #define IND (R200_TWOSIDE_BIT|R200_UNFILLED_BIT)
585 index |= R200_UNFILLED_BIT;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c399 #define R200_UNFILLED_BIT 0x02 macro
412 #define DO_UNFILLED ((IND & R200_UNFILLED_BIT) != 0)
511 #define IND (R200_UNFILLED_BIT)
515 #define IND (R200_TWOSIDE_BIT|R200_UNFILLED_BIT)
585 index |= R200_UNFILLED_BIT;

Completed in 4 milliseconds