Searched defs:applyExact (Results 1 – 2 of 2) sorted by relevance
| /external/deqp/modules/glshared/ |
| D | glsBuiltinPrecisionTests.cpp | 1734 virtual double applyExact (double) const in applyExact() function in deqp::gls::BuiltinPrecisionTests::FloatFunc1 1762 double applyExact (double x) const { return m_func(x); } in applyExact() function in deqp::gls::BuiltinPrecisionTests::CFloatFunc1 1808 virtual double applyExact (double, double) const in applyExact() function in deqp::gls::BuiltinPrecisionTests::FloatFunc2 1837 double applyExact (double x, double y) const { return m_func(x, y); } in applyExact() function in deqp::gls::BuiltinPrecisionTests::CFloatFunc2 1900 virtual double applyExact (double, double, double) const in applyExact() function in deqp::gls::BuiltinPrecisionTests::FloatFunc3 1942 double applyExact (double x, double y) const { return x + y; } in applyExact() function in deqp::gls::BuiltinPrecisionTests::Functions::Add 1984 double applyExact (double x, double y) const { return x * y; } in applyExact() function in deqp::gls::BuiltinPrecisionTests::Functions::Mul 2022 double applyExact (double x, double y) const { return x - y; } in applyExact() function in deqp::gls::BuiltinPrecisionTests::Functions::Sub 2033 double applyExact (double x) const { return -x; } in applyExact() function in deqp::gls::BuiltinPrecisionTests::Functions::Negate 2062 double applyExact (double x, double y) const { return x / y; } in applyExact() function in deqp::gls::BuiltinPrecisionTests::Functions::Div [all …]
|
| /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktShaderBuiltinPrecisionTests.cpp | 2282 virtual double applyExact (double) const in applyExact() function in vkt::shaderexecutor::FloatFunc1 2309 double applyExact (double x) const { return m_func(x); } in applyExact() function in vkt::shaderexecutor::CFloatFunc1 2359 virtual double applyExact (double, double) const in applyExact() function in vkt::shaderexecutor::FloatFunc2 2389 double applyExact (double x, double y) const { return m_func(x, y); } in applyExact() function in vkt::shaderexecutor::CFloatFunc2 2481 virtual double applyExact (double, double, double) const in applyExact() function in vkt::shaderexecutor::FloatFunc3 2573 double applyExact (double x, double y) const { return x + y; } in applyExact() function in vkt::shaderexecutor::Functions::Add 2616 double applyExact (double x, double y) const { return x * y; } in applyExact() function in vkt::shaderexecutor::Functions::Mul 2655 double applyExact (double x, double y) const { return x - y; } in applyExact() function in vkt::shaderexecutor::Functions::Sub 2667 double applyExact (double x) const { return -x; } in applyExact() function in vkt::shaderexecutor::Functions::Negate 2697 double applyExact (double x, double y) const { return x / y; } in applyExact() function in vkt::shaderexecutor::Functions::Div [all …]
|