Searched refs:fInt4 (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLBuiltinTypes.cpp | 102 , 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()}))
|
D | SkSLUtil.cpp | 71 if (type == *context.fTypes.fInt4 ) { *outType = kInt4_GrSLType; return true; } in type_to_grsltype()
|
D | SkSLBuiltinTypes.h | 37 const std::unique_ptr<Type> fInt4; variable
|
D | SkSLCompiler.cpp | 267 symbols->addAlias("ivec4", types.fInt4.get()); in add_glsl_type_aliases()
|
/external/skia/tests/ |
D | SkSLMemoryLayoutTest.cpp | 28 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/ |
D | DSLType.cpp | 137 return *context.fTypes.fInt4; in skslType()
|
/external/skia/src/sksl/ir/ |
D | SkSLType.cpp | 134 case 4: return *context.fTypes.fInt4; in toCompound()
|
/external/skia/src/sksl/codegen/ |
D | SkSLHCodeGenerator.cpp | 63 } else if (type == *context.fTypes.fInt4 || in ParameterCType()
|
D | SkSLCPPCodeGenerator.cpp | 219 if (type == *fContext.fTypes.fInt4 || in formatRuntimeValue() 481 if (type == *context.fTypes.fInt4 ) { return "kInt4_GrSLType"; } in glsltype_string()
|
D | SkSLDSLCPPCodeGenerator.cpp | 210 if (type == *fContext.fTypes.fInt4 || in formatRuntimeValue()
|
/external/skia/src/core/ |
D | SkRuntimeEffect.cpp | 116 if (*type == *ctx.fTypes.fInt4) { v->type = Type::kInt4; return true; } in init_uniform_type()
|