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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_post_vs.c38 #define DO_CLIP_FULL_Z 0x2 macro
78 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_VIEWPORT)
90 #define FLAGS (DO_CLIP_FULL_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)
163 pvs->flags |= DO_CLIP_FULL_Z;
184 case DO_CLIP_XY | DO_CLIP_FULL_Z | DO_VIEWPORT:
196 case DO_CLIP_FULL_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_Z | DO_CLIP_USE
[all...]
H A Ddraw_cliptest_tmp.h87 DO_CLIP_FULL_Z | DO_CLIP_HALF_Z | DO_CLIP_USER)) {
117 if (flags & DO_CLIP_FULL_Z) {
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_post_vs.c38 #define DO_CLIP_FULL_Z 0x2 macro
78 #define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z | DO_VIEWPORT)
90 #define FLAGS (DO_CLIP_FULL_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)
163 pvs->flags |= DO_CLIP_FULL_Z;
184 case DO_CLIP_XY | DO_CLIP_FULL_Z | DO_VIEWPORT:
196 case DO_CLIP_FULL_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_Z | DO_CLIP_USE
[all...]
H A Ddraw_cliptest_tmp.h93 DO_CLIP_FULL_Z | DO_CLIP_HALF_Z | DO_CLIP_USER)) {
123 if (flags & DO_CLIP_FULL_Z) {

Completed in 2 milliseconds