Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLBuiltinTypes.cpp102 , fInt4(MakeVectorType("int4", "i4", *fInt, /*columns=*/4)) in BuiltinTypes()
212 MakeGenericType("$genIType", {fInt.get(), fInt2.get(), fInt3.get(), fInt4.get()}))
233 , fIVec(MakeGenericType("$ivec", {fInvalid.get(), fInt2.get(), fInt3.get(), fInt4.get()}))
DSkSLUtil.cpp71 if (type == *context.fTypes.fInt4 ) { *outType = kInt4_GrSLType; return true; } in type_to_grsltype()
DSkSLBuiltinTypes.h37 const std::unique_ptr<Type> fInt4; variable
DSkSLCompiler.cpp267 symbols->addAlias("ivec4", types.fInt4.get()); in add_glsl_type_aliases()
/external/skia/tests/
DSkSLMemoryLayoutTest.cpp28 REPORTER_ASSERT(r, 16 == layout.size(*context.fTypes.fInt4)); in DEF_TEST()
45 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fInt4)); in DEF_TEST()
115 REPORTER_ASSERT(r, 16 == layout.size(*context.fTypes.fInt4)); in DEF_TEST()
132 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fInt4)); in DEF_TEST()
/external/skia/src/sksl/dsl/
DDSLType.cpp137 return *context.fTypes.fInt4; in skslType()
/external/skia/src/sksl/ir/
DSkSLType.cpp134 case 4: return *context.fTypes.fInt4; in toCompound()
/external/skia/src/sksl/codegen/
DSkSLHCodeGenerator.cpp63 } else if (type == *context.fTypes.fInt4 || in ParameterCType()
DSkSLCPPCodeGenerator.cpp219 if (type == *fContext.fTypes.fInt4 || in formatRuntimeValue()
481 if (type == *context.fTypes.fInt4 ) { return "kInt4_GrSLType"; } in glsltype_string()
DSkSLDSLCPPCodeGenerator.cpp210 if (type == *fContext.fTypes.fInt4 || in formatRuntimeValue()
/external/skia/src/core/
DSkRuntimeEffect.cpp116 if (*type == *ctx.fTypes.fInt4) { v->type = Type::kInt4; return true; } in init_uniform_type()