Home
last modified time | relevance | path

Searched refs:kAppendStage_Kind (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/sksl/ir/
DSkSLAppendStage.h22 : INHERITED(offset, kAppendStage_Kind, *context.fVoid_Type) in AppendStage()
60 : INHERITED(offset, kAppendStage_Kind, *type) in AppendStage()
DSkSLExpression.h28 kAppendStage_Kind, enumerator
/external/skqp/src/sksl/
DSkSLInterpreter.cpp269 case Expression::kAppendStage_Kind: in evaluate()
DSkSLCFGGenerator.cpp390 case Expression::kAppendStage_Kind: // fall through in addExpression()
DSkSLJIT.cpp1025 case Expression::kAppendStage_Kind: { in compileExpression()