Searched refs:_EnabledLights (Results 1 – 12 of 12) sorted by relevance
688 GLbitfield mask = ctx->Light._EnabledLights; in _mesa_update_material()699 GLbitfield mask = ctx->Light._EnabledLights; in _mesa_update_material()724 GLbitfield mask = ctx->Light._EnabledLights; in _mesa_update_material()735 GLbitfield mask = ctx->Light._EnabledLights; in _mesa_update_material()747 GLbitfield mask = ctx->Light._EnabledLights; in _mesa_update_material()758 GLbitfield mask = ctx->Light._EnabledLights; in _mesa_update_material()964 GLbitfield mask = ctx->Light._EnabledLights; in _mesa_update_lighting()1042 GLbitfield mask = ctx->Light._EnabledLights; in compute_light_positions()1281 ctx->Light._EnabledLights = 0; in _mesa_init_lighting()
563 ctx->Light._EnabledLights |= 1u << (cap - GL_LIGHT0); in _mesa_set_enable()566 ctx->Light._EnabledLights &= ~(1u << (cap - GL_LIGHT0)); in _mesa_set_enable()
156 mask = ctx->Light._EnabledLights; in shade_rastpos()
189 mask = ctx->Light._EnabledLights; in make_state_key()
616 GLbitfield _EnabledLights; /**< bitmask containing enabled lights */ member
267 mask = ctx->Light._EnabledLights; in nv20_emit_material_ambient()292 mask = ctx->Light._EnabledLights; in nv20_emit_material_diffuse()313 mask = ctx->Light._EnabledLights; in nv20_emit_material_specular()
350 mask = ctx->Light._EnabledLights; in nv10_emit_material_ambient()374 mask = ctx->Light._EnabledLights; in nv10_emit_material_diffuse()394 mask = ctx->Light._EnabledLights; in nv10_emit_material_specular()
192 mask = ctx->Light._EnabledLights; in nouveau_enable()
109 mask = ctx->Light._EnabledLights; in TAG()289 mask = ctx->Light._EnabledLights; in TAG()429 &ctx->Light.Light[ffs(ctx->Light._EnabledLights) - 1]; in TAG()584 mask = ctx->Light._EnabledLights; in TAG()
402 if (util_is_power_of_two_or_zero(ctx->Light._EnabledLights)) in validate_lighting()
894 GLbitfield mask = ctx->Light._EnabledLights; in update_light()
1117 GLbitfield mask = ctx->Light._EnabledLights; in update_light()