Lines Matching refs:get_temp
379 static struct ureg get_temp( struct tnl_program *p ) in get_temp() function
397 struct ureg temp = get_temp( p ); in reserve_temp()
642 struct ureg temp = get_temp(p); in make_temp()
677 tmp = get_temp(p); in emit_transpose_matrix_transform_vec4()
710 struct ureg tmp = get_temp(p); in emit_normalize_vec3()
936 struct ureg tmp = get_temp(p); in get_lightprod()
959 struct ureg spot = get_temp(p); in calculate_light_attenuation()
960 struct ureg slt = get_temp(p); in calculate_light_attenuation()
962 att = get_temp(p); in calculate_light_attenuation()
979 att = get_temp(p); in calculate_light_attenuation()
1039 struct ureg lit = get_temp(p); in build_lighting()
1040 struct ureg dots = get_temp(p); in build_lighting()
1133 VPpli = get_temp(p); in build_lighting()
1134 dist = get_temp(p); in build_lighting()
1158 half = get_temp(p); in build_lighting()
1166 half = get_temp(p); in build_lighting()
1351 struct ureg tmp = get_temp(p); in build_reflect_texgen()
1370 struct ureg tmp = get_temp(p); in build_sphere_texgen()
1372 struct ureg r = get_temp(p); in build_sphere_texgen()
1373 struct ureg inv_m = get_temp(p); in build_sphere_texgen()
1434 out_texgen = get_temp(p); in build_texture_transform()
1533 struct ureg ut = get_temp(p); in build_atten_pointsize()