Searched refs:fHalf4x4 (Results 1 – 7 of 7) sorted by relevance
78 , fHalf4x4(Type::MakeMatrixType("half4x4", "h44", *fHalf, /*columns=*/4, /*rows=*/4)) in BuiltinTypes()154 fHalf3x4.get(), fHalf4x2.get(), fHalf4x3.get(), fHalf4x4.get()}))158 fHalf3x3.get(), fHalf4x4.get()}))
65 if (type == *context.fTypes.fHalf4x4 ) { *outType = kHalf4x4_GrSLType; return true; } in type_to_grsltype()
83 const std::unique_ptr<Type> fHalf4x4; variable
99 return context.fTypes.fHalf4x4.get(); in get_type_from_type_constant()
288 else if (type == *fContext.fTypes.fFloat4x4 || type == *fContext.fTypes.fHalf4x4) { in writeDeterminantHack()358 else if (type == *fContext.fTypes.fFloat4x4 || type == *fContext.fTypes.fHalf4x4) { in writeInverseHack()
649 case 4: return *context.fTypes.fHalf4x4; in toCompound()
124 if (*type == *ctx.fTypes.fHalf4x4) { v->type = Type::kFloat4x4; return true; } in init_uniform_type()