Searched refs:ALU_OP1_NOT_INT (Results 1 – 4 of 4) sorted by relevance
246 #define ALU_OP1_NOT_INT 46 macro
11870 [TGSI_OPCODE_NOT] = { ALU_OP1_NOT_INT, tgsi_op2},12067 [TGSI_OPCODE_NOT] = { ALU_OP1_NOT_INT, tgsi_op2},12294 [TGSI_OPCODE_NOT] = { ALU_OP1_NOT_INT, tgsi_op2},
439 case ALU_OP1_NOT_INT: dv = ~cv.i; break; in fold_alu_op1()
1265 {op1_not_int, ALU_OP1_NOT_INT},