Home
last modified time | relevance | path

Searched refs:fUInt2_Type (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLContext.h40 , fUInt2_Type(new Type("uint2", *fUInt_Type, 2)) in Context()
165 , fGenUType_Type(new Type("$genUType", { fUInt_Type.get(), fUInt2_Type.get(),
195 , fUVec_Type(new Type("$uvec", { fInvalid_Type.get(), fUInt2_Type.get(),
239 const std::unique_ptr<Type> fUInt2_Type; variable
/third_party/flutter/skia/src/sksl/ir/
DSkSLType.cpp188 case 2: return *context.fUInt2_Type; in toCompound()
DSkSLSwizzle.h73 case 2: return *context.fUInt2_Type; in get_type()