OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxLights
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
program_parser.h
180
unsigned
MaxLights
;
program_parse.y
1381
if ((unsigned) $1 >= state->
MaxLights
) {
2575
state->
MaxLights
= ctx->Const.
MaxLights
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
program_parser.h
180
unsigned
MaxLights
;
program_parse.y
1358
if ((unsigned) $1 >= state->
MaxLights
) {
2553
state->
MaxLights
= ctx->Const.
MaxLights
;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
standalone.cpp
163
ctx->Const.
MaxLights
= 0;
191
ctx->Const.
MaxLights
= 8;
219
ctx->Const.
MaxLights
= 8;
255
ctx->Const.
MaxLights
= 8;
302
ctx->Const.
MaxLights
= 0;
standalone_scaffolding.cpp
233
ctx->Const.
MaxLights
= 8;
builtin_variables.cpp
846
add_const("gl_MaxLights", state->Const.
MaxLights
);
1073
state->Const.
MaxLights
),
1082
array(type("gl_LightProducts"), state->Const.
MaxLights
);
glsl_parser_extras.h
501
unsigned
MaxLights
;
glsl_parser_extras.cpp
106
this->Const.
MaxLights
= ctx->Const.
MaxLights
;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
standalone.cpp
173
ctx->Const.
MaxLights
= 0;
201
ctx->Const.
MaxLights
= 8;
229
ctx->Const.
MaxLights
= 8;
265
ctx->Const.
MaxLights
= 8;
312
ctx->Const.
MaxLights
= 0;
standalone_scaffolding.cpp
233
ctx->Const.
MaxLights
= 8;
builtin_variables.cpp
749
add_const("gl_MaxLights", state->Const.
MaxLights
);
969
state->Const.
MaxLights
),
978
array(type("gl_LightProducts"), state->Const.
MaxLights
);
glsl_parser_extras.h
493
unsigned
MaxLights
;
glsl_parser_extras.cpp
100
this->Const.
MaxLights
= ctx->Const.
MaxLights
;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
light.c
275
if (i < 0 || i >= (GLint) ctx->Const.
MaxLights
) {
387
if (l < 0 || l >= (GLint) ctx->Const.
MaxLights
) {
436
if (l < 0 || l >= (GLint) ctx->Const.
MaxLights
) {
attrib.c
148
for (i = 0; i < ctx->Const.
MaxLights
; i++) {
960
for (i = 0; i < ctx->Const.
MaxLights
; i++) {
1014
for (i = 0; i < ctx->Const.
MaxLights
; i++) {
context.c
498
consts->
MaxLights
= MAX_LIGHTS;
mtypes.h
3814
GLuint
MaxLights
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
light.c
214
if (i < 0 || i >= (GLint) ctx->Const.
MaxLights
) {
326
if (l < 0 || l >= (GLint) ctx->Const.
MaxLights
) {
375
if (l < 0 || l >= (GLint) ctx->Const.
MaxLights
) {
attrib.c
345
for (i = 0; i < ctx->Const.
MaxLights
; i++) {
1219
for (i = 0; i < ctx->Const.
MaxLights
; i++) {
context.c
587
consts->
MaxLights
= MAX_LIGHTS;
/xsrc/external/mit/MesaLib.old/src/mesa/program/
program_parse.tab.c
3364
if ((unsigned) (yyvsp[0].integer) >= state->
MaxLights
) {
5077
state->
MaxLights
= ctx->Const.
MaxLights
;
/xsrc/external/mit/MesaLib/src/mesa/program/
program_parse.tab.c
3635
if ((unsigned) (yyvsp[0].integer) >= state->
MaxLights
) {
5344
state->
MaxLights
= ctx->Const.
MaxLights
;
/xsrc/external/mit/MesaLib/src/mesa/
get_hash.h
100
{ GL_MAX_LIGHTS, CONTEXT_INT(Const.
MaxLights
), NO_EXTRA },
/xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h
100
{ GL_MAX_LIGHTS, CONTEXT_INT(Const.
MaxLights
), NO_EXTRA },
Completed in 35 milliseconds
1
2
Indexes created Mon Jul 27 00:28:37 UTC 2026