Searched refs:get_temp (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 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() [all …]
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 286 get_temp( struct svga_shader_emitter *emit ) in get_temp() function 548 temp = get_temp( emit ); in submit_op2() 612 temp0 = get_temp( emit ); in submit_op3() 619 temp1 = get_temp( emit ); in submit_op3() 691 temp0 = get_temp( emit ); in submit_op4() 698 temp3 = get_temp( emit ); in submit_op4() 1035 SVGA3dShaderDestToken tmp = get_temp( emit ); in emit_fake_arl() 1068 SVGA3dShaderDestToken tmp = get_temp( emit ); in emit_if() 1116 SVGA3dShaderDestToken temp = get_temp( emit ); in emit_floor() 1145 SVGA3dShaderDestToken temp = get_temp(emit); in emit_ceil() [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atifs_to_tgsi.c | 80 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() 231 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()
|
D | st_glsl_to_tgsi.cpp | 255 st_src_reg get_temp(const glsl_type *type); 597 addr = get_temp(glsl_type::uint_type); in emit_asm() 1086 glsl_to_tgsi_visitor::get_temp(const glsl_type *type) in get_temp() function in glsl_to_tgsi_visitor 1171 dst = st_dst_reg(get_temp(ir->type)); in visit() 1287 this->result = get_temp(ir->type); in try_emit_mad() 1330 this->result = get_temp(ir->type); in try_emit_mad_for_and_not() 1349 st_src_reg temp = get_temp(glsl_type::get_instance(reg->type, 4, 1)); in reladdr_to_temp() 1448 result_src = get_temp(ir->type); in visit_expression() 1559 st_src_reg temp = get_temp(glsl_type::vec4_type); in visit_expression() 1612 st_src_reg temp = get_temp(native_integers ? in visit_expression() [all …]
|
/external/mesa3d/src/mesa/program/ |
D | ir_to_mesa.cpp | 227 src_reg get_temp(const glsl_type *type); 515 ir_to_mesa_visitor::get_temp(const glsl_type *type) in get_temp() function in ir_to_mesa_visitor 687 this->result = get_temp(ir->type); in try_emit_mad() 727 this->result = get_temp(ir->type); in try_emit_mad_for_and_not() 743 src_reg temp = get_temp(glsl_type::vec4_type); in reladdr_to_temp() 856 const src_reg result_src = get_temp(ir->type); in emit_swz() 877 src_reg abs_difference = get_temp(glsl_type::vec4_type); in emit_equality_comparison() 895 difference = get_temp(glsl_type::vec4_type); in emit_equality_comparison() 968 result_src = get_temp(ir->type); in visit() 1069 src_reg temp = get_temp(glsl_type::vec4_type); in visit() [all …]
|