Lines Matching refs:schur
3859 ExprP<float> schur = bindExpression("schur", ctx, in doExpand() local
3864 ExprP<Vec2> t2 = t1 * schur; in doExpand()
3870 (invA * matB) * -schur); in doExpand()
3872 (matC * invA) * -schur); in doExpand()
3876 vec3(blockB[0], blockB[1], schur)); in doExpand()
3903 ExprP<Mat2> schur = bindExpression("schur", ctx, in doExpand() local
3906 invA + (invA * matB * schur * matC * invA)); in doExpand()
3908 (-invA) * matB * schur); in doExpand()
3910 (-schur) * matC * invA); in doExpand()
3914 vec4(blockB[0][0], blockB[0][1], schur[0][0], schur[0][1]), in doExpand()
3915 vec4(blockB[1][0], blockB[1][1], schur[1][0], schur[1][1])); in doExpand()