Searched refs:ALU_OP2_ADD_INT (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 1229 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in tgsi_declaration() 1834 alu.op = ALU_OP2_ADD_INT; in tgsi_fetch_rel_const() 1952 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in fetch_gs_input() 2133 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in r600_get_byte_address() 2158 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in do_lds_fetch_values() 2889 alu.op = ALU_OP2_ADD_INT; in emit_inc_ring_offset() 3075 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in emit_lds_vs_writes() 3083 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in emit_lds_vs_writes() 3141 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in r600_store_tcs_output() 3212 r = single_alu_op2(ctx, ALU_OP2_ADD_INT, in r600_tess_factor_read() [all …]
|
D | r600_isa.h | 247 #define ALU_OP2_ADD_INT 47 macro
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_expr.cpp | 557 case ALU_OP2_ADD_INT: r = cv0.i + cv1.i; break; in eval_const_op() 819 case ALU_OP2_ADD_INT: in fold_alu_op2() 839 case ALU_OP2_ADD_INT: in fold_alu_op2()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_assembler.cpp | 1266 {op2_add_int, ALU_OP2_ADD_INT},
|