Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dffvertex_prog.c437 #define register_param3(p,s0,s1,s2) register_param5(p,s0,s1,s2,0,0) macro
454 return register_param3( p, STATE_INTERNAL, STATE_CURRENT_ATTRIB, input ); in register_input()
880 return register_param3( p, STATE_MATERIAL, side, property ); in get_material()
922 register_param3(p, STATE_LIGHT, light, property); in get_lightprod()
938 struct ureg attenuation = register_param3(p, STATE_LIGHT, i, in calculate_light_attenuation()
945 struct ureg spot_dir_norm = register_param3(p, STATE_INTERNAL, in calculate_light_attenuation()
1115 VPpli = register_param3(p, STATE_INTERNAL, in build_lighting()
1118 struct ureg Ppli = register_param3(p, STATE_INTERNAL, in build_lighting()
1151 half = register_param3(p, STATE_INTERNAL, in build_lighting()
1439 register_param3(p, STATE_TEXGEN, i, in build_texture_transform()
[all …]