Home
last modified time | relevance | path

Searched refs:kPrefix_Kind (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLExpression.h41 kPrefix_Kind, enumerator
DSkSLPrefixExpression.h24 : INHERITED(operand->fOffset, kPrefix_Kind, operand->fType) in PrefixExpression()
DSkSLConstructor.h151 SkASSERT(arg->fKind == kPrefix_Kind); in getVecComponent()
/third_party/flutter/skia/src/sksl/
DSkSLCFGGenerator.cpp228 case Expression::kPrefix_Kind: in tryRemoveExpression()
382 case Expression::kPrefix_Kind: { in addExpression()
DSkSLGLSLCodeGenerator.cpp214 case Expression::kPrefix_Kind: in writeExpression()
508 c.fArguments[1]->fKind == Expression::kPrefix_Kind) { in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp139 case Expression::kPrefix_Kind: in writeExpression()
1547 case Expression::kPrefix_Kind: in requirements()
DSkSLByteCodeGenerator.cpp1168 case Expression::kPrefix_Kind: in writeExpression()
DSkSLCompiler.cpp350 case Expression::kPrefix_Kind: { in addDefinitions()
DSkSLJIT.cpp1045 case Expression::kPrefix_Kind: in compileExpression()
DSkSLSPIRVCodeGenerator.cpp672 case Expression::kPrefix_Kind: in writeExpression()