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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_post_vs.c 36 #define DO_CLIP_XY 0x1
76 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_VIEWPORT)
80 #define FLAGS (DO_CLIP_XY | DO_CLIP_HALF_Z | DO_VIEWPORT)
96 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT)
100 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT | DO_EDGEFLAG)
141 pvs->flags |= DO_CLIP_XY;
181 case DO_CLIP_XY | DO_CLIP_FULL_Z | DO_VIEWPORT:
185 case DO_CLIP_XY | DO_CLIP_HALF_Z | DO_VIEWPORT:
201 case DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT:
205 case (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER
    [all...]
draw_cliptest_tmp.h 59 if (flags & (DO_CLIP_XY | DO_CLIP_XY_GUARD_BAND |
79 else if (flags & DO_CLIP_XY) {
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_post_vs.c 36 #define DO_CLIP_XY 0x1
76 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_VIEWPORT)
80 #define FLAGS (DO_CLIP_XY | DO_CLIP_HALF_Z | DO_VIEWPORT)
96 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT)
100 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT | DO_EDGEFLAG)
141 pvs->flags |= DO_CLIP_XY;
181 case DO_CLIP_XY | DO_CLIP_FULL_Z | DO_VIEWPORT:
185 case DO_CLIP_XY | DO_CLIP_HALF_Z | DO_VIEWPORT:
201 case DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT:
205 case (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER
    [all...]
draw_cliptest_tmp.h 59 if (flags & (DO_CLIP_XY | DO_CLIP_XY_GUARD_BAND |
79 else if (flags & DO_CLIP_XY) {

Completed in 201 milliseconds