Searched refs:fb_colormask (Results 1 – 2 of 2) sorted by relevance
1532 unsigned fb_colormask = a->bound_cbufs_target_mask; in r600_emit_cb_misc_state() local1537 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()
2036 unsigned fb_colormask = a->bound_cbufs_target_mask; in evergreen_emit_cb_misc_state() local2040 radeon_emit(cs, (a->blend_colormask & fb_colormask) | rat_colormask); /* R_028238_CB_TARGET_MASK */ in evergreen_emit_cb_misc_state()