Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c147 color_control |= S_028808_ROP3(state->logicop_func | (state->logicop_func << 4)); in si_create_blend_state()
149 color_control |= S_028808_ROP3(0xcc); in si_create_blend_state()
Dsid.h5743 #define S_028808_ROP3(x) (((x) & 0xFF) << 16) macro
/external/mesa3d/src/gallium/drivers/r600/
Devergreend.h481 #define S_028808_ROP3(x) (((x) & 0xFF) << 16) macro
Dr600d.h446 #define S_028808_ROP3(x) (((x) & 0xFF) << 16) macro