Searched refs:opThreshold (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 1034 const tcu::Vec4 opThreshold = getDerivateThreshold(m_definitions.precision, m_values.coordMin, m_values.coordMax, reference); in verify() local 1035 const tcu::Vec4 threshold = max(surfaceThreshold, opThreshold); in verify() 1339 const tcu::Vec4 opThreshold = getDerivateThreshold(m_definitions.precision, m_textureValues.texValueMin, m_textureValues.texValueMax, reference); in verify() local 1340 const tcu::Vec4 threshold = max(surfaceThreshold, opThreshold); in verify()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderDerivateTests.cpp | 1116 const tcu::Vec4 opThreshold = getDerivateThreshold(m_precision, m_coordMin, m_coordMax, reference); in verify() local 1118 const tcu::Vec4 threshold = max(surfaceThreshold, opThreshold); in verify() 1448 const tcu::Vec4 opThreshold = getDerivateThreshold(m_precision, m_texValueMin, m_texValueMax, reference); in verify() local 1450 const tcu::Vec4 threshold = max(surfaceThreshold, opThreshold); in verify()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 1007 const tcu::Vec4 opThreshold = getDerivateThreshold(m_definitions.precision, m_values.coordMin, m_values.coordMax, reference); in verify() local 1008 const tcu::Vec4 threshold = max(surfaceThreshold, opThreshold); in verify() 1313 const tcu::Vec4 opThreshold = getDerivateThreshold(m_definitions.precision, m_textureValues.texValueMin, m_textureValues.texValueMax, reference); in verify() local 1314 const tcu::Vec4 threshold = max(surfaceThreshold, opThreshold); in verify()
|
Completed in 12 milliseconds