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.c7486 alu.op = ALU_OP2_OR_INT; in do_vtx_fetch_inst()
11398 r = single_alu_op2(ctx, ALU_OP2_OR_INT, in emit_u64sge()
11541 r = single_alu_op2(ctx, ALU_OP2_OR_INT, in egcm_u64div()
11577 r = single_alu_op2(ctx, ALU_OP2_OR_INT, in egcm_u64div()
11657 r = single_alu_op2(ctx, ALU_OP2_OR_INT, in egcm_u64div()
11707 r = single_alu_op2(ctx, ALU_OP2_OR_INT, in egcm_u64div()
11769 alu.op = ALU_OP2_OR_INT; in egcm_u64sne()
11875 [TGSI_OPCODE_OR] = { ALU_OP2_OR_INT, tgsi_op2},
12072 [TGSI_OPCODE_OR] = { ALU_OP2_OR_INT, tgsi_op2},
12299 [TGSI_OPCODE_OR] = { ALU_OP2_OR_INT, tgsi_op2},
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp582 case ALU_OP2_OR_INT: r = cv0.i | cv1.i; break; in eval_const_op()
821 case ALU_OP2_OR_INT: in fold_alu_op2()
844 case ALU_OP2_OR_INT: in fold_alu_op2()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp1263 {op2_or_int, ALU_OP2_OR_INT},