Home
last modified time | relevance | path

Searched defs:kIRNodeKind (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLFieldAccess.h43 inline static constexpr Kind kIRNodeKind = Kind::kFieldAccess; variable
H A DSkSLVariableReference.h45 inline static constexpr Kind kIRNodeKind = Kind::kVariableReference; variable
H A DSkSLBlock.h45 : INHERITED(pos, kIRNodeKind) in INHERITED() argument
H A DSkSLVariable.h52 inline static constexpr Kind kIRNodeKind = Kind::kVariable; variable
H A DSkSLType.h644 : INHERITED(pos, kIRNodeKind, name) in INHERITED() argument