Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:DO_CLIP_USER
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_pt_post_vs.c
40
#define
DO_CLIP_USER
0x8
macro
102
#define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z |
DO_CLIP_USER
| DO_VIEWPORT)
106
#define FLAGS (DO_CLIP_XY | DO_CLIP_FULL_Z |
DO_CLIP_USER
| DO_VIEWPORT | DO_EDGEFLAG)
168
pvs->flags |=
DO_CLIP_USER
;
in draw_pt_post_vs_prepare()
207
case DO_CLIP_XY | DO_CLIP_FULL_Z |
DO_CLIP_USER
| DO_VIEWPORT:
in draw_pt_post_vs_prepare()
211
case (DO_CLIP_XY | DO_CLIP_FULL_Z |
DO_CLIP_USER
|
in draw_pt_post_vs_prepare()
H
A
D
draw_cliptest_tmp.h
67
if (num_written_clipdistance && !(flags &
DO_CLIP_USER
)) {
in do_cliptest()
68
flags |=
DO_CLIP_USER
;
in do_cliptest()
93
DO_CLIP_FULL_Z | DO_CLIP_HALF_Z |
DO_CLIP_USER
)) {
in do_cliptest()
96
if ((flags &
DO_CLIP_USER
) && cv != pos) {
in do_cliptest()
132
if (flags &
DO_CLIP_USER
) {
in do_cliptest()
Completed in 2 milliseconds