Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h245 #define ALU_OP2_XOR_INT 45 macro
Dr600_shader.c5952 alu.op = ALU_OP2_XOR_INT; in tgsi_divmod()
11877 [TGSI_OPCODE_XOR] = { ALU_OP2_XOR_INT, tgsi_op2},
12074 [TGSI_OPCODE_XOR] = { ALU_OP2_XOR_INT, tgsi_op2},
12301 [TGSI_OPCODE_XOR] = { ALU_OP2_XOR_INT, tgsi_op2},
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_expr.cpp584 case ALU_OP2_XOR_INT: r = cv0.i ^ cv1.i; break; in eval_const_op()
822 case ALU_OP2_XOR_INT: in fold_alu_op2()
846 case ALU_OP2_XOR_INT: in fold_alu_op2()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp1264 {op2_xor_int, ALU_OP2_XOR_INT},