Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLType.cpp97 case 2: return *context.fHalf2x2_Type; in toCompound()
/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()