Searched refs:fBool4 (Results 1 – 7 of 7) sorted by relevance
55 , fBool4(Type::MakeVectorType("bool4", "b4", *fBool, /*columns=*/4)) in BuiltinTypes()147 fBool4.get()}))172 fBool4.get()}))
43 if (type == *context.fTypes.fBool4 ) { *outType = kBool4_GrSLType; return true; } in type_to_grsltype()
57 const std::unique_ptr<Type> fBool4; variable
262 symbols->addAlias("bvec4", types.fBool4.get()); in add_glsl_type_aliases()
34 REPORTER_ASSERT(r, 4 == layout.size(*context.fTypes.fBool4)); in DEF_TEST()51 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fTypes.fBool4)); in DEF_TEST()122 REPORTER_ASSERT(r, 4 == layout.size(*context.fTypes.fBool4)); in DEF_TEST()139 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fTypes.fBool4)); in DEF_TEST()
73 return context.fTypes.fBool4.get(); in get_type_from_type_constant()
709 case 4: return *context.fTypes.fBool4; in toCompound()