Searched refs:fb_colormask (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state.c1534 unsigned fb_colormask = a->bound_cbufs_target_mask; local in function:r600_emit_cb_misc_state
1539 radeon_emit(cs, a->blend_colormask & fb_colormask); /* R_028238_CB_TARGET_MASK */
1541 radeon_emit(cs, 0xf | (multiwrite ? fb_colormask : ps_colormask)); /* R_02823C_CB_SHADER_MASK */
H A Devergreen_state.c2035 unsigned fb_colormask = a->bound_cbufs_target_mask; local in function:evergreen_emit_cb_misc_state
2039 radeon_emit(cs, (a->blend_colormask & fb_colormask) | rat_colormask); /* R_028238_CB_TARGET_MASK */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_state.c1537 unsigned fb_colormask = a->bound_cbufs_target_mask; local in function:r600_emit_cb_misc_state
1542 radeon_emit(cs, a->blend_colormask & fb_colormask); /* R_028238_CB_TARGET_MASK */
1544 radeon_emit(cs, 0xf | (multiwrite ? fb_colormask : ps_colormask)); /* R_02823C_CB_SHADER_MASK */
H A Devergreen_state.c2041 unsigned fb_colormask = a->bound_cbufs_target_mask; local in function:evergreen_emit_cb_misc_state
2045 radeon_emit(cs, (a->blend_colormask & fb_colormask) | rat_colormask); /* R_028238_CB_TARGET_MASK */

Completed in 22 milliseconds