Searched refs:DO_VIEWPORT (Results 1 - 4 of 4) sorted by path

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h164 if ((flags & DO_VIEWPORT) && mask == 0)
H A Ddraw_pt_post_vs.c41 #define DO_VIEWPORT 0x10 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)
86 #define FLAGS (DO_CLIP_XY_GUARD_BAND | DO_CLIP_HALF_Z | DO_VIEWPORT)
90 #define FLAGS (DO_CLIP_FULL_Z | DO_VIEWPORT)
94 #define FLAGS (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)
172 pvs->flags |= DO_VIEWPORT;
184 case DO_CLIP_XY | DO_CLIP_FULL_Z | DO_VIEWPORT
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_cliptest_tmp.h170 if ((flags & DO_VIEWPORT) && mask == 0)
H A Ddraw_pt_post_vs.c41 #define DO_VIEWPORT 0x10 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)
86 #define FLAGS (DO_CLIP_XY_GUARD_BAND | DO_CLIP_HALF_Z | DO_VIEWPORT)
90 #define FLAGS (DO_CLIP_FULL_Z | DO_VIEWPORT)
94 #define FLAGS (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)
172 pvs->flags |= DO_VIEWPORT;
184 case DO_CLIP_XY | DO_CLIP_FULL_Z | DO_VIEWPORT
[all...]

Completed in 10 milliseconds