HomeSort by relevance Sort by last modified time
    Searched refs:SET_RE_CNTL (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tcl.c 273 if (rmesa->hw.set.cmd[SET_RE_CNTL] & R200_PERSPECTIVE_ENABLE) {
275 rmesa->hw.set.cmd[SET_RE_CNTL] &= ~R200_PERSPECTIVE_ENABLE;
278 else if (!(rmesa->hw.set.cmd[SET_RE_CNTL] & R200_PERSPECTIVE_ENABLE)) {
280 rmesa->hw.set.cmd[SET_RE_CNTL] |= R200_PERSPECTIVE_ENABLE;
r200_swtcl.c 620 if (rmesa->hw.set.cmd[SET_RE_CNTL] & R200_PERSPECTIVE_ENABLE) {
622 rmesa->hw.set.cmd[SET_RE_CNTL] &= ~R200_PERSPECTIVE_ENABLE;
625 else if (!(rmesa->hw.set.cmd[SET_RE_CNTL] & R200_PERSPECTIVE_ENABLE)) {
627 rmesa->hw.set.cmd[SET_RE_CNTL] |= R200_PERSPECTIVE_ENABLE;
r200_context.h 121 #define SET_RE_CNTL 2 /* replace se_coord_fmt */
r200_state.c     [all...]
r200_texstate.c     [all...]
r200_state_init.c 338 if (r200->hw.set.cmd[SET_RE_CNTL] & R200_STIPPLE_ENABLE)
    [all...]

Completed in 524 milliseconds