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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_tcl.c254 GLuint se_cntl; local in function:radeonTclPrimitive
267 se_cntl = rmesa->hw.set.cmd[SET_SE_CNTL];
268 se_cntl &= ~RADEON_FLAT_SHADE_VTX_LAST;
271 se_cntl |= RADEON_FLAT_SHADE_VTX_0;
273 se_cntl |= RADEON_FLAT_SHADE_VTX_LAST;
275 if (se_cntl != rmesa->hw.set.cmd[SET_SE_CNTL]) {
277 rmesa->hw.set.cmd[SET_SE_CNTL] = se_cntl;
458 GLuint se_cntl; local in function:transition_to_swtnl
473 se_cntl = rmesa->hw.set.cmd[SET_SE_CNTL];
474 se_cntl |
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_tcl.c253 GLuint se_cntl; local in function:radeonTclPrimitive
266 se_cntl = rmesa->hw.set.cmd[SET_SE_CNTL];
267 se_cntl &= ~RADEON_FLAT_SHADE_VTX_LAST;
270 se_cntl |= RADEON_FLAT_SHADE_VTX_0;
272 se_cntl |= RADEON_FLAT_SHADE_VTX_LAST;
274 if (se_cntl != rmesa->hw.set.cmd[SET_SE_CNTL]) {
276 rmesa->hw.set.cmd[SET_SE_CNTL] = se_cntl;
457 GLuint se_cntl; local in function:transition_to_swtnl
472 se_cntl = rmesa->hw.set.cmd[SET_SE_CNTL];
473 se_cntl |
[all...]
/xsrc/external/mit/libdrm/dist/include/drm/
H A Dradeon_drm.h362 unsigned int se_cntl; member in struct:__anonc5db66981408
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_drm.h355 unsigned int se_cntl; member in struct:__anon2672992b1408

Completed in 9 milliseconds