Searched refs:RADEON_ZBIAS_ENABLE_TRI (Results 1 – 3 of 3) sorted by relevance
1658 rmesa->hw.set.cmd[SET_SE_CNTL] |= RADEON_ZBIAS_ENABLE_TRI; in radeonEnable()1660 rmesa->hw.set.cmd[SET_SE_CNTL] &= ~RADEON_ZBIAS_ENABLE_TRI; in radeonEnable()
1716 # define RADEON_ZBIAS_ENABLE_TRI (1 << 18) macro