Home
last modified time | relevance | path

Searched refs:_ClampVertexColor (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c221 st->ctx->Light._ClampVertexColor && in st_update_vp()
276 st->ctx->Light._ClampVertexColor && in st_update_common_program()
Dst_atom_rasterizer.c108 ctx->Light._ClampVertexColor; in st_update_rasterizer()
/third_party/mesa3d/src/mesa/main/
Dblend.c1159 ctx->Light._ClampVertexColor = in _mesa_update_clamp_vertex_color()
Dlight.c1273 ctx->Light._ClampVertexColor = ctx->API == API_OPENGL_COMPAT; in _mesa_init_lighting()
Dmtypes.h524 GLboolean _ClampVertexColor; member
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c567 if(ctx->Light._ClampVertexColor && in fetch_state()