Home
last modified time | relevance | path

Searched refs:fHalf3x3 (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/sksl/
DSkSLBuiltinTypes.cpp74 , fHalf3x3(Type::MakeMatrixType("half3x3", "h33", *fHalf, /*columns=*/3, /*rows=*/3)) in BuiltinTypes()
153 {fHalf2x2.get(), fHalf2x3.get(), fHalf2x4.get(), fHalf3x2.get(), fHalf3x3.get(),
158 fHalf3x3.get(), fHalf4x4.get()}))
DSkSLUtil.cpp64 if (type == *context.fTypes.fHalf3x3 ) { *outType = kHalf3x3_GrSLType; return true; } in type_to_grsltype()
DSkSLBuiltinTypes.h79 const std::unique_ptr<Type> fHalf3x3; variable
/third_party/skia/src/sksl/dsl/
DDSLType.cpp91 return context.fTypes.fHalf3x3.get(); in get_type_from_type_constant()
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp271 else if (type == *fContext.fTypes.fFloat3x3 || type == *fContext.fTypes.fHalf3x3) { in writeDeterminantHack()
338 else if (type == *fContext.fTypes.fFloat3x3 || type == *fContext.fTypes.fHalf3x3) { in writeInverseHack()
/third_party/skia/src/sksl/ir/
DSkSLType.cpp641 case 3: return *context.fTypes.fHalf3x3; in toCompound()
/third_party/skia/src/core/
DSkRuntimeEffect.cpp122 if (*type == *ctx.fTypes.fHalf3x3) { v->type = Type::kFloat3x3; return true; } in init_uniform_type()