Home
last modified time | relevance | path

Searched refs:fHalf2x2_Type (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLContext.h76 , fHalf2x2_Type(new Type("half2x2", *fHalf_Type, 2, 2)) in Context()
173 fFloat4x4_Type.get(), fHalf2x2_Type.get(),
283 const std::unique_ptr<Type> fHalf2x2_Type; variable
DSkSLGLSLCodeGenerator.cpp272 if (mat.fType == *fContext.fFloat2x2_Type || mat.fType == *fContext.fHalf2x2_Type) { in writeDeterminantHack()
337 if (mat.fType == *fContext.fFloat2x2_Type || mat.fType == *fContext.fHalf2x2_Type) { in writeInverseHack()
DSkSLMetalCodeGenerator.cpp267 if (mat.fType == *fContext.fFloat2x2_Type || mat.fType == *fContext.fHalf2x2_Type) { in writeInverseHack()
/third_party/flutter/skia/src/sksl/ir/
DSkSLType.cpp98 case 2: return *context.fHalf2x2_Type; in toCompound()