Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c398 #define R200_UNFILLED_BIT 0x02 macro
411 #define DO_UNFILLED ((IND & R200_UNFILLED_BIT) != 0)
510 #define IND (R200_UNFILLED_BIT)
514 #define IND (R200_TWOSIDE_BIT|R200_UNFILLED_BIT)
584 index |= R200_UNFILLED_BIT; in r200ChooseRenderState()