Searched refs:ALU_OP2_ADD_INT (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_isa.h | 242 #define ALU_OP2_ADD_INT 47 macro
|
D | r600_shader.c | 1210 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/ |
D | sb_expr.cpp | 564 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/ |
D | sfn_ir_to_assembly.cpp | 1273 {op2_add_int, ALU_OP2_ADD_INT},
|