Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h244 #define ALU_OP2_OR_INT 44 macro
Dr600_shader.c7482 alu.op = ALU_OP2_OR_INT; in do_vtx_fetch_inst()
11370 r = single_alu_op2(ctx, ALU_OP2_OR_INT, in emit_u64sge()
11513 r = single_alu_op2(ctx, ALU_OP2_OR_INT, in egcm_u64div()
11549 r = single_alu_op2(ctx, ALU_OP2_OR_INT, in egcm_u64div()
11629 r = single_alu_op2(ctx, ALU_OP2_OR_INT, in egcm_u64div()
11679 r = single_alu_op2(ctx, ALU_OP2_OR_INT, in egcm_u64div()
11741 alu.op = ALU_OP2_OR_INT; in egcm_u64sne()
11847 [TGSI_OPCODE_OR] = { ALU_OP2_OR_INT, tgsi_op2},
12044 [TGSI_OPCODE_OR] = { ALU_OP2_OR_INT, tgsi_op2},
12271 [TGSI_OPCODE_OR] = { ALU_OP2_OR_INT, tgsi_op2},
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp589 case ALU_OP2_OR_INT: r = cv0.i | cv1.i; break; in eval_const_op()
828 case ALU_OP2_OR_INT: in fold_alu_op2()
851 case ALU_OP2_OR_INT: in fold_alu_op2()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_ir_to_assembly.cpp1274 {op2_or_int, ALU_OP2_OR_INT},