Searched refs:fUInt4 (Results 1 – 6 of 6) sorted by relevance
40 , fUInt4(Type::MakeVectorType("uint4", "I4", *fUInt, /*columns=*/4)) in BuiltinTypes()145 fUInt4.get()}))166 fUInt4.get()}))
73 if (type == *context.fTypes.fUInt4 ) { *outType = kUInt4_GrSLType; return true; } in type_to_grsltype()
42 const std::unique_ptr<Type> fUInt4; variable
112 symbols.addAlias("uint4", context.fTypes.fUInt4.get()); in setupSymbolTable()
151 return context.fTypes.fUInt4.get(); in get_type_from_type_constant()
685 case 4: return *context.fTypes.fUInt4; in toCompound()