Searched refs:STATE_DIFFUSE (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/mesa/program/ |
D | prog_statevars.h | 153 STATE_DIFFUSE, enumerator
|
D | prog_statevars.c | 1060 case STATE_DIFFUSE: in append_token()
|
D | program_parse.y | 1371 $$ = STATE_DIFFUSE;
|
/third_party/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 838 case STATE_DIFFUSE: in material_attrib() 909 struct ureg material_diffuse = get_material(p, side, STATE_DIFFUSE); in get_scenecolor() 1122 lightprod_front[i][1] = get_lightprod(p, i, 0, STATE_DIFFUSE); in build_lighting() 1124 lightprod_back[i][1] = get_lightprod(p, i, 1, STATE_DIFFUSE); in build_lighting()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_variables.cpp | 94 {"diffuse", {STATE_LIGHT, 0, STATE_DIFFUSE}, SWIZZLE_XYZW},
|