Searched refs:fHalf4x4_Type (Results 1 – 6 of 6) sorted by relevance
113 case 4: return *context.fHalf4x4_Type; in toCompound()
81 , fHalf4x4_Type(new Type("half4x4", *fHalf_Type, 4, 4)) in Context()167 fHalf4x3_Type.get(), fHalf4x4_Type.get(),278 const std::unique_ptr<Type> fHalf4x4_Type; variable
64 } else if (type == *context.fFloat4x4_Type || type == *context.fHalf4x4_Type) { in ParameterCType()
304 else if (mat.fType == *fContext.fFloat4x4_Type || mat.fType == *fContext.fHalf4x4_Type) { in writeDeterminantHack()373 else if (mat.fType == *fContext.fFloat4x4_Type || mat.fType == *fContext.fHalf4x4_Type) { in writeInverseHack()
520 } else if (var.fType == *fContext.fHalf4x4_Type) { in addUniform()
107 } else if (type == *fContext.fHalf4x4_Type) { in uniformType()