Home
last modified time | relevance | path

Searched refs:get_temp (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dffvertex_prog.c385 static struct ureg get_temp( struct tnl_program *p ) in get_temp() function
403 struct ureg temp = get_temp( p ); in reserve_temp()
638 struct ureg temp = get_temp(p); in make_temp()
673 tmp = get_temp(p); in emit_transpose_matrix_transform_vec4()
702 struct ureg tmp = get_temp(p); in emit_normalize_vec3()
961 struct ureg spot = get_temp(p); in calculate_light_attenuation()
962 struct ureg slt = get_temp(p); in calculate_light_attenuation()
965 att = get_temp(p); in calculate_light_attenuation()
983 att = get_temp(p); in calculate_light_attenuation()
1047 struct ureg lit = get_temp( in build_lighting()
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_insn.c284 get_temp( struct svga_shader_emitter *emit ) in get_temp() function
546 temp = get_temp( emit ); in submit_op2()
610 temp0 = get_temp( emit ); in submit_op3()
617 temp1 = get_temp( emit ); in submit_op3()
689 temp0 = get_temp( emit ); in submit_op4()
696 temp3 = get_temp( emit ); in submit_op4()
1033 SVGA3dShaderDestToken tmp = get_temp( emit ); in emit_fake_arl()
1066 SVGA3dShaderDestToken tmp = get_temp( emit ); in emit_if()
1114 SVGA3dShaderDestToken temp = get_temp( emit ); in emit_floor()
1143 SVGA3dShaderDestToken temp = get_temp(emi in emit_ceil()
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atifs_to_nir.c75 get_temp(struct st_translate *t, unsigned index) in get_temp() function
150 return get_temp(t, src_type - GL_REG_0_ATI); in get_source()
419 get_temp(t, dstreg)); in compile_instruction()

Completed in 6 milliseconds