Home | History | Annotate | Download | only in radeon

Lines Matching refs:se_cntl

252    GLuint se_cntl;
265 se_cntl = rmesa->hw.set.cmd[SET_SE_CNTL];
266 se_cntl &= ~RADEON_FLAT_SHADE_VTX_LAST;
269 se_cntl |= RADEON_FLAT_SHADE_VTX_0;
271 se_cntl |= RADEON_FLAT_SHADE_VTX_LAST;
273 if (se_cntl != rmesa->hw.set.cmd[SET_SE_CNTL]) {
275 rmesa->hw.set.cmd[SET_SE_CNTL] = se_cntl;
456 GLuint se_cntl;
471 se_cntl = rmesa->hw.set.cmd[SET_SE_CNTL];
472 se_cntl |= RADEON_FLAT_SHADE_VTX_LAST;
474 if (se_cntl != rmesa->hw.set.cmd[SET_SE_CNTL]) {
476 rmesa->hw.set.cmd[SET_SE_CNTL] = se_cntl;