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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_post_vs.c37 #define DO_CLIP_XY 0x1 macro
78 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_VIEWPORT)
82 #define FLAGS (DO_CLIP_XY | DO_CLIP_HALF_Z | DO_VIEWPORT)
98 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT)
102 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT | DO_EDGEFLAG)
144 pvs->flags |= DO_CLIP_XY;
184 case DO_CLIP_XY | DO_CLIP_FULL_Z | DO_VIEWPORT:
188 case DO_CLIP_XY | DO_CLIP_HALF_Z | DO_VIEWPORT:
204 case DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT:
208 case (DO_CLIP_XY | DO_CLIP_FULL_
[all...]
H A Ddraw_cliptest_tmp.h86 if (flags & (DO_CLIP_XY | DO_CLIP_XY_GUARD_BAND |
108 else if (flags & DO_CLIP_XY) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_post_vs.c37 #define DO_CLIP_XY 0x1 macro
78 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_VIEWPORT)
82 #define FLAGS (DO_CLIP_XY | DO_CLIP_HALF_Z | DO_VIEWPORT)
98 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT)
102 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT | DO_EDGEFLAG)
144 pvs->flags |= DO_CLIP_XY;
184 case DO_CLIP_XY | DO_CLIP_FULL_Z | DO_VIEWPORT:
188 case DO_CLIP_XY | DO_CLIP_HALF_Z | DO_VIEWPORT:
204 case DO_CLIP_XY | DO_CLIP_FULL_Z | DO_CLIP_USER | DO_VIEWPORT:
208 case (DO_CLIP_XY | DO_CLIP_FULL_
[all...]
H A Ddraw_cliptest_tmp.h92 if (flags & (DO_CLIP_XY | DO_CLIP_XY_GUARD_BAND |
114 else if (flags & DO_CLIP_XY) {

Completed in 4 milliseconds