Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.h35 uint32_t cb_color_control; member
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c187 rctx->cb_misc_state.cb_color_control != blend->cb_color_control) { in r600_bind_blend_state_internal()
188 rctx->cb_misc_state.cb_color_control = blend->cb_color_control; in r600_bind_blend_state_internal()
Dr600_pipe.h91 unsigned cb_color_control; /* this comes from blend state */ member
197 unsigned cb_color_control; member
Dr600_state.c742 blend->cb_color_control = color_control; in r600_create_blend_state_mode()
1761 if (G_028808_SPECIAL_OP(a->cb_color_control) == V_028808_SPECIAL_RESOLVE_BOX) { in r600_emit_cb_misc_state()
1770 r600_write_context_reg(cs, R_028808_CB_COLOR_CONTROL, a->cb_color_control); in r600_emit_cb_misc_state()
1781 a->cb_color_control | in r600_emit_cb_misc_state()