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 272 if (rmesa->hw.set.cmd[SET_RE_CNTL] & R200_PERSPECTIVE_ENABLE) {
274 rmesa->hw.set.cmd[SET_RE_CNTL] &= ~R200_PERSPECTIVE_ENABLE;
277 else if (!(rmesa->hw.set.cmd[SET_RE_CNTL] & R200_PERSPECTIVE_ENABLE)) {
279 rmesa->hw.set.cmd[SET_RE_CNTL] |= R200_PERSPECTIVE_ENABLE;
r200_swtcl.c 625 if (rmesa->hw.set.cmd[SET_RE_CNTL] & R200_PERSPECTIVE_ENABLE) {
627 rmesa->hw.set.cmd[SET_RE_CNTL] &= ~R200_PERSPECTIVE_ENABLE;
630 else if (!(rmesa->hw.set.cmd[SET_RE_CNTL] & R200_PERSPECTIVE_ENABLE)) {
632 rmesa->hw.set.cmd[SET_RE_CNTL] |= R200_PERSPECTIVE_ENABLE;
r200_context.h 119 #define SET_RE_CNTL 2 /* replace se_coord_fmt */
r200_state.c     [all...]
r200_texstate.c     [all...]
r200_state_init.c 337 if (r200->hw.set.cmd[SET_RE_CNTL] & R200_STIPPLE_ENABLE)
    [all...]

Completed in 266 milliseconds