Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLTypeReference.h22 : INHERITED(offset, kTypeReference_Kind, *context.fInvalid_Type) in TypeReference()
43 : INHERITED(offset, kTypeReference_Kind, *type) in TypeReference()
DSkSLExpression.h44 kTypeReference_Kind, enumerator
/external/skqp/src/sksl/
DSkSLInterpreter.cpp207 case Expression::kTypeReference_Kind: in getLValue()
462 case Expression::kTypeReference_Kind: in evaluate()
DSkSLIRGenerator.cpp1631 if (functionValue->fKind == Expression::kTypeReference_Kind) { in call()
1879 if (base->fKind == Expression::kTypeReference_Kind) { in convertIndex()
2115 } else if (base->fKind == Expression::kTypeReference_Kind) { in convertSuffixExpression()
2152 if (base->fKind == Expression::kTypeReference_Kind) { in convertSuffixExpression()
2196 case Expression::kTypeReference_Kind: in checkValid()
DSkSLCFGGenerator.cpp416 case Expression::kTypeReference_Kind: // fall through in addExpression()
DSkSLJIT.cpp1057 case Expression::kTypeReference_Kind: in compileExpression()