Searched refs:se_cntl (Results 1 – 4 of 4) sorted by relevance
253 GLuint se_cntl; in radeonTclPrimitive() local266 se_cntl = rmesa->hw.set.cmd[SET_SE_CNTL]; in radeonTclPrimitive()267 se_cntl &= ~RADEON_FLAT_SHADE_VTX_LAST; in radeonTclPrimitive()270 se_cntl |= RADEON_FLAT_SHADE_VTX_0; in radeonTclPrimitive()272 se_cntl |= RADEON_FLAT_SHADE_VTX_LAST; in radeonTclPrimitive()274 if (se_cntl != rmesa->hw.set.cmd[SET_SE_CNTL]) { in radeonTclPrimitive()276 rmesa->hw.set.cmd[SET_SE_CNTL] = se_cntl; in radeonTclPrimitive()457 GLuint se_cntl; in transition_to_swtnl() local472 se_cntl = rmesa->hw.set.cmd[SET_SE_CNTL]; in transition_to_swtnl()473 se_cntl |= RADEON_FLAT_SHADE_VTX_LAST; in transition_to_swtnl()[all …]
362 unsigned int se_cntl; member