Home
last modified time | relevance | path

Searched refs:kExternalValue_Kind (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLExternalValueReference.h21 : INHERITED(offset, kExternalValue_Kind, ev->type()) in ExternalValueReference()
DSkSLExpression.h33 kExternalValue_Kind, enumerator
/third_party/flutter/skia/src/sksl/
DSkSLCFGGenerator.cpp130 case Expression::kExternalValue_Kind: // fall through in tryRemoveLValueBefore()
403 case Expression::kExternalValue_Kind: // fall through in addExpression()
449 case Expression::kExternalValue_Kind: // fall through in addLValue()
DSkSLByteCodeGenerator.cpp1148 case Expression::kExternalValue_Kind: in writeExpression()
1312 case Expression::kExternalValue_Kind: { in getLValue()
DSkSLIRGenerator.cpp1832 case Expression::kExternalValue_Kind: { in call()
2140 if (base->fKind == Expression::kExternalValue_Kind) { in convertField()
2410 if (base->fKind == Expression::kExternalValue_Kind) { in convertFieldExpression()
2505 case Expression::kExternalValue_Kind: { in setRefKind()
DSkSLCompiler.cpp309 case Expression::kExternalValue_Kind: in addDefinition()
479 case Expression::kExternalValue_Kind: in is_dead()