Searched refs:MAX_LIGHTS (Results 1 – 21 of 21) sorted by relevance
54 #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()
60 #define MAX_LIGHTS 8 macro
501 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];
102 assert(lnum < MAX_LIGHTS); in do_light()1255 for (i = 0; i < MAX_LIGHTS; i++) { in _mesa_init_lighting()
436 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] */
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.
123 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