Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h33 , fUVec2_Type(new Type(String("uvec2"), *fUInt_Type, 2))
125 , fGenUType_Type(new Type(String("$genUType"), { fUInt_Type.get(), fUVec2_Type.get(),
148 , fUVec_Type(new Type(String("$uvec"), { fInvalid_Type.get(), fUVec2_Type.get(),
175 const std::unique_ptr<Type> fUVec2_Type; variable
/external/skia/src/sksl/ir/
DSkSLSwizzle.h49 case 2: return *context.fUVec2_Type; in get_type()
DSkSLType.cpp124 case 2: return *context.fUVec2_Type; in toCompound()