Searched refs:ALU_OP2_ADD_INT (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 1010 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in tgsi_declaration() 1420 alu.op = ALU_OP2_ADD_INT; in tgsi_fetch_rel_const() 1538 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in fetch_gs_input() 1719 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in r600_get_byte_address() 1739 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in do_lds_fetch_values() 2450 alu.op = ALU_OP2_ADD_INT; in emit_inc_ring_offset() 2633 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in emit_lds_vs_writes() 2641 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in emit_lds_vs_writes() 2699 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in r600_store_tcs_output() 2769 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 | 555 case ALU_OP2_ADD_INT: r = cv0.i + cv1.i; break; in eval_const_op() 815 case ALU_OP2_ADD_INT: in fold_alu_op2() 835 case ALU_OP2_ADD_INT: in fold_alu_op2()
|