Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/ir/
DSkSLType.h50 kOther_Kind, enumerator
71 , fTypeKind(kOther_Kind) in Type()
81 , fTypeKind(kOther_Kind) in Type()
367 SkASSERT(fTypeKind == kStruct_Kind || fTypeKind == kOther_Kind); in fields()
/third_party/flutter/skia/src/sksl/
DSkSLCPPCodeGenerator.cpp642 Type::kOther_Kind != type.kind(); in is_accessible()
DSkSLByteCodeGenerator.cpp30 if (type.kind() == Type::kOther_Kind) { in SlotCount()
DSkSLJIT.cpp232 case Type::kOther_Kind: in getType()
DSkSLIRGenerator.cpp2416 case Type::kOther_Kind: in convertFieldExpression()