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:MAX_CLIP_PLANES
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/mesa/main/
H
A
D
config.h
66
#define
MAX_CLIP_PLANES
8
macro
300
#define MAX_CLIPPED_VERTICES ((2 * (6 +
MAX_CLIP_PLANES
))+1)
H
A
D
mtypes.h
1342
gl_clip_plane EyeUserPlane[
MAX_CLIP_PLANES
]; /**< User clip planes */
1343
gl_clip_plane _ClipUserPlane[
MAX_CLIP_PLANES
]; /**< derived */
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_lower_clip.c
30
#define
MAX_CLIP_PLANES
8
macro
253
nir_ssa_def *clipdist[
MAX_CLIP_PLANES
];
in lower_clip_outputs()
272
for (int plane = 0; plane <
MAX_CLIP_PLANES
; plane++) {
in lower_clip_outputs()
439
nir_ssa_def *clipdist[
MAX_CLIP_PLANES
];
in lower_clip_fs()
457
for (int plane = 0; plane <
MAX_CLIP_PLANES
; plane++) {
in lower_clip_fs()
/third_party/skia/third_party/externals/swiftshader/src/Main/
H
A
D
Config.hpp
90
MAX_CLIP_PLANES
= 6,
enumerator
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H
A
D
Renderer.hpp
406
Plane userPlane[
MAX_CLIP_PLANES
];
407
Plane clipPlane[
MAX_CLIP_PLANES
]; // Tranformed to clip space
H
A
D
Renderer.cpp
2846
if(index <
MAX_CLIP_PLANES
)
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_draw_hw_select.c
59
float clip_planes[
MAX_CLIP_PLANES
][4];
692
cb.buffer_size = sizeof(consts) - (
MAX_CLIP_PLANES
- num_planes) * 4 * sizeof(float);
in st_draw_hw_select_prepare_common()
H
A
D
st_program.c
648
gl_state_index16 clipplane_state[
MAX_CLIP_PLANES
][STATE_LENGTH] = {{0}};
in lower_ucp()
649
for (int i = 0; i <
MAX_CLIP_PLANES
; ++i) {
in lower_ucp()
H
A
D
st_extensions.c
236
pc->MaxUniformComponents -= 4 *
MAX_CLIP_PLANES
;
in st_init_limits()
Completed in 18 milliseconds