Searched refs:getDerivateThreshold (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 296 static inline tcu::Vec4 getDerivateThreshold (const glu::Precision precision, const tcu::Vec4& valu… in getDerivateThreshold() function 1004 …const tcu::Vec4 opThreshold = getDerivateThreshold(m_definitions.precision, m_values.coordMin, m_… in verify() 1067 …const tcu::Vec4 dxThreshold = getDerivateThreshold(m_definitions.precision, m_values.coordMin*xSc… in verify() 1068 …const tcu::Vec4 dyThreshold = getDerivateThreshold(m_definitions.precision, m_values.coordMin*ySc… in verify() 1304 …const tcu::Vec4 opThreshold = getDerivateThreshold(m_definitions.precision, m_textureValues.texVa… in verify() 1361 …const tcu::Vec4 dxThreshold = getDerivateThreshold(m_definitions.precision, m_textureValues.texVal… in verify() 1362 …const tcu::Vec4 dyThreshold = getDerivateThreshold(m_definitions.precision, m_textureValues.texVal… in verify()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 340 static inline tcu::Vec4 getDerivateThreshold (const glu::Precision precision, const tcu::Vec4& valu… in getDerivateThreshold() function 1099 …const tcu::Vec4 opThreshold = getDerivateThreshold(m_precision, m_coordMin, m_coordMax, referenc… in verify() 1177 …const tcu::Vec4 dxThreshold = getDerivateThreshold(m_precision, m_coordMin*xScale, m_coordMax*xS… in verify() 1178 …const tcu::Vec4 dyThreshold = getDerivateThreshold(m_precision, m_coordMin*yScale, m_coordMax*yS… in verify() 1430 …const tcu::Vec4 opThreshold = getDerivateThreshold(m_precision, m_texValueMin, m_texValueMax, re… in verify() 1509 …const tcu::Vec4 dxThreshold = getDerivateThreshold(m_precision, m_texValueMin*xScale, m_texValueM… in verify() 1510 …const tcu::Vec4 dyThreshold = getDerivateThreshold(m_precision, m_texValueMin*yScale, m_texValueM… in verify()
|