OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DO_CLIP_FULL_Z
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_post_vs.c
37
#define
DO_CLIP_FULL_Z
0x2
76
#define FLAGS (DO_CLIP_XY |
DO_CLIP_FULL_Z
| DO_VIEWPORT)
88
#define FLAGS (
DO_CLIP_FULL_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)
156
pvs->flags |=
DO_CLIP_FULL_Z
;
181
case DO_CLIP_XY |
DO_CLIP_FULL_Z
| DO_VIEWPORT:
193
case
DO_CLIP_FULL_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
60
DO_CLIP_FULL_Z
| DO_CLIP_HALF_Z | DO_CLIP_USER)) {
88
if (flags &
DO_CLIP_FULL_Z
) {
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_post_vs.c
37
#define
DO_CLIP_FULL_Z
0x2
76
#define FLAGS (DO_CLIP_XY |
DO_CLIP_FULL_Z
| DO_VIEWPORT)
88
#define FLAGS (
DO_CLIP_FULL_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)
156
pvs->flags |=
DO_CLIP_FULL_Z
;
181
case DO_CLIP_XY |
DO_CLIP_FULL_Z
| DO_VIEWPORT:
193
case
DO_CLIP_FULL_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
60
DO_CLIP_FULL_Z
| DO_CLIP_HALF_Z | DO_CLIP_USER)) {
88
if (flags &
DO_CLIP_FULL_Z
) {
Completed in 232 milliseconds