Home
last modified time | relevance | path

Searched refs:ALU_OP2_ADD_INT (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h242 #define ALU_OP2_ADD_INT 47 macro
Dr600_shader.c1210 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in tgsi_declaration()
1818 alu.op = ALU_OP2_ADD_INT; in tgsi_fetch_rel_const()
1936 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in fetch_gs_input()
2117 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in r600_get_byte_address()
2142 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in do_lds_fetch_values()
2873 alu.op = ALU_OP2_ADD_INT; in emit_inc_ring_offset()
3059 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in emit_lds_vs_writes()
3067 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in emit_lds_vs_writes()
3125 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in r600_store_tcs_output()
3196 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in r600_tess_factor_read()
[all …]
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp564 case ALU_OP2_ADD_INT: r = cv0.i + cv1.i; break; in eval_const_op()
826 case ALU_OP2_ADD_INT: in fold_alu_op2()
846 case ALU_OP2_ADD_INT: in fold_alu_op2()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp1273 {op2_add_int, ALU_OP2_ADD_INT},