Home
last modified time | relevance | path

Searched refs:LightSourceData (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c123 STATIC_ASSERT(ARRAY_SIZE(ctx->Light.LightSourceData) == 29 * MAX_LIGHTS); in fetch_state()
126 assert(state[1] + state[2] <= ARRAY_SIZE(ctx->Light.LightSourceData)); in fetch_state()
127 memcpy(value, &ctx->Light.LightSourceData[state[1]], in fetch_state()
/third_party/mesa3d/src/mesa/main/
Dmtypes.h502 GLfloat LightSourceData[(sizeof(struct gl_light_uniforms) / 4) * MAX_LIGHTS]; member