Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h76 , fHalf2x2_Type(new Type("half2x2", *fHalf_Type, 2, 2)) in Context()
166 fFloat4x4_Type.get(), fHalf2x2_Type.get(),
276 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.cpp262 if (mat.fType == *fContext.fFloat2x2_Type || mat.fType == *fContext.fHalf2x2_Type) { in writeInverseHack()
/external/skqp/src/sksl/
DSkSLContext.h73 , fHalf2x2_Type(new Type("half2x2", *fHalf_Type, 2, 2)) in Context()
163 fFloat4x4_Type.get(), fHalf2x2_Type.get(),
270 const std::unique_ptr<Type> fHalf2x2_Type; variable
DSkSLGLSLCodeGenerator.cpp276 if (mat.fType == *fContext.fFloat2x2_Type || mat.fType == *fContext.fHalf2x2_Type) { in writeDeterminantHack()
341 if (mat.fType == *fContext.fFloat2x2_Type || mat.fType == *fContext.fHalf2x2_Type) { in writeInverseHack()
/external/skia/src/sksl/ir/
DSkSLType.cpp98 case 2: return *context.fHalf2x2_Type; in toCompound()
/external/skqp/src/sksl/ir/
DSkSLType.cpp97 case 2: return *context.fHalf2x2_Type; in toCompound()