Searched refs:RADEON_CULL_BACK (Results 1 – 3 of 3) sorted by relevance
408 t &= ~(RADEON_CULL_FRONT | RADEON_CULL_BACK); in radeonCullFace()418 t |= RADEON_CULL_BACK; in radeonCullFace()422 t |= (RADEON_CULL_FRONT | RADEON_CULL_BACK); in radeonCullFace()
1939 # define RADEON_CULL_BACK (1 << 30) macro