Searched refs:MAX_LIGHTS (Results 1 – 22 of 22) sorted by relevance
60 #define MAX_LIGHTS 8 macro
52 #define NUM_UNITS MAX2(MAX_TEXTURE_COORD_UNITS, MAX_LIGHTS)1045 for (i = 0; i < MAX_LIGHTS; i++) in build_lighting()1113 struct ureg lightprod_front[MAX_LIGHTS][3]; in build_lighting()1114 struct ureg lightprod_back[MAX_LIGHTS][3]; in build_lighting()1116 for (i = 0; i < MAX_LIGHTS; i++) { in build_lighting()1135 for (i = 0; i < MAX_LIGHTS; i++) { in build_lighting()1143 for (i = 0; i < MAX_LIGHTS; i++) { in build_lighting()1148 for (i = 0; i < MAX_LIGHTS; i++) { in build_lighting()
586 struct gl_light_uniforms LightSource[MAX_LIGHTS];587 GLfloat LightSourceData[(sizeof(struct gl_light_uniforms) / 4) * MAX_LIGHTS];590 struct gl_light Light[MAX_LIGHTS]; /**< Array of light sources */5043 GLboolean Light[MAX_LIGHTS];
104 assert(lnum < MAX_LIGHTS); in _mesa_light()1282 for (i = 0; i < MAX_LIGHTS; i++) { in _mesa_init_lighting()
492 consts->MaxLights = MAX_LIGHTS; in _mesa_init_constants()
382 vertex and fragment lights to a number less than the sum of MAX_LIGHTS and387 LIGHT0 through LIGHT<n> where <n> is equal to MAX_LIGHTS, followed by507 MAX_ACTIVE_LIGHTS_SGIX GetIntegerv z+ MAX_LIGHTS
187 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.
1270 <stateLightNumber> ::= <integer> /* [0,MAX_LIGHTS-1] */
1320 <stateLightNumber> ::= <integer> /* [0,MAX_LIGHTS-1] */
185 for (i = 0; i < MAX_LIGHTS; i++) in nv10_emit_light_enable()
513 vertex and fragment lights to a number less than the sum of MAX_LIGHTS and518 LIGHT0 through LIGHT<n> where <n> is equal to MAX_LIGHTS, followed by637 MAX_ACTIVE_LIGHTS_EXT GetIntegerv z+ MAX_LIGHTS
267 - mesa/get: Move MAX_LIGHTS from GL/ES2 to GL/ES1.
124 STATIC_ASSERT(ARRAY_SIZE(ctx->Light.LightSourceData) == 29 * MAX_LIGHTS); in fetch_state()
1733 <stateLightNumber> ::= <integer> from 0 to MAX_LIGHTS-1
2519 <stateLightNumber> ::= <integer> from 0 to MAX_LIGHTS-1
1723 <stateLightNumber> ::= <integer> from 0 to MAX_LIGHTS-1
2509 <stateLightNumber> ::= <integer> from 0 to MAX_LIGHTS-1