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.c1528 unsigned fb_colormask = (1ULL << ((unsigned)a->nr_cbufs * 4)) - 1; in r600_emit_cb_misc_state() local
1533 radeon_emit(cs, a->blend_colormask & fb_colormask); /* R_028238_CB_TARGET_MASK */ in r600_emit_cb_misc_state()
1535 radeon_emit(cs, 0xf | (multiwrite ? fb_colormask : ps_colormask)); /* R_02823C_CB_SHADER_MASK */ in r600_emit_cb_misc_state()
Devergreen_state.c2026 unsigned fb_colormask = (1ULL << ((unsigned)a->nr_cbufs * 4)) - 1; in evergreen_emit_cb_misc_state() local
2030 radeon_emit(cs, (a->blend_colormask & fb_colormask) | rat_colormask); /* R_028238_CB_TARGET_MASK */ in evergreen_emit_cb_misc_state()