Home
last modified time | relevance | path

Searched refs:LOGICALXOR (Results 1 – 15 of 15) sorted by relevance

/external/skia/src/sksl/
DSkSLLexer.h152 #undef LOGICALXOR
153 LOGICALXOR, enumerator
DSkSLUtil.cpp68 case Token::LOGICALXOREQ: return Token::LOGICALXOR; in remove_assignment()
DSkSLGLSLCodeGenerator.cpp890 case Token::LOGICALXOR: return GLSLCodeGenerator::kLogicalXor_Precedence; in writeFunctionCall()
DSkSLIRGenerator.cpp1214 case Token::LOGICALXOR: // fall through in determine_binary_type()
1395 case Token::LOGICALXOR: result = leftVal ^ rightVal; break; in constantFold()
DSkSLMetalCodeGenerator.cpp619 case Token::LOGICALXOR: return MetalCodeGenerator::kLogicalXor_Precedence; in GetBinaryPrecedence()
DSkSLCompiler.cpp1482 case Token::LOGICALXOR: return "^^"; in OperatorName()
DSkSLParser.cpp1592 while (this->checkNext(Token::LOGICALXOR, &t)) { in logicalXorExpression()
/external/skqp/src/sksl/
DSkSLLexer.h156 #undef LOGICALXOR
157 LOGICALXOR, enumerator
DSkSLGLSLCodeGenerator.cpp871 case Token::LOGICALXOR: return GLSLCodeGenerator::kLogicalXor_Precedence; in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp506 case Token::LOGICALXOR: return MetalCodeGenerator::kLogicalXor_Precedence; in GetBinaryPrecedence()
DSkSLIRGenerator.cpp1164 case Token::LOGICALXOR: // fall through in determine_binary_type()
1345 case Token::LOGICALXOR: result = leftVal ^ rightVal; break; in constantFold()
DSkSLCompiler.cpp1462 case Token::LOGICALXOR: return "^^"; in OperatorName()
DSkSLParser.cpp1605 while (this->checkNext(Token::LOGICALXOR, &t)) { in logicalXorExpression()
/external/skqp/src/sksl/lex/
Dsksl.lex69 LOGICALXOR = "^^"
/external/skia/src/sksl/lex/
Dsksl.lex67 LOGICALXOR = "^^"