Searched refs:cb_color_control (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dr6xx_accel.c225 uint32_t cb_color_info, cb_color_control; local in function:r600_set_render_target
321 cb_color_control = R600_ROP[cb_conf->rop] |
325 EREG(ib, CB_COLOR_CONTROL, cb_color_control);
329 cb_color_control |= PER_MRT_BLEND_bit;
330 EREG(ib, CB_COLOR_CONTROL, cb_color_control);
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dr6xx_accel.c194 uint32_t cb_color_info, cb_color_control; local in function:r600_set_render_target
288 cb_color_control = R600_ROP[cb_conf->rop] |
292 EREG(CB_COLOR_CONTROL, cb_color_control);
296 cb_color_control |= PER_MRT_BLEND_bit;
297 EREG(CB_COLOR_CONTROL, cb_color_control);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_pipe.h152 unsigned cb_color_control; /* this comes from blend state */ member in struct:r600_cb_misc_state
325 unsigned cb_color_control; member in struct:r600_blend_state
H A Dr600_state.c363 blend->cb_color_control = color_control;
1523 if (G_028808_SPECIAL_OP(a->cb_color_control) == V_028808_SPECIAL_RESOLVE_BOX) {
1532 radeon_set_context_reg(cs, R_028808_CB_COLOR_CONTROL, a->cb_color_control);
1543 a->cb_color_control |
H A Dr600_state_common.c194 color_control = blend->cb_color_control;
207 rctx->cb_misc_state.cb_color_control != color_control) {
208 rctx->cb_misc_state.cb_color_control = color_control;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline.c57 uint32_t cb_color_control; member in struct:radv_blend_state
689 blend.cb_color_control = 0;
691 blend.cb_color_control |= S_028808_ROP3(si_translate_blend_logic_op(vkblend->logicOp));
693 blend.cb_color_control |= S_028808_ROP3(V_028808_ROP3_COPY);
835 blend.cb_color_control |= S_028808_DISABLE_DUAL_QUAD(1);
839 blend.cb_color_control |= S_028808_MODE(mode);
841 blend.cb_color_control |= S_028808_MODE(V_028808_CB_DISABLE);
2794 radeon_set_context_reg(ctx_cs, R_028808_CB_COLOR_CONTROL, blend->cb_color_control);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_pipe.h152 unsigned cb_color_control; /* this comes from blend state */ member in struct:r600_cb_misc_state
328 unsigned cb_color_control; member in struct:r600_blend_state
H A Dr600_state.c368 blend->cb_color_control = color_control;
1526 if (G_028808_SPECIAL_OP(a->cb_color_control) == V_028808_SPECIAL_RESOLVE_BOX) {
1535 radeon_set_context_reg(cs, R_028808_CB_COLOR_CONTROL, a->cb_color_control);
1546 a->cb_color_control |
H A Dr600_state_common.c199 color_control = blend->cb_color_control;
212 rctx->cb_misc_state.cb_color_control != color_control) {
213 rctx->cb_misc_state.cb_color_control = color_control;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c615 unsigned cb_color_control = 0; local in function:radv_pipeline_init_blend_state
625 cb_color_control |= S_028808_ROP3(si_translate_blend_logic_op(vkblend->logicOp));
627 cb_color_control |= S_028808_ROP3(V_028808_ROP3_COPY);
777 cb_color_control |= S_028808_DISABLE_DUAL_QUAD(1);
781 cb_color_control |= S_028808_MODE(mode);
783 cb_color_control |= S_028808_MODE(V_028808_CB_DISABLE);
787 pipeline->graphics.cb_color_control = cb_color_control;
H A Dradv_cmd_buffer.c1337 cmd_buffer->state.emitted_pipeline->graphics.cb_color_control !=
1338 pipeline->graphics.cb_color_control)
1701 unsigned cb_color_control = cmd_buffer->state.pipeline->graphics.cb_color_control; local in function:radv_emit_logic_op
1704 cb_color_control &= C_028808_ROP3;
1705 cb_color_control |= S_028808_ROP3(d->logic_op);
1707 radeon_set_context_reg(cmd_buffer->cs, R_028808_CB_COLOR_CONTROL, cb_color_control);
H A Dradv_private.h1813 unsigned cb_color_control; member in struct:radv_pipeline::__anon4674665a290a::__anon4674665a2a08

Completed in 79 milliseconds