Home
last modified time | relevance | path

Searched refs:fHalf3x3_Type (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLContext.h80 , fHalf3x3_Type(new Type("half3x3", *fHalf_Type, 3, 3)) in Context()
175 fHalf3x2_Type.get(), fHalf3x3_Type.get(),
287 const std::unique_ptr<Type> fHalf3x3_Type; variable
DSkSLHCodeGenerator.cpp64 } else if (type == *context.fFloat3x3_Type || type == *context.fHalf3x3_Type) { in ParameterCType()
DSkSLGLSLCodeGenerator.cpp283 else if (mat.fType == *fContext.fFloat3x3_Type || mat.fType == *fContext.fHalf3x3_Type) { in writeDeterminantHack()
349 else if (mat.fType == *fContext.fFloat3x3_Type || mat.fType == *fContext.fHalf3x3_Type) { in writeInverseHack()
DSkSLMetalCodeGenerator.cpp277 else if (mat.fType == *fContext.fFloat3x3_Type || mat.fType == *fContext.fHalf3x3_Type) { in writeInverseHack()
/third_party/flutter/skia/src/sksl/ir/
DSkSLType.cpp106 case 3: return *context.fHalf3x3_Type; in toCompound()