Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c150 st->ctx->Light._ClampVertexColor; in update_vp()
Dst_atom_rasterizer.c98 ctx->Light._ClampVertexColor; in update_raster_state()
/external/mesa3d/src/mesa/main/
Dstate.c331 ctx->Light._ClampVertexColor = in update_clamp_vertex_color()
334 ctx->Light._ClampVertexColor = ctx->Light.ClampVertexColor; in update_clamp_vertex_color()
Dmtypes.h949 GLboolean _ClampVertexColor; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs.c410 key.clamp_vertex_color = ctx->Light._ClampVertexColor; in brw_upload_vs_prog()
/external/mesa3d/src/mesa/program/
Dprog_statevars.c412 if(ctx->Light._ClampVertexColor && in _mesa_fetch_state()