Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c287 get_temp( struct svga_shader_emitter *emit ) in get_temp() function
549 temp = get_temp( emit ); in submit_op2()
613 temp0 = get_temp( emit ); in submit_op3()
620 temp1 = get_temp( emit ); in submit_op3()
692 temp0 = get_temp( emit ); in submit_op4()
699 temp3 = get_temp( emit ); in submit_op4()
1036 SVGA3dShaderDestToken tmp = get_temp( emit ); in emit_fake_arl()
1069 SVGA3dShaderDestToken tmp = get_temp( emit ); in emit_if()
1117 SVGA3dShaderDestToken temp = get_temp( emit ); in emit_floor()
1146 SVGA3dShaderDestToken temp = get_temp(emit); in emit_ceil()
[all …]
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c378 static struct ureg get_temp( struct tnl_program *p ) in get_temp() function
396 struct ureg temp = get_temp( p ); in reserve_temp()
635 struct ureg temp = get_temp(p); in make_temp()
670 tmp = get_temp(p); in emit_transpose_matrix_transform_vec4()
699 struct ureg tmp = get_temp(p); in emit_normalize_vec3()
924 struct ureg tmp = get_temp(p); in get_lightprod()
947 struct ureg spot = get_temp(p); in calculate_light_attenuation()
948 struct ureg slt = get_temp(p); in calculate_light_attenuation()
950 att = get_temp(p); in calculate_light_attenuation()
968 att = get_temp(p); in calculate_light_attenuation()
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_tgsi.c80 get_temp(struct st_translate *t, unsigned index) in get_temp() function
103 tmp[0] = get_temp(t, MAX_NUM_FRAGMENT_REGISTERS_ATI); in apply_swizzle()
104 tmp[1] = get_temp(t, MAX_NUM_FRAGMENT_REGISTERS_ATI + 1); in apply_swizzle()
130 return ureg_src(get_temp(t, src_type - GL_REG_0_ATI)); in get_source()
155 struct ureg_dst arg = get_temp(t, MAX_NUM_FRAGMENT_REGISTERS_ATI + argId); in prepare_argument()
217 tmp[0] = get_temp(t, MAX_NUM_FRAGMENT_REGISTERS_ATI + 2); /* re-purpose a3 */ in emit_special_inst()
232 tmp[0] = get_temp(t, MAX_NUM_FRAGMENT_REGISTERS_ATI); /* re-purpose a1 */ in emit_special_inst()
311 dst[0] = get_temp(t, r); in compile_setupinst()
378 dst[0] = get_temp(t, dstreg); in compile_instruction()
Dst_glsl_to_tgsi.cpp440 st_src_reg get_temp(const glsl_type *type);
801 addr = get_temp(glsl_type::uint_type); in emit_asm()
1237 glsl_to_tgsi_visitor::get_temp(const glsl_type *type) in get_temp() function in glsl_to_tgsi_visitor
1326 dst = st_dst_reg(get_temp(ir->type)); in visit()
1438 this->result = get_temp(ir->type); in try_emit_mad()
1480 this->result = get_temp(ir->type); in try_emit_mad_for_and_not()
1497 …st_src_reg temp = get_temp(reg->type == GLSL_TYPE_DOUBLE ? glsl_type::dvec4_type : glsl_type::vec4… in reladdr_to_temp()
1573 result_src = get_temp(ir->type); in visit_expression()
1674 st_src_reg temp = get_temp(glsl_type::vec4_type); in visit_expression()
1744 st_src_reg temp = get_temp(native_integers ? in visit_expression()
[all …]
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp226 src_reg get_temp(const glsl_type *type);
570 ir_to_mesa_visitor::get_temp(const glsl_type *type) in get_temp() function in ir_to_mesa_visitor
747 this->result = get_temp(ir->type); in try_emit_mad()
787 this->result = get_temp(ir->type); in try_emit_mad_for_and_not()
803 src_reg temp = get_temp(glsl_type::vec4_type); in reladdr_to_temp()
916 const src_reg result_src = get_temp(ir->type); in emit_swz()
937 src_reg abs_difference = get_temp(glsl_type::vec4_type); in emit_equality_comparison()
955 difference = get_temp(glsl_type::vec4_type); in emit_equality_comparison()
1028 result_src = get_temp(ir->type); in visit()
1152 src_reg temp = get_temp(glsl_type::vec4_type); in visit()
[all …]