Lines Matching refs:schur
3709 ExprP<float> schur = bindExpression("schur", ctx, in doExpand() local
3714 ExprP<Vec2> t2 = t1 * schur; in doExpand()
3720 (invA * matB) * -schur); in doExpand()
3722 (matC * invA) * -schur); in doExpand()
3726 vec3(blockB[0], blockB[1], schur)); in doExpand()
3753 ExprP<Mat2> schur = bindExpression("schur", ctx, in doExpand() local
3756 invA + (invA * matB * schur * matC * invA)); in doExpand()
3758 (-invA) * matB * schur); in doExpand()
3760 (-schur) * matC * invA); in doExpand()
3764 vec4(blockB[0][0], blockB[0][1], schur[0][0], schur[0][1]), in doExpand()
3765 vec4(blockB[1][0], blockB[1][1], schur[1][0], schur[1][1])); in doExpand()