Home
last modified time | relevance | path

Searched refs:fInt4 (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/sksl/
DSkSLBuiltinTypes.cpp35 , fInt4(Type::MakeVectorType("int4", "i4", *fInt, /*columns=*/4)) in BuiltinTypes()
143 fInt4.get()}))
164 fInt4.get()}))
DSkSLUtil.cpp69 if (type == *context.fTypes.fInt4 ) { *outType = kInt4_GrSLType; return true; } in type_to_grsltype()
DSkSLBuiltinTypes.h37 const std::unique_ptr<Type> fInt4; variable
DSkSLCompiler.cpp258 symbols->addAlias("ivec4", types.fInt4.get()); in add_glsl_type_aliases()
/third_party/skia/tests/
DSkSLMemoryLayoutTest.cpp30 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()
/third_party/skia/src/sksl/dsl/
DDSLType.cpp133 return context.fTypes.fInt4.get(); in get_type_from_type_constant()
/third_party/skia/src/sksl/ir/
DSkSLType.cpp661 case 4: return *context.fTypes.fInt4; in toCompound()
/third_party/skia/src/core/
DSkRuntimeEffect.cpp129 if (*type == *ctx.fTypes.fInt4) { v->type = Type::kInt4; return true; } in init_uniform_type()