OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxClipPlanes
(Results
1 - 25
of
42
) sorted by relevancy
1
2
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
clip.c
60
if (p < 0 || p >= (GLint) ctx->Const.
MaxClipPlanes
) {
108
if (p < 0 || p >= (GLint) ctx->Const.
MaxClipPlanes
) {
enable.c
459
if (p >= ctx->Const.
MaxClipPlanes
)
1595
if (p >= ctx->Const.
MaxClipPlanes
)
matrix.c
1092
for (i=0;i<ctx->Const.
MaxClipPlanes
;i++) {
attrib.c
351
for (unsigned i = 0; i < ctx->Const.
MaxClipPlanes
; i++) {
1184
for (i = 0; i < ctx->Const.
MaxClipPlanes
; i++) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
clip.c
59
if (p < 0 || p >= (GLint) ctx->Const.
MaxClipPlanes
) {
107
if (p < 0 || p >= (GLint) ctx->Const.
MaxClipPlanes
) {
matrix.c
771
for (i=0;i<ctx->Const.
MaxClipPlanes
;i++) {
enable.c
338
if (p >= ctx->Const.
MaxClipPlanes
)
1377
if (p >= ctx->Const.
MaxClipPlanes
)
attrib.c
622
for (i=0;i<ctx->Const.
MaxClipPlanes
;i++) {
1432
for (i = 0; i < ctx->Const.
MaxClipPlanes
; i++) {
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
program_parser.h
179
unsigned
MaxClipPlanes
;
program_parse.y
1453
if ((unsigned) $1 >= state->
MaxClipPlanes
) {
2574
state->
MaxClipPlanes
= ctx->Const.
MaxClipPlanes
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
program_parser.h
179
unsigned
MaxClipPlanes
;
program_parse.y
1430
if ((unsigned) $1 >= state->
MaxClipPlanes
) {
2552
state->
MaxClipPlanes
= ctx->Const.
MaxClipPlanes
;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
standalone.cpp
158
ctx->Const.
MaxClipPlanes
= 0;
186
ctx->Const.
MaxClipPlanes
= 6;
214
ctx->Const.
MaxClipPlanes
= 8;
251
ctx->Const.
MaxClipPlanes
= 8;
297
ctx->Const.
MaxClipPlanes
= 8;
standalone_scaffolding.cpp
234
ctx->Const.
MaxClipPlanes
= 6;
builtin_variables.cpp
798
add_const("gl_MaxClipDistances", state->Const.
MaxClipPlanes
);
804
add_const("gl_MaxCullDistances", state->Const.
MaxClipPlanes
);
806
state->Const.
MaxClipPlanes
);
848
add_const("gl_MaxClipPlanes", state->Const.
MaxClipPlanes
);
1064
add_uniform(array(vec4_t, state->Const.
MaxClipPlanes
), "gl_ClipPlane");
glsl_parser_extras.h
502
unsigned
MaxClipPlanes
;
glsl_parser_extras.cpp
107
this->Const.
MaxClipPlanes
= ctx->Const.
MaxClipPlanes
;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
standalone.cpp
168
ctx->Const.
MaxClipPlanes
= 0;
196
ctx->Const.
MaxClipPlanes
= 6;
224
ctx->Const.
MaxClipPlanes
= 8;
261
ctx->Const.
MaxClipPlanes
= 8;
307
ctx->Const.
MaxClipPlanes
= 8;
standalone_scaffolding.cpp
234
ctx->Const.
MaxClipPlanes
= 6;
builtin_variables.cpp
701
add_const("gl_MaxClipDistances", state->Const.
MaxClipPlanes
);
707
add_const("gl_MaxCullDistances", state->Const.
MaxClipPlanes
);
709
state->Const.
MaxClipPlanes
);
751
add_const("gl_MaxClipPlanes", state->Const.
MaxClipPlanes
);
960
add_uniform(array(vec4_t, state->Const.
MaxClipPlanes
), "gl_ClipPlane");
glsl_parser_extras.h
494
unsigned
MaxClipPlanes
;
glsl_parser_extras.cpp
101
this->Const.
MaxClipPlanes
= ctx->Const.
MaxClipPlanes
;
/xsrc/external/mit/MesaLib/src/mesa/
get_hash.h
84
{ GL_MAX_CLIP_PLANES, CONTEXT_INT(Const.
MaxClipPlanes
), NO_EXTRA },
650
{ GL_MAX_CULL_DISTANCES, CONTEXT_INT(Const.
MaxClipPlanes
), extra_ARB_cull_distance },
651
{ GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES, CONTEXT_INT(Const.
MaxClipPlanes
), extra_ARB_cull_distance },
/xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h
84
{ GL_MAX_CLIP_PLANES, CONTEXT_INT(Const.
MaxClipPlanes
), NO_EXTRA },
644
{ GL_MAX_CULL_DISTANCES, CONTEXT_INT(Const.
MaxClipPlanes
), extra_ARB_cull_distance },
645
{ GL_MAX_COMBINED_CLIP_AND_CULL_DISTANCES, CONTEXT_INT(Const.
MaxClipPlanes
), extra_ARB_cull_distance },
/xsrc/external/mit/MesaLib.old/src/mesa/program/
program_parse.tab.c
3471
if ((unsigned) (yyvsp[0].integer) >= state->
MaxClipPlanes
) {
5076
state->
MaxClipPlanes
= ctx->Const.
MaxClipPlanes
;
Completed in 33 milliseconds
1
2
Indexes created Mon Jul 27 00:28:37 UTC 2026