Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/ir/
DSkSLTypeReference.h22 : INHERITED(offset, kTypeReference_Kind, *context.fInvalid_Type) in TypeReference()
43 : INHERITED(offset, kTypeReference_Kind, *type) in TypeReference()
DSkSLExpression.h47 kTypeReference_Kind, enumerator
/third_party/flutter/skia/src/sksl/
DSkSLIRGenerator.cpp1828 case Expression::kTypeReference_Kind: in call()
2103 if (base->fKind == Expression::kTypeReference_Kind) { in convertIndex()
2362 } else if (base->fKind == Expression::kTypeReference_Kind) { in convertIndexExpression()
2406 if (base->fKind == Expression::kTypeReference_Kind) { in convertFieldExpression()
2447 case Expression::kTypeReference_Kind: in checkValid()
DSkSLCFGGenerator.cpp429 case Expression::kTypeReference_Kind: // fall through in addExpression()
DSkSLJIT.cpp1057 case Expression::kTypeReference_Kind: in compileExpression()