Home
last modified time | relevance | path

Searched refs:fHalf4x4 (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/sksl/
DSkSLBuiltinTypes.cpp141 , fHalf4x4(MakeMatrixType("half4x4", "h44", *fHalf, /*columns=*/4, /*rows=*/4)) in BuiltinTypes()
224 fHalf3x4.get(), fHalf4x2.get(), fHalf4x3.get(), fHalf4x4.get()}))
228 MakeGenericType("$squareHMat", {fHalf2x2.get(), fHalf3x3.get(), fHalf4x4.get()}))
DSkSLUtil.cpp67 if (type == *context.fTypes.fHalf4x4 ) { *outType = kHalf4x4_GrSLType; return true; } in type_to_grsltype()
DSkSLBuiltinTypes.h82 const std::unique_ptr<Type> fHalf4x4; variable
/external/skia/src/sksl/dsl/
DDSLType.cpp101 return *context.fTypes.fHalf4x4; in skslType()
/external/skia/src/sksl/ir/
DSkSLType.cpp122 case 4: return *context.fTypes.fHalf4x4; in toCompound()
/external/skia/src/sksl/codegen/
DSkSLHCodeGenerator.cpp70 } else if (type == *context.fTypes.fFloat4x4 || type == *context.fTypes.fHalf4x4) { in ParameterCType()
DSkSLGLSLCodeGenerator.cpp305 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()
DSkSLCPPCodeGenerator.cpp477 if (type == *context.fTypes.fHalf4x4 ) { return "kHalf4x4_GrSLType"; } in glsltype_string()
/external/skia/src/core/
DSkRuntimeEffect.cpp111 if (*type == *ctx.fTypes.fHalf4x4) { v->type = Type::kFloat4x4; return true; } in init_uniform_type()