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:MaxClipPlanes
(Results
1 - 17
of
17
) sorted by relevance
/third_party/mesa3d/src/mesa/main/
H
A
D
clip.c
62
if (p < 0 || p >= (GLint) ctx->Const.
MaxClipPlanes
) {
in _mesa_ClipPlane()
107
if (p < 0 || p >= (GLint) ctx->Const.
MaxClipPlanes
) {
in _mesa_GetClipPlane()
H
A
D
consts_exts.h
492
GLuint
MaxClipPlanes
;
member
H
A
D
matrix.c
1093
for (i=0;i<ctx->Const.
MaxClipPlanes
;i++) {
in _mesa_init_transform()
H
A
D
attrib.c
352
for (unsigned i = 0; i < ctx->Const.
MaxClipPlanes
; i++) {
in pop_enable_group()
1043
for (i = 0; i < ctx->Const.
MaxClipPlanes
; i++) {
in _mesa_PopAttrib()
H
A
D
enable.c
448
if (p >= ctx->Const.
MaxClipPlanes
)
in _mesa_set_enable()
1561
if (p >= ctx->Const.
MaxClipPlanes
)
in _mesa_IsEnabled()
H
A
D
context.c
435
consts->
MaxClipPlanes
= 6;
in _mesa_init_constants()
H
A
D
get.c
1476
if (d->pname - GL_CLIP_DISTANCE0 >= ctx->Const.
MaxClipPlanes
) {
in check_extra()
/third_party/mesa3d/src/compiler/glsl/
H
A
D
standalone.cpp
157
ctx->Const.
MaxClipPlanes
= 0;
in initialize_context()
185
ctx->Const.
MaxClipPlanes
= 6;
in initialize_context()
213
ctx->Const.
MaxClipPlanes
= 8;
in initialize_context()
250
ctx->Const.
MaxClipPlanes
= 8;
in initialize_context()
296
ctx->Const.
MaxClipPlanes
= 8;
in initialize_context()
H
A
D
builtin_variables.cpp
799
add_const("gl_MaxClipDistances", state->Const.
MaxClipPlanes
);
in generate_constants()
805
add_const("gl_MaxCullDistances", state->Const.
MaxClipPlanes
);
in generate_constants()
807
state->Const.
MaxClipPlanes
);
in generate_constants()
849
add_const("gl_MaxClipPlanes", state->Const.
MaxClipPlanes
);
in generate_constants()
1065
add_uniform(array(vec4_t, state->Const.
MaxClipPlanes
), "gl_ClipPlane");
in generate_uniforms()
H
A
D
standalone_scaffolding.cpp
235
ctx->Const.
MaxClipPlanes
= 6;
in initialize_context_to_defaults()
H
A
D
glsl_parser_extras.h
510
unsigned
MaxClipPlanes
;
member
H
A
D
glsl_parser_extras.cpp
107
this->Const.
MaxClipPlanes
= ctx->Const.
MaxClipPlanes
;
in _mesa_glsl_parse_state()
H
A
D
linker.cpp
598
consts->
MaxClipPlanes
) {
in analyze_clip_cull_usage()
604
consts->
MaxClipPlanes
);
in analyze_clip_cull_usage()
H
A
D
ast_to_hir.cpp
1253
if (size + state->cull_dist_size > state->Const.
MaxClipPlanes
) {
in check_builtin_array_max_size()
1265
state->Const.
MaxClipPlanes
);
in check_builtin_array_max_size()
1269
if (size + state->clip_dist_size > state->Const.
MaxClipPlanes
) {
in check_builtin_array_max_size()
1281
state->Const.
MaxClipPlanes
);
in check_builtin_array_max_size()
/third_party/mesa3d/src/mesa/program/
H
A
D
program_parser.h
179
unsigned
MaxClipPlanes
;
member
H
A
D
program_parse.y
1448
if ((unsigned) $1 >= state->
MaxClipPlanes
) {
2570
state->
MaxClipPlanes
= ctx->Const.
MaxClipPlanes
;
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_extensions.c
1200
consts->
MaxClipPlanes
= 8;
in st_init_extensions()
1205
consts->
MaxClipPlanes
= drv_clip_planes;
in st_init_extensions()
Completed in 40 milliseconds