Searched defs:DO_CLIP_XY (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_post_vs.c36 #define DO_CLIP_XY 0x1 macro
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_
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_post_vs.c36 #define DO_CLIP_XY 0x1 macro
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_
[all...]

Completed in 115 milliseconds