Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ast/
DSkSLASTExpression.h24 kPrefix_Kind, enumerator
DSkSLASTPrefixExpression.h22 : INHERITED(op.fOffset, kPrefix_Kind) in ASTPrefixExpression()
/external/skia/src/sksl/ast/
DSkSLASTExpression.h26 kPrefix_Kind, enumerator
DSkSLASTPrefixExpression.h22 : INHERITED(op.fOffset, kPrefix_Kind) in ASTPrefixExpression()
/external/skqp/src/sksl/ir/
DSkSLExpression.h38 kPrefix_Kind, enumerator
DSkSLPrefixExpression.h23 : INHERITED(operand->fOffset, kPrefix_Kind, operand->fType) in PrefixExpression()
/external/skia/src/sksl/ir/
DSkSLPrefixExpression.h23 : INHERITED(operand->fOffset, kPrefix_Kind, operand->fType) in PrefixExpression()
DSkSLExpression.h39 kPrefix_Kind, enumerator
/external/skqp/src/sksl/
DSkSLCFGGenerator.cpp226 case Expression::kPrefix_Kind: in tryRemoveExpression()
371 case Expression::kPrefix_Kind: { in addExpression()
DSkSLInterpreter.cpp401 case Expression::kPrefix_Kind: { in evaluate()
DSkSLGLSLCodeGenerator.cpp218 case Expression::kPrefix_Kind: in writeExpression()
512 c.fArguments[1]->fKind == Expression::kPrefix_Kind) { in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp137 case Expression::kPrefix_Kind: in writeExpression()
1399 case Expression::kPrefix_Kind: in requirements()
DSkSLCompiler.cpp337 case Expression::kPrefix_Kind: { in addDefinitions()
DSkSLJIT.cpp1045 case Expression::kPrefix_Kind: in compileExpression()
DSkSLIRGenerator.cpp1001 case ASTExpression::kPrefix_Kind: in convertExpression()
DSkSLSPIRVCodeGenerator.cpp652 case Expression::kPrefix_Kind: in writeExpression()
/external/skia/src/sksl/
DSkSLCFGGenerator.cpp226 case Expression::kPrefix_Kind: in tryRemoveExpression()
371 case Expression::kPrefix_Kind: { in addExpression()
DSkSLInterpreter.cpp401 case Expression::kPrefix_Kind: { in evaluate()
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()
1541 case Expression::kPrefix_Kind: in requirements()
DSkSLCompiler.cpp337 case Expression::kPrefix_Kind: { in addDefinitions()
DSkSLJIT.cpp1045 case Expression::kPrefix_Kind: in compileExpression()
DSkSLIRGenerator.cpp1038 case ASTExpression::kPrefix_Kind: in convertExpression()
DSkSLSPIRVCodeGenerator.cpp658 case Expression::kPrefix_Kind: in writeExpression()