Searched refs:m_texValueMax (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 1223 tcu::Vec4 m_texValueMax; member in deqp::gles3::Functional::TextureDerivateCase 1304 m_texValueMax = tcu::Vec4(-13.2f, -77.f, 44.f, 76.f); in init() 1309 m_texValueMax = tcu::Vec4(-1.0f, 12.f, 7.f, 19.f); in init() 1314 m_texValueMax = tcu::Vec4(1.0f, 1.0f, -1.0f, -1.0f); in init() 1344 level0.setPixel(m_texValueMin + (m_texValueMax - m_texValueMin)*s, x, y); in init() 1363 const tcu::Vec4 dx = (m_texValueMax - m_texValueMin) / tcu::Vec4(w, w, w*0.5f, -w*0.5f); in init() 1364 const tcu::Vec4 dy = (m_texValueMax - m_texValueMin) / tcu::Vec4(h, h, h*0.5f, -h*0.5f); in init() 1429 tcu::Vec4 reference = ((m_texValueMax - m_texValueMin) / div); in verify() 1430 …const tcu::Vec4 opThreshold = getDerivateThreshold(m_precision, m_texValueMin, m_texValueMax, re… in verify() 1431 … opThresholdW = getDerivateThresholdWarning(m_precision, m_texValueMin, m_texValueMax, reference); in verify() [all …]
|