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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dcayman_msaa.c217 unsigned sc_line_cntl = S_028BDC_DX10_DIAMOND_TEST_ENA(1); local in function:cayman_emit_msaa_state
240 radeon_emit(cs, sc_line_cntl |
267 radeon_emit(cs, sc_line_cntl); /* CM_R_028BDC_PA_SC_LINE_CNTL */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dcayman_msaa.c217 unsigned sc_line_cntl = S_028BDC_DX10_DIAMOND_TEST_ENA(1); local in function:cayman_emit_msaa_state
240 radeon_emit(cs, sc_line_cntl |
267 radeon_emit(cs, sc_line_cntl); /* CM_R_028BDC_PA_SC_LINE_CNTL */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c3496 unsigned sc_line_cntl = S_028BDC_DX10_DIAMOND_TEST_ENA(1); local in function:si_emit_msaa_config
3513 sc_line_cntl |= S_028BDC_EXPAND_LINE_WIDTH(1);
3533 SI_TRACKED_PA_SC_LINE_CNTL, sc_line_cntl,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state.c3613 unsigned sc_line_cntl = 0; local in function:si_emit_msaa_config
3630 sc_line_cntl |= S_028BDC_EXPAND_LINE_WIDTH(1);
3651 sc_line_cntl, sc_aa_config);

Completed in 14 milliseconds