Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_swtcl.c520 #define RADEON_UNFILLED_BIT 0x02 macro
534 #define DO_UNFILLED ((IND & RADEON_UNFILLED_BIT) != 0)
632 #define IND (RADEON_UNFILLED_BIT)
636 #define IND (RADEON_TWOSIDE_BIT|RADEON_UNFILLED_BIT)
707 index |= RADEON_UNFILLED_BIT; in radeonChooseRenderState()