Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600d.h955 #define S_0286CC_POSITION_ENA(x) (((unsigned)(x) & 0x1) << 8) macro
2135 #define S_0286CC_POSITION_ENA(x) (((unsigned)(x) & 0x1) << 8) macro
Devergreend.h1083 #define S_0286CC_POSITION_ENA(x) (((unsigned)(x) & 0x1) << 8) macro
Dr600_state.c2529 spi_ps_in_control_0 |= (S_0286CC_POSITION_ENA(1) | in r600_update_ps_state()
Devergreen_state.c3389 spi_ps_in_control_0 |= S_0286CC_POSITION_ENA(1) | in evergreen_update_ps_state()