Searched refs:se_cntl (Results 1 – 3 of 3) sorted by relevance
254 GLuint se_cntl; in radeonTclPrimitive() local267 se_cntl = rmesa->hw.set.cmd[SET_SE_CNTL]; in radeonTclPrimitive()268 se_cntl &= ~RADEON_FLAT_SHADE_VTX_LAST; in radeonTclPrimitive()271 se_cntl |= RADEON_FLAT_SHADE_VTX_0; in radeonTclPrimitive()273 se_cntl |= RADEON_FLAT_SHADE_VTX_LAST; in radeonTclPrimitive()275 if (se_cntl != rmesa->hw.set.cmd[SET_SE_CNTL]) { in radeonTclPrimitive()277 rmesa->hw.set.cmd[SET_SE_CNTL] = se_cntl; in radeonTclPrimitive()458 GLuint se_cntl; in transition_to_swtnl() local473 se_cntl = rmesa->hw.set.cmd[SET_SE_CNTL]; in transition_to_swtnl()474 se_cntl |= RADEON_FLAT_SHADE_VTX_LAST; in transition_to_swtnl()[all …]
362 unsigned int se_cntl; member