Searched refs:fUShort2 (Results 1 – 6 of 6) sorted by relevance
113 , fUShort2(MakeVectorType("ushort2", "S2", *fUShort, /*columns=*/2)) in BuiltinTypes()239 {fInvalid.get(), fUShort2.get(), fUShort3.get(), fUShort4.get()}))
51 if (type == *context.fTypes.fUShort2 ) { *outType = kUShort2_GrSLType; return true; } in type_to_grsltype()
50 const std::unique_ptr<Type> fUShort2; variable
159 return *context.fTypes.fUShort2; in skslType()
168 case 2: return *context.fTypes.fUShort2; in toCompound()
461 if (type == *context.fTypes.fUShort2 ) { return "kUShort2_GrSLType"; } in glsltype_string()