Home
last modified time | relevance | path

Searched refs:kTernary_Kind (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/sksl/ast/
DSkSLASTExpression.h27 kTernary_Kind enumerator
DSkSLASTTernaryExpression.h22 : INHERITED(test->fOffset, kTernary_Kind) in ASTTernaryExpression()
/external/skqp/src/sksl/ir/
DSkSLTernaryExpression.h22 : INHERITED(offset, kTernary_Kind, ifTrue->fType) in TernaryExpression()
DSkSLExpression.h43 kTernary_Kind, enumerator
/external/skqp/src/sksl/
DSkSLCFGGenerator.cpp87 if (e->fKind == Expression::kTernary_Kind) { in tryRemoveExpressionBefore()
140 case Expression::kTernary_Kind: in tryRemoveLValueBefore()
173 case Expression::kTernary_Kind: { in tryRemoveExpression()
399 case Expression::kTernary_Kind: { in addExpression()
438 case Expression::kTernary_Kind: in addLValue()
DSkSLInterpreter.cpp203 case Expression::kTernary_Kind: { in getLValue()
458 case Expression::kTernary_Kind: { in evaluate()
DSkSLCompiler.cpp287 case Expression::kTernary_Kind: in addDefinition()
462 case Expression::kTernary_Kind: { in is_dead()
727 case Expression::kTernary_Kind: { in simplifyExpression()
DSkSLMetalCodeGenerator.cpp152 case Expression::kTernary_Kind: in writeExpression()
1403 case Expression::kTernary_Kind: { in requirements()
DSkSLJIT.cpp317 case Expression::kTernary_Kind: { in getLValue()
1055 case Expression::kTernary_Kind: in compileExpression()
DSkSLGLSLCodeGenerator.cpp233 case Expression::kTernary_Kind: in writeExpression()
DSkSLIRGenerator.cpp1005 case ASTExpression::kTernary_Kind: in convertExpression()
2243 case Expression::kTernary_Kind: { in setRefKind()
DSkSLSPIRVCodeGenerator.cpp660 case Expression::kTernary_Kind: in writeExpression()
1674 case Expression::kTernary_Kind: { in getLValue()