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.c263 get_temp( struct svga_shader_emitter *emit ) in get_temp() function
373 temp = get_temp( emit ); in submit_op2()
433 temp0 = get_temp( emit ); in submit_op3()
440 temp1 = get_temp( emit ); in submit_op3()
509 temp0 = get_temp( emit ); in submit_op4()
516 temp3 = get_temp( emit ); in submit_op4()
563 tmp = get_temp( emit ); in submit_lrp()
785 SVGA3dShaderDestToken tmp = get_temp( emit ); in emit_fake_arl()
817 SVGA3dShaderDestToken tmp = get_temp( emit ); in emit_if()
858 SVGA3dShaderDestToken temp = get_temp( emit ); in emit_floor()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_fp.c160 static struct prog_dst_register get_temp( struct brw_wm_compile *c ) in get_temp() function
289 struct prog_dst_register pixel_xy = get_temp(c); in get_pixel_xy()
315 struct prog_dst_register delta_xy = get_temp(c); in get_delta_xy()
346 struct prog_dst_register pixel_w = get_temp(c); in get_pixel_w()
562 struct prog_dst_register temp = get_temp(c); in precalc_dst()
675 unswizzled_tmp = get_temp(c); in precalc_tex()
684 struct prog_dst_register tmp0 = get_temp(c); in precalc_tex()
686 struct prog_dst_register tmp1 = get_temp(c); in precalc_tex()
691 tmpcoord = get_temp(c); in precalc_tex()
747 tmpcoord = get_temp(c); in precalc_tex()
[all …]
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c379 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()
[all …]
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp239 src_reg get_temp(const glsl_type *type);
522 tmp = get_temp(glsl_type::vec4_type); in emit_scs()
639 ir_to_mesa_visitor::get_temp(const glsl_type *type) in get_temp() function in ir_to_mesa_visitor
864 this->result = get_temp(ir->type); in try_emit_mad()
904 this->result = get_temp(ir->type); in try_emit_mad_for_and_not()
945 this->result = get_temp(ir->type); in try_emit_sat()
964 src_reg temp = get_temp(glsl_type::vec4_type); in reladdr_to_temp()
1077 const src_reg result_src = get_temp(ir->type); in emit_swz()
1152 result_src = get_temp(ir->type); in visit()
1266 src_reg temp = get_temp(glsl_type::vec4_type); in visit()
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp318 st_src_reg get_temp(const glsl_type *type);
807 tmp = get_temp(glsl_type::vec4_type); in emit_scs()
983 glsl_to_tgsi_visitor::get_temp(const glsl_type *type) in get_temp() function in glsl_to_tgsi_visitor
1219 this->result = get_temp(ir->type); in try_emit_mad()
1261 this->result = get_temp(ir->type); in try_emit_mad_for_and_not()
1302 this->result = get_temp(ir->type); in try_emit_sat()
1323 st_src_reg temp = get_temp(glsl_type::vec4_type); in reladdr_to_temp()
1392 result_src = get_temp(ir->type); in visit()
1477 st_src_reg temp = get_temp(glsl_type::vec4_type); in visit()
1540 st_src_reg temp = get_temp(native_integers ? in visit()
[all …]