Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLType.cpp105 case 3: return *context.fHalf3x3_Type; in toCompound()
/external/skqp/src/sksl/
DSkSLContext.h77 , fHalf3x3_Type(new Type("half3x3", *fHalf_Type, 3, 3)) in Context()
165 fHalf3x2_Type.get(), fHalf3x3_Type.get(),
274 const std::unique_ptr<Type> fHalf3x3_Type; variable
DSkSLHCodeGenerator.cpp62 } else if (type == *context.fFloat3x3_Type || type == *context.fHalf3x3_Type) { in ParameterCType()
DSkSLGLSLCodeGenerator.cpp287 else if (mat.fType == *fContext.fFloat3x3_Type || mat.fType == *fContext.fHalf3x3_Type) { in writeDeterminantHack()
353 else if (mat.fType == *fContext.fFloat3x3_Type || mat.fType == *fContext.fHalf3x3_Type) { in writeInverseHack()