Searched refs:ALU_OP2_ADD_INT (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 1024 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in tgsi_declaration() 1500 alu.op = ALU_OP2_ADD_INT; in tgsi_fetch_rel_const() 1618 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in fetch_gs_input() 1799 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in r600_get_byte_address() 1824 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in do_lds_fetch_values() 2555 alu.op = ALU_OP2_ADD_INT; in emit_inc_ring_offset() 2740 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in emit_lds_vs_writes() 2748 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in emit_lds_vs_writes() 2806 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in r600_store_tcs_output() 2877 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in r600_tess_factor_read() [all …]
|
D | r600_isa.h | 241 #define ALU_OP2_ADD_INT 47 macro
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_expr.cpp | 563 case ALU_OP2_ADD_INT: r = cv0.i + cv1.i; break; in eval_const_op() 825 case ALU_OP2_ADD_INT: in fold_alu_op2() 845 case ALU_OP2_ADD_INT: in fold_alu_op2()
|