Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c737 color_control |= S_028808_SPECIAL_OP(mode); in r600_create_blend_state_mode()
739 color_control |= S_028808_SPECIAL_OP(V_028808_DISABLE); in r600_create_blend_state_mode()
Dr600d.h427 #define S_028808_SPECIAL_OP(x) (((x) & 0x7) << 4) macro