Searched refs:opThreshold (Results 1 - 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderDerivateTests.cpp | 1064 const tcu::Vec4 opThreshold = getDerivateThreshold(m_precision, m_coordMin*scale, m_coordMax*scale, reference); local 1065 const tcu::Vec4 threshold = max(surfaceThreshold, opThreshold); 1359 const tcu::Vec4 opThreshold = getDerivateThreshold(m_precision, m_texValueMin*scale, m_texValueMax*scale, reference); local 1360 const tcu::Vec4 threshold = max(surfaceThreshold, opThreshold);
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 978 const tcu::Vec4 opThreshold = getDerivateThreshold(m_definitions.precision, m_values.coordMin, m_values.coordMax, reference); local 979 const tcu::Vec4 threshold = max(surfaceThreshold, opThreshold); 1272 const tcu::Vec4 opThreshold = getDerivateThreshold(m_definitions.precision, m_textureValues.texValueMin, m_textureValues.texValueMax, reference); local 1273 const tcu::Vec4 threshold = max(surfaceThreshold, opThreshold);
|
Completed in 60 milliseconds