Home
last modified time | relevance | path

Searched refs:R_028780_CB_BLEND0_CONTROL (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c523 si_pm4_set_reg(pm4, R_028780_CB_BLEND0_CONTROL + i * 4, blend_cntl); in si_create_blend_state_mode()
533 si_pm4_set_reg(pm4, R_028780_CB_BLEND0_CONTROL + i * 4, blend_cntl); in si_create_blend_state_mode()
543 si_pm4_set_reg(pm4, R_028780_CB_BLEND0_CONTROL + i * 4, blend_cntl); in si_create_blend_state_mode()
599 si_pm4_set_reg(pm4, R_028780_CB_BLEND0_CONTROL + i * 4, blend_cntl); in si_create_blend_state_mode()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600d.h642 #define R_028780_CB_BLEND0_CONTROL 0x028780 macro
2373 #define R_028780_CB_BLEND0_CONTROL 0x028780 macro
Devergreend.h848 #define R_028780_CB_BLEND0_CONTROL 0x028780 macro
Dr600_state.c393 r600_store_context_reg_seq(&blend->buffer, R_028780_CB_BLEND0_CONTROL, 8); in r600_create_blend_state_mode()
Devergreen_state.c370 r600_store_context_reg_seq(&blend->buffer, R_028780_CB_BLEND0_CONTROL, 8); in evergreen_create_blend_state_mode()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c5541 radeon_set_context_reg_seq(ctx_cs, R_028780_CB_BLEND0_CONTROL, 8); in radv_pipeline_emit_blend_state()