Home
last modified time | relevance | path

Searched refs:TK_GTEQ (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/sksl/
DSkSLOperators.cpp28 case Kind::TK_GTEQ: return Precedence::kRelational; in getBinaryPrecedence()
76 case Kind::TK_GTEQ: in isOperator()
119 case Kind::TK_GTEQ: return ">="; in operatorName()
178 case Token::Kind::TK_GTEQ: in isLogical()
DSkSLLexer.h87 TK_GTEQ, enumerator
DSkSLConstantFolder.cpp449 case Token::Kind::TK_GTEQ: return RESULT(Bool, >=); in Simplify()
484 case Token::Kind::TK_GTEQ: return RESULT(Bool, >=); in Simplify()
DSkSLAnalysis.cpp869 case Token::Kind::TK_GTEQ: in invalid_for_ES2()
955 case Token::Kind::TK_GTEQ: return val >= loopEnd; in invalid_for_ES2()
DSkSLParser.cpp1806 case Token::Kind::TK_GTEQ: { in relationalExpression()
/external/skia/src/sksl/dsl/
DDSLExpression.cpp210 OP(>=, TK_GTEQ)
/external/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp592 case Token::Kind::TK_GTEQ: in writeBinaryExpression()
DSkSLSPIRVCodeGenerator.cpp2463 case Token::Kind::TK_GTEQ: in writeBinaryExpression()