• Home
  • Raw
  • Download

Lines Matching refs:bindExpression

1058 VariableP<T> bindExpression (const string& name, ExpandContext& ctx, const ExprP<T>& expr)  in bindExpression()  function
3149 const ExprP<float> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in apply()
3220 const ExprP<float> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in doExpand()
3221 const ExprP<float> k1 = bindExpression("k1", ctx, constant(1.0f) - eta * eta * in doExpand()
3224 const ExprP<float> k2 = bindExpression("k2", ctx, in doExpand()
3227 const ExprP<float> k = bindExpression("k", ctx, alternatives(k1, k2)); in doExpand()
3485 const ExprP<float> t = bindExpression("t", ctx, tExpr); in doExpand()
3800 minors[ndx] = bindExpression("minor", ctx, in doExpand()
3832 ExprP<float> det = bindExpression("det", ctx, determinant(mat)); in doExpand()
3852 ExprP<Mat2> invA = bindExpression("invA", ctx, in doExpand()
3856 ExprP<Vec2> matB = bindExpression("matB", ctx, vec2(mat[2][0], mat[2][1])); in doExpand()
3857 ExprP<Vec2> matC = bindExpression("matC", ctx, vec2(mat[0][2], mat[1][2])); in doExpand()
3858 ExprP<float> matD = bindExpression("matD", ctx, mat[2][2]); in doExpand()
3860 ExprP<float> schur = bindExpression("schur", ctx, in doExpand()
3869 ExprP<Mat2> blockA = bindExpression("blockA", ctx, t5); in doExpand()
3870 ExprP<Vec2> blockB = bindExpression("blockB", ctx, in doExpand()
3872 ExprP<Vec2> blockC = bindExpression("blockC", ctx, in doExpand()
3892 ExprP<Mat2> invA = bindExpression("invA", ctx, in doExpand()
3895 ExprP<Mat2> matB = bindExpression("matB", ctx, in doExpand()
3898 ExprP<Mat2> matC = bindExpression("matC", ctx, in doExpand()
3901 ExprP<Mat2> matD = bindExpression("matD", ctx, in doExpand()
3904 ExprP<Mat2> schur = bindExpression("schur", ctx, in doExpand()
3906 ExprP<Mat2> blockA = bindExpression("blockA", ctx, in doExpand()
3908 ExprP<Mat2> blockB = bindExpression("blockB", ctx, in doExpand()
3910 ExprP<Mat2> blockC = bindExpression("blockC", ctx, in doExpand()