Searched refs:bindExpression (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1035 VariableP<T> bindExpression (const string& name, ExpandContext& ctx, const ExprP<T>& expr) function in namespace:deqp::gls::BuiltinPrecisionTests
3083 const ExprP<float> dotNI = bindExpression("dotNI", ctx, dot(n, i));
3154 const ExprP<float> dotNI = bindExpression("dotNI", ctx, dot(n, i));
3155 const ExprP<float> k1 = bindExpression("k1", ctx, constant(1.0f) - eta * eta *
3158 const ExprP<float> k2 = bindExpression("k2", ctx,
3161 const ExprP<float> k = bindExpression("k", ctx, alternatives(k1, k2));
3334 const ExprP<float> t = bindExpression("t", ctx, tExpr);
3649 minors[ndx] = bindExpression("minor", ctx,
3681 ExprP<float> det = bindExpression("det", ctx, determinant(mat));
3701 ExprP<Mat2> invA = bindExpression("inv
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1014 VariableP<T> bindExpression (const string& name, ExpandContext& ctx, const ExprP<T>& expr) function in namespace:vkt::shaderexecutor
3077 const ExprP<float> dotNI = bindExpression("dotNI", ctx, dot(n, i));
3108 const ExprP<float> dotNI = bindExpression("dotNI", ctx, dot(n, i));
3109 const ExprP<float> k = bindExpression("k", ctx, constant(1.0f) - eta * eta *
3283 const ExprP<float> t = bindExpression("t", ctx, tExpr);
3598 minors[ndx] = bindExpression("minor", ctx,
3630 ExprP<float> det = bindExpression("det", ctx, determinant(mat));
3650 ExprP<Mat2> invA = bindExpression("invA", ctx,
3654 ExprP<Vec2> matB = bindExpression("matB", ctx, vec2(mat[2][0], mat[2][1]));
3655 ExprP<Vec2> matC = bindExpression("mat
[all...]

Completed in 90 milliseconds