Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600d.h979 #define S_0286CC_POSITION_SAMPLE(x) (((unsigned)(x) & 0x1) << 30) macro
2159 #define S_0286CC_POSITION_SAMPLE(x) (((unsigned)(x) & 0x1) << 30) macro
Devergreend.h1101 #define S_0286CC_POSITION_SAMPLE(x) (((unsigned)(x) & 0x1) << 30) macro
Dr600_state.c2533S_0286CC_POSITION_SAMPLE(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_SA… in r600_update_ps_state()