Lines Matching refs:get_temp
372 static struct ureg get_temp( struct tnl_program *p ) in get_temp() function
390 struct ureg temp = get_temp( p ); in reserve_temp()
629 struct ureg temp = get_temp(p); in make_temp()
664 tmp = get_temp(p); in emit_transpose_matrix_transform_vec4()
693 struct ureg tmp = get_temp(p); in emit_normalize_vec3()
919 struct ureg tmp = get_temp(p); in get_lightprod()
942 struct ureg spot = get_temp(p); in calculate_light_attenuation()
943 struct ureg slt = get_temp(p); in calculate_light_attenuation()
945 att = get_temp(p); in calculate_light_attenuation()
963 att = get_temp(p); in calculate_light_attenuation()
1023 struct ureg lit = get_temp(p); in build_lighting()
1024 struct ureg dots = get_temp(p); in build_lighting()
1117 VPpli = get_temp(p); in build_lighting()
1118 dist = get_temp(p); in build_lighting()
1142 half = get_temp(p); in build_lighting()
1150 half = get_temp(p); in build_lighting()
1301 struct ureg tmp = get_temp(p); in build_fog()
1335 struct ureg tmp = get_temp(p); in build_reflect_texgen()
1354 struct ureg tmp = get_temp(p); in build_sphere_texgen()
1356 struct ureg r = get_temp(p); in build_sphere_texgen()
1357 struct ureg inv_m = get_temp(p); in build_sphere_texgen()
1418 out_texgen = get_temp(p); in build_texture_transform()
1517 struct ureg ut = get_temp(p); in build_atten_pointsize()