Searched refs:dyThreshold (Results 1 - 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderDerivateTests.cpp | 1125 const tcu::Vec4 dyThreshold = getDerivateThreshold(m_precision, m_coordMin*yScale, m_coordMax*yScale, dy); local 1126 const tcu::Vec4 threshold = max(surfaceThreshold, max(dxThreshold, dyThreshold)); 1414 const tcu::Vec4 dyThreshold = getDerivateThreshold(m_precision, m_texValueMin*yScale, m_texValueMax*yScale, dy); local 1415 const tcu::Vec4 threshold = max(surfaceThreshold, max(dxThreshold, dyThreshold));
|
Completed in 47 milliseconds