Home
last modified time | relevance | path

Searched defs:VariableReference (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLVariableReference.h24 struct VariableReference : public Expression { struct
34 VariableReference(int offset, const Variable& variable, RefKind refKind = kRead_RefKind); argument
53 return std::unique_ptr<Expression>(new VariableReference(fOffset, fVariable, fRefKind)); in clone() argument
56 String description() const override { in description()
66 const Variable& fVariable;
67 RefKind fRefKind;
70 typedef Expression INHERITED;
DSkSLVariableReference.cpp17 VariableReference::VariableReference(int offset, const Variable& variable, RefKind refKind) in VariableReference() function in SkSL::VariableReference
/third_party/skia/src/sksl/ir/
DSkSLVariableReference.cpp17 VariableReference::VariableReference(int line, const Variable* variable, RefKind refKind) in VariableReference() function in SkSL::VariableReference
DSkSLVariable.h119 friend class VariableReference; variable
/third_party/skia/src/sksl/
DSkSLAnalysis.h32 class VariableReference; variable
/third_party/skia/include/private/
DSkSLIRNode.h32 class VariableReference; variable
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h53 class VariableReference; variable
DSkSLMetalCodeGenerator.h47 class VariableReference; variable
DSkSLGLSLCodeGenerator.h44 class VariableReference; variable