Searched refs:getDerivateThreshold (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 326 static inline tcu::Vec4 getDerivateThreshold (const glu::Precision precision, const tcu::Vec4& valu… in getDerivateThreshold() function 1064 …const tcu::Vec4 opThreshold = getDerivateThreshold(m_precision, m_coordMin*scale, m_coordMax*scal… in verify() 1124 …const tcu::Vec4 dxThreshold = getDerivateThreshold(m_precision, m_coordMin*xScale, m_coordMax*xSc… in verify() 1125 …const tcu::Vec4 dyThreshold = getDerivateThreshold(m_precision, m_coordMin*yScale, m_coordMax*ySc… in verify() 1359 …const tcu::Vec4 opThreshold = getDerivateThreshold(m_precision, m_texValueMin*scale, m_texValueMa… in verify() 1413 …const tcu::Vec4 dxThreshold = getDerivateThreshold(m_precision, m_texValueMin*xScale, m_texValueMa… in verify() 1414 …const tcu::Vec4 dyThreshold = getDerivateThreshold(m_precision, m_texValueMin*yScale, m_texValueMa… in verify()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 295 static inline tcu::Vec4 getDerivateThreshold (const glu::Precision precision, const tcu::Vec4& valu… in getDerivateThreshold() function 978 …const tcu::Vec4 opThreshold = getDerivateThreshold(m_definitions.precision, m_values.coordMin, m_… in verify() 1041 …const tcu::Vec4 dxThreshold = getDerivateThreshold(m_definitions.precision, m_values.coordMin*xSc… in verify() 1042 …const tcu::Vec4 dyThreshold = getDerivateThreshold(m_definitions.precision, m_values.coordMin*ySc… in verify() 1272 …const tcu::Vec4 opThreshold = getDerivateThreshold(m_definitions.precision, m_textureValues.texVa… in verify() 1329 …const tcu::Vec4 dxThreshold = getDerivateThreshold(m_definitions.precision, m_textureValues.texVal… in verify() 1330 …const tcu::Vec4 dyThreshold = getDerivateThreshold(m_definitions.precision, m_textureValues.texVal… in verify()
|