Searched refs:bindExpression (Results 1 – 2 of 2) sorted by relevance
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktShaderBuiltinPrecisionTests.cpp | 1576 VariableP<T> bindExpression (const string& name, ExpandContext& ctx, const ExprP<T>& expr) in bindExpression() function 4094 const ExprP<T> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in doExpand() 4131 const ExprP<T> dotNI = bindExpression("dotNI", ctx, dot(n, i)); in doExpand() 4132 const ExprP<T> k = bindExpression("k", ctx, getConstOne<T>() - eta * eta * in doExpand() 4409 const ExprP<float> t = bindExpression("t", ctx, tExpr); in doExpand() 4423 const ExprP<deFloat16> t = bindExpression("t", ctx, tExpr); in doExpand() 4436 const ExprP<double> t = bindExpression("t", ctx, tExpr); in doExpand() 4810 minors[ndx] = bindExpression("minor", ctx, in doExpand() 4869 minors[ndx] = bindExpression("minor", ctx, in doExpand() 4928 minors[ndx] = bindExpression("minor", ctx, in doExpand() [all …]
|
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsBuiltinPrecisionTests.cpp | 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() [all …]
|