Searched refs:fHalf3x3_Type (Results 1 – 5 of 5) sorted by relevance
80 , 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
64 } else if (type == *context.fFloat3x3_Type || type == *context.fHalf3x3_Type) { in ParameterCType()
283 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()
277 else if (mat.fType == *fContext.fFloat3x3_Type || mat.fType == *fContext.fHalf3x3_Type) { in writeInverseHack()
106 case 3: return *context.fHalf3x3_Type; in toCompound()