Searched refs:fFloat4x4 (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLBuiltinTypes.cpp | 132 , fFloat4x4(MakeMatrixType("float4x4", "f44", *fFloat, /*columns=*/4, /*rows=*/4)) in BuiltinTypes() 220 fFloat4x4.get()})) 226 {fFloat2x2.get(), fFloat3x3.get(), fFloat4x4.get()}))
|
D | SkSLUtil.cpp | 60 if (type == *context.fTypes.fFloat4x4) { *outType = kFloat4x4_GrSLType; return true; } in type_to_grsltype()
|
D | SkSLBuiltinTypes.h | 72 const std::unique_ptr<Type> fFloat4x4; variable
|
D | SkSLCompiler.cpp | 275 symbols->addAlias("mat4", types.fFloat4x4.get()); in add_glsl_type_aliases()
|
/external/skia/tests/ |
D | SkSLMemoryLayoutTest.cpp | 37 REPORTER_ASSERT(r, 64 == layout.size(*context.fTypes.fFloat4x4)); in DEF_TEST() 54 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fFloat4x4)); in DEF_TEST() 124 REPORTER_ASSERT(r, 64 == layout.size(*context.fTypes.fFloat4x4)); in DEF_TEST() 141 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fTypes.fFloat4x4)); in DEF_TEST()
|
/external/skia/src/sksl/dsl/ |
D | DSLType.cpp | 129 return *context.fTypes.fFloat4x4; in skslType()
|
/external/skia/src/sksl/ir/ |
D | SkSLType.cpp | 89 case 4: return *context.fTypes.fFloat4x4; in toCompound()
|
/external/skia/src/sksl/codegen/ |
D | SkSLHCodeGenerator.cpp | 70 } else if (type == *context.fTypes.fFloat4x4 || type == *context.fTypes.fHalf4x4) { in ParameterCType()
|
D | SkSLGLSLCodeGenerator.cpp | 305 else if (type == *fContext.fTypes.fFloat4x4 || type == *fContext.fTypes.fHalf4x4) { in writeDeterminantHack() 375 else if (type == *fContext.fTypes.fFloat4x4 || type == *fContext.fTypes.fHalf4x4) { in writeInverseHack()
|
D | SkSLCPPCodeGenerator.cpp | 470 if (type == *context.fTypes.fFloat4x4) { return "kFloat4x4_GrSLType"; } in glsltype_string()
|
/external/skia/src/core/ |
D | SkRuntimeEffect.cpp | 110 if (*type == *ctx.fTypes.fFloat4x4) { v->type = Type::kFloat4x4; return true; } in init_uniform_type()
|