Searched refs:fHalf4x4 (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLBuiltinTypes.cpp | 141 , 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()}))
|
D | SkSLUtil.cpp | 67 if (type == *context.fTypes.fHalf4x4 ) { *outType = kHalf4x4_GrSLType; return true; } in type_to_grsltype()
|
D | SkSLBuiltinTypes.h | 82 const std::unique_ptr<Type> fHalf4x4; variable
|
/external/skia/src/sksl/dsl/ |
D | DSLType.cpp | 101 return *context.fTypes.fHalf4x4; in skslType()
|
/external/skia/src/sksl/ir/ |
D | SkSLType.cpp | 122 case 4: return *context.fTypes.fHalf4x4; 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 | 477 if (type == *context.fTypes.fHalf4x4 ) { return "kHalf4x4_GrSLType"; } in glsltype_string()
|
/external/skia/src/core/ |
D | SkRuntimeEffect.cpp | 111 if (*type == *ctx.fTypes.fHalf4x4) { v->type = Type::kFloat4x4; return true; } in init_uniform_type()
|