Home
last modified time | relevance | path

Searched refs:MAX_LIGHTS (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c54 #define NUM_UNITS MAX2(MAX_TEXTURE_COORD_UNITS, MAX_LIGHTS)
1061 for (i = 0; i < MAX_LIGHTS; i++) in build_lighting()
1129 struct ureg lightprod_front[MAX_LIGHTS][3]; in build_lighting()
1130 struct ureg lightprod_back[MAX_LIGHTS][3]; in build_lighting()
1131 bool lightprod_front_is_state_light[MAX_LIGHTS][3]; in build_lighting()
1132 bool lightprod_back_is_state_light[MAX_LIGHTS][3]; in build_lighting()
1134 for (i = 0; i < MAX_LIGHTS; i++) { in build_lighting()
1159 for (i = 0; i < MAX_LIGHTS; i++) { in build_lighting()
1167 for (i = 0; i < MAX_LIGHTS; i++) { in build_lighting()
1175 for (i = 0; i < MAX_LIGHTS; i++) { in build_lighting()
Dconfig.h60 #define MAX_LIGHTS 8 macro
Dmtypes.h501 struct gl_light_uniforms LightSource[MAX_LIGHTS];
502 GLfloat LightSourceData[(sizeof(struct gl_light_uniforms) / 4) * MAX_LIGHTS];
505 struct gl_light Light[MAX_LIGHTS]; /**< Array of light sources */
3122 GLboolean Light[MAX_LIGHTS];
Dlight.c102 assert(lnum < MAX_LIGHTS); in do_light()
1255 for (i = 0; i < MAX_LIGHTS; i++) { in _mesa_init_lighting()
Dcontext.c436 consts->MaxLights = MAX_LIGHTS; in _mesa_init_constants()
/third_party/openGLES/extensions/SGIX/
DSGIX_fragment_specular_lighting.txt382 vertex and fragment lights to a number less than the sum of MAX_LIGHTS and
387 LIGHT0 through LIGHT<n> where <n> is equal to MAX_LIGHTS, followed by
507 MAX_ACTIVE_LIGHTS_SGIX GetIntegerv z+ MAX_LIGHTS
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_fragment_specular_lighting.txt382 vertex and fragment lights to a number less than the sum of MAX_LIGHTS and
387 LIGHT0 through LIGHT<n> where <n> is equal to MAX_LIGHTS, followed by
507 MAX_ACTIVE_LIGHTS_SGIX GetIntegerv z+ MAX_LIGHTS
/third_party/openGLES/extensions/NV/
DNV_texgen_emboss.txt187 or is greater than or equal to the value of MAX_LIGHTS.
319 negative or is greater than or equal to the value of MAX_LIGHTS.
DNV_vertex_program2_option.txt1270 <stateLightNumber> ::= <integer> /* [0,MAX_LIGHTS-1] */
DNV_fragment_program_option.txt1320 <stateLightNumber> ::= <integer> /* [0,MAX_LIGHTS-1] */
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_texgen_emboss.txt187 or is greater than or equal to the value of MAX_LIGHTS.
319 negative or is greater than or equal to the value of MAX_LIGHTS.
DNV_vertex_program2_option.txt1270 <stateLightNumber> ::= <integer> /* [0,MAX_LIGHTS-1] */
DNV_fragment_program_option.txt1320 <stateLightNumber> ::= <integer> /* [0,MAX_LIGHTS-1] */
/third_party/openGLES/extensions/EXT/
DEXT_fragment_lighting.txt513 vertex and fragment lights to a number less than the sum of MAX_LIGHTS and
518 LIGHT0 through LIGHT<n> where <n> is equal to MAX_LIGHTS, followed by
637 MAX_ACTIVE_LIGHTS_EXT GetIntegerv z+ MAX_LIGHTS
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_fragment_lighting.txt513 vertex and fragment lights to a number less than the sum of MAX_LIGHTS and
518 LIGHT0 through LIGHT<n> where <n> is equal to MAX_LIGHTS, followed by
637 MAX_ACTIVE_LIGHTS_EXT GetIntegerv z+ MAX_LIGHTS
/third_party/mesa3d/docs/relnotes/
D7.11.1.rst267 - mesa/get: Move MAX_LIGHTS from GL/ES2 to GL/ES1.
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c123 STATIC_ASSERT(ARRAY_SIZE(ctx->Light.LightSourceData) == 29 * MAX_LIGHTS); in fetch_state()
/third_party/openGLES/extensions/ARB/
DARB_fragment_program.txt1733 <stateLightNumber> ::= <integer> from 0 to MAX_LIGHTS-1
DARB_vertex_program.txt2519 <stateLightNumber> ::= <integer> from 0 to MAX_LIGHTS-1
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_fragment_program.txt1723 <stateLightNumber> ::= <integer> from 0 to MAX_LIGHTS-1
DARB_vertex_program.txt2509 <stateLightNumber> ::= <integer> from 0 to MAX_LIGHTS-1