Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLContext.h38 , fUInt3_Type(new Type("uint3", *fUInt_Type, 3)) in Context()
156 fUInt3_Type.get(), fUInt4_Type.get() }))
186 fUInt3_Type.get(), fUInt4_Type.get() }))
227 const std::unique_ptr<Type> fUInt3_Type; variable
/external/skqp/src/sksl/ir/
DSkSLSwizzle.h68 case 3: return *context.fUInt3_Type; in get_type()
DSkSLType.cpp188 case 3: return *context.fUInt3_Type; in toCompound()