Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLContext.h39 , fUInt4_Type(new Type("uint4", *fUInt_Type, 4)) in Context()
156 fUInt3_Type.get(), fUInt4_Type.get() }))
186 fUInt3_Type.get(), fUInt4_Type.get() }))
228 const std::unique_ptr<Type> fUInt4_Type; variable
/external/skqp/src/sksl/ir/
DSkSLSwizzle.h69 case 4: return *context.fUInt4_Type; in get_type()
DSkSLType.cpp189 case 4: return *context.fUInt4_Type; in toCompound()