Searched refs:get_lightprod (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 916 static struct ureg get_lightprod( struct tnl_program *p, GLuint light, in get_lightprod() function 1174 struct ureg ambient = get_lightprod(p, i, 0, STATE_AMBIENT); in build_lighting() 1175 struct ureg diffuse = get_lightprod(p, i, 0, STATE_DIFFUSE); in build_lighting() 1176 struct ureg specular = get_lightprod(p, i, 0, STATE_SPECULAR); in build_lighting() 1229 struct ureg ambient = get_lightprod(p, i, 1, STATE_AMBIENT); in build_lighting() 1230 struct ureg diffuse = get_lightprod(p, i, 1, STATE_DIFFUSE); in build_lighting() 1231 struct ureg specular = get_lightprod(p, i, 1, STATE_SPECULAR); in build_lighting()
|