Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c1532 unsigned fb_colormask = a->bound_cbufs_target_mask; in r600_emit_cb_misc_state() local
1537 radeon_emit(cs, a->blend_colormask & fb_colormask); /* R_028238_CB_TARGET_MASK */ in r600_emit_cb_misc_state()
1539 radeon_emit(cs, 0xf | (multiwrite ? fb_colormask : ps_colormask)); /* R_02823C_CB_SHADER_MASK */ in r600_emit_cb_misc_state()
Devergreen_state.c2036 unsigned fb_colormask = a->bound_cbufs_target_mask; in evergreen_emit_cb_misc_state() local
2040 radeon_emit(cs, (a->blend_colormask & fb_colormask) | rat_colormask); /* R_028238_CB_TARGET_MASK */ in evergreen_emit_cb_misc_state()