Searched refs:fInt4 (Results 1 – 8 of 8) sorted by relevance
35 , fInt4(Type::MakeVectorType("int4", "i4", *fInt, /*columns=*/4)) in BuiltinTypes()143 fInt4.get()}))164 fInt4.get()}))
69 if (type == *context.fTypes.fInt4 ) { *outType = kInt4_GrSLType; return true; } in type_to_grsltype()
37 const std::unique_ptr<Type> fInt4; variable
258 symbols->addAlias("ivec4", types.fInt4.get()); in add_glsl_type_aliases()
30 REPORTER_ASSERT(r, 16 == layout.size(*context.fTypes.fInt4)); in DEF_TEST()47 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fInt4)); in DEF_TEST()118 REPORTER_ASSERT(r, 16 == layout.size(*context.fTypes.fInt4)); in DEF_TEST()135 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fInt4)); in DEF_TEST()
133 return context.fTypes.fInt4.get(); in get_type_from_type_constant()
661 case 4: return *context.fTypes.fInt4; in toCompound()
129 if (*type == *ctx.fTypes.fInt4) { v->type = Type::kInt4; return true; } in init_uniform_type()