Home
last modified time | relevance | path

Searched refs:se_cntl (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tcl.c254 GLuint se_cntl; in radeonTclPrimitive() local
267 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() local
473 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 …]
/external/kernel-headers/original/uapi/drm/
Dradeon_drm.h362 unsigned int se_cntl; member
/external/libdrm/include/drm/
Dradeon_drm.h362 unsigned int se_cntl; member