Home
last modified time | relevance | path

Searched refs:applyMonotone (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuInterval.cpp35 Interval applyMonotone (DoubleFunc1& func, const Interval& arg0) in applyMonotone() function
43 Interval applyMonotone (DoubleIntervalFunc1& func, const Interval& arg0) in applyMonotone() function
48 Interval applyMonotone (DoubleFunc2& func, const Interval& arg0, const Interval& arg1) in applyMonotone() function
58 Interval applyMonotone (DoubleIntervalFunc2& func, const Interval& arg0, const Interval& arg1) in applyMonotone() function
120 return applyMonotone(negate, x); in operator -()
125 return applyMonotone(std::pow, 2.0, x); in exp2()
130 return applyMonotone(std::exp, x); in exp()
135 return applyMonotone(std::sqrt, x); in sqrt()
145 const Interval mono = applyMonotone(std::abs, x); in abs()
H A DtcuInterval.hpp305 Interval applyMonotone (DoubleFunc1& func,
307 Interval applyMonotone (DoubleFunc2& func,
310 Interval applyMonotone (DoubleIntervalFunc1& func,
312 Interval applyMonotone (DoubleIntervalFunc2& func,
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1702 return this->applyMonotone(ctx, iargs.a); in doApply()
1705 Interval applyMonotone (const EvalContext& ctx, const Interval& iarg0) const in applyMonotone() function in deqp::gls::BuiltinPrecisionTests::FloatFunc1
1773 return this->applyMonotone(ctx, iargs.a, iargs.b); in doApply()
1776 Interval applyMonotone (const EvalContext& ctx, in applyMonotone() function in deqp::gls::BuiltinPrecisionTests::FloatFunc2
1875 return this->applyMonotone(ctx, iargs.a, iargs.b, iargs.c); in doApply()
1878 Interval applyMonotone (const EvalContext& ctx, in applyMonotone() function in deqp::gls::BuiltinPrecisionTests::FloatFunc3
1938 return this->applyMonotone(ctx, iargs.a, iargs.b); in doApply()
1980 return this->applyMonotone(ctx, iargs.a, iargs.b); in doApply()
2017 return this->applyMonotone(ctx, iargs.a, iargs.b); in doApply()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp2279 return this->applyMonotone(ctx, iargs.a); in doApply()
2282 Interval applyMonotone (const EvalContext& ctx, const Interval& iarg0) const in applyMonotone() function in vkt::shaderexecutor::FloatFunc1
2351 return this->applyMonotone(ctx, iargs.a, iargs.b); in doApply()
2354 Interval applyMonotone (const EvalContext& ctx, in applyMonotone() function in vkt::shaderexecutor::FloatFunc2
2483 return this->applyMonotone(ctx, iargs.a, iargs.b, iargs.c); in doApply()
2486 Interval applyMonotone (const EvalContext& ctx, in applyMonotone() function in vkt::shaderexecutor::FloatFunc3
2596 return this->applyMonotone(ctx, iargs.a, iargs.b); in doApply()
2639 return this->applyMonotone(ctx, iargs.a, iargs.b); in doApply()
2677 return this->applyMonotone(ctx, iargs.a, iargs.b); in doApply()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp2252 return this->applyMonotone(ctx, iargs.a); in doApply()
2255 Interval applyMonotone (const EvalContext& ctx, const Interval& iarg0) const in applyMonotone() function in vkt::shaderexecutor::FloatFunc1
2324 return this->applyMonotone(ctx, iargs.a, iargs.b); in doApply()
2327 Interval applyMonotone (const EvalContext& ctx, in applyMonotone() function in vkt::shaderexecutor::FloatFunc2
2456 return this->applyMonotone(ctx, iargs.a, iargs.b, iargs.c); in doApply()
2459 Interval applyMonotone (const EvalContext& ctx, in applyMonotone() function in vkt::shaderexecutor::FloatFunc3
2569 return this->applyMonotone(ctx, iargs.a, iargs.b); in doApply()
2612 return this->applyMonotone(ctx, iargs.a, iargs.b); in doApply()
2650 return this->applyMonotone(ctx, iargs.a, iargs.b); in doApply()

Completed in 33 milliseconds