Home
last modified time | relevance | path

Searched refs:BITWISEANDEQ (Results 1 – 18 of 18) sorted by relevance

/external/skia/src/sksl/
DSkSLUtil.cpp45 case Token::BITWISEANDEQ: // fall through in is_assignment()
66 case Token::BITWISEANDEQ: return Token::BITWISEAND; in remove_assignment()
DSkSLLexer.h196 #undef BITWISEANDEQ
197 BITWISEANDEQ, enumerator
DSkSLInterpreter.cpp375 case Token::BITWISEANDEQ: COMPOUND_BITWISE(&=) in evaluate()
DSkSLCompiler.cpp1504 case Token::BITWISEANDEQ: return "&="; in OperatorName()
1528 case Token::BITWISEANDEQ: // fall through in IsAssignment()
DSkSLGLSLCodeGenerator.cpp903 case Token::BITWISEANDEQ: // fall through in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp632 case Token::BITWISEANDEQ: // fall through in GetBinaryPrecedence()
DSkSLParser.cpp1524 case Token::BITWISEANDEQ: // fall through in assignmentExpression()
DSkSLJIT.cpp594 case Token::BITWISEANDEQ: in compileBinary()
/external/skqp/src/sksl/
DSkSLLexer.h200 #undef BITWISEANDEQ
201 BITWISEANDEQ, enumerator
DSkSLInterpreter.cpp375 case Token::BITWISEANDEQ: COMPOUND_BITWISE(&=) in evaluate()
DSkSLCompiler.cpp1484 case Token::BITWISEANDEQ: return "&="; in OperatorName()
1508 case Token::BITWISEANDEQ: // fall through in IsAssignment()
DSkSLGLSLCodeGenerator.cpp884 case Token::BITWISEANDEQ: // fall through in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp519 case Token::BITWISEANDEQ: // fall through in GetBinaryPrecedence()
DSkSLParser.cpp1537 case Token::BITWISEANDEQ: // fall through in assignmentExpression()
DSkSLSPIRVCodeGenerator.cpp1864 case Token::BITWISEANDEQ: // fall through in is_assignment()
2242 case Token::BITWISEANDEQ: { in writeBinaryExpression()
DSkSLJIT.cpp594 case Token::BITWISEANDEQ: in compileBinary()
/external/skqp/src/sksl/lex/
Dsksl.lex91 BITWISEANDEQ = "&="
/external/skia/src/sksl/lex/
Dsksl.lex89 BITWISEANDEQ = "&="