• Home
  • Raw
  • Download

Lines Matching refs:SpvOpUndef

31                                                              SpvOpUndef)  in setupIntrinsics()
67 SpvOpSMod, SpvOpUMod, SpvOpUndef); in setupIntrinsics()
72 SpvOpUndef, SpvOpUndef, SpvOpUndef); in setupIntrinsics()
98 SpvOpUndef, SpvOpUndef, SpvOpUndef); in setupIntrinsics()
100 SpvOpUndef, SpvOpUndef, SpvOpUndef); in setupIntrinsics()
102 SpvOpUndef, SpvOpUndef, SpvOpUndef); in setupIntrinsics()
107 fIntrinsicMap[String("any")] = std::make_tuple(kSPIRV_IntrinsicKind, SpvOpUndef, in setupIntrinsics()
108 SpvOpUndef, SpvOpUndef, SpvOpAny); in setupIntrinsics()
109 fIntrinsicMap[String("all")] = std::make_tuple(kSPIRV_IntrinsicKind, SpvOpUndef, in setupIntrinsics()
110 SpvOpUndef, SpvOpUndef, SpvOpAll); in setupIntrinsics()
120 SpvOpFOrdLessThan, SpvOpUndef); in setupIntrinsics()
125 SpvOpUndef); in setupIntrinsics()
130 SpvOpUndef); in setupIntrinsics()
135 SpvOpUndef); in setupIntrinsics()
184 case SpvOpUndef: in opcode_text()
777 ASSERT(opCode != SpvOpUndef); in writeOpCode()
2221 SpvOpUGreaterThan, SpvOpUndef, out); in writeBinaryExpression()
2225 SpvOpSLessThan, SpvOpULessThan, SpvOpUndef, out); in writeBinaryExpression()
2230 SpvOpUGreaterThanEqual, SpvOpUndef, out); in writeBinaryExpression()
2235 SpvOpULessThanEqual, SpvOpUndef, out); in writeBinaryExpression()
2238 SpvOpIAdd, SpvOpIAdd, SpvOpUndef, out); in writeBinaryExpression()
2241 SpvOpISub, SpvOpISub, SpvOpUndef, out); in writeBinaryExpression()
2252 SpvOpIMul, SpvOpIMul, SpvOpUndef, out); in writeBinaryExpression()
2255 SpvOpSDiv, SpvOpUDiv, SpvOpUndef, out); in writeBinaryExpression()
2258 SpvOpSMod, SpvOpUMod, SpvOpUndef, out); in writeBinaryExpression()
2260 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpUndef, in writeBinaryExpression()
2262 SpvOpUndef, out); in writeBinaryExpression()
2264 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpUndef, in writeBinaryExpression()
2266 SpvOpUndef, out); in writeBinaryExpression()
2268 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpUndef, in writeBinaryExpression()
2269 SpvOpBitwiseAnd, SpvOpBitwiseAnd, SpvOpUndef, out); in writeBinaryExpression()
2271 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpUndef, in writeBinaryExpression()
2272 SpvOpBitwiseOr, SpvOpBitwiseOr, SpvOpUndef, out); in writeBinaryExpression()
2274 return this->writeBinaryOperation(resultType, *operandType, lhs, rhs, SpvOpUndef, in writeBinaryExpression()
2275 SpvOpBitwiseXor, SpvOpBitwiseXor, SpvOpUndef, out); in writeBinaryExpression()
2278 SpvOpIAdd, SpvOpIAdd, SpvOpUndef, out); in writeBinaryExpression()
2285 SpvOpISub, SpvOpISub, SpvOpUndef, out); in writeBinaryExpression()
2302 SpvOpIMul, SpvOpIMul, SpvOpUndef, out); in writeBinaryExpression()
2309 SpvOpSDiv, SpvOpUDiv, SpvOpUndef, out); in writeBinaryExpression()
2316 SpvOpSMod, SpvOpUMod, SpvOpUndef, out); in writeBinaryExpression()
2323 SpvOpUndef, SpvOpShiftLeftLogical, in writeBinaryExpression()
2324 SpvOpShiftLeftLogical, SpvOpUndef, out); in writeBinaryExpression()
2331 SpvOpUndef, SpvOpShiftRightArithmetic, in writeBinaryExpression()
2332 SpvOpShiftRightLogical, SpvOpUndef, out); in writeBinaryExpression()
2339 SpvOpUndef, SpvOpBitwiseAnd, SpvOpBitwiseAnd, in writeBinaryExpression()
2340 SpvOpUndef, out); in writeBinaryExpression()
2347 SpvOpUndef, SpvOpBitwiseOr, SpvOpBitwiseOr, in writeBinaryExpression()
2348 SpvOpUndef, out); in writeBinaryExpression()
2355 SpvOpUndef, SpvOpBitwiseXor, SpvOpBitwiseXor, in writeBinaryExpression()
2356 SpvOpUndef, out); in writeBinaryExpression()
2473 SpvOpFAdd, SpvOpIAdd, SpvOpIAdd, SpvOpUndef, in writePrefixExpression()
2482 SpvOpFSub, SpvOpISub, SpvOpISub, SpvOpUndef, in writePrefixExpression()
2512 SpvOpIAdd, SpvOpIAdd, SpvOpUndef, out); in writePostfixExpression()
2518 SpvOpISub, SpvOpISub, SpvOpUndef, out); in writePostfixExpression()