Home
last modified time | relevance | path

Searched refs:m_texValueMax (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp1240 tcu::Vec4 m_texValueMax; member in deqp::gles3::Functional::TextureDerivateCase
1321 m_texValueMax = tcu::Vec4(-13.2f, -77.f, 44.f, 76.f); in init()
1326 m_texValueMax = tcu::Vec4(-1.0f, 12.f, 7.f, 19.f); in init()
1331 m_texValueMax = tcu::Vec4(1.0f, 1.0f, -1.0f, -1.0f); in init()
1362 level0.setPixel(m_texValueMin + (m_texValueMax - m_texValueMin)*s, x, y); in init()
1381 const tcu::Vec4 dx = (m_texValueMax - m_texValueMin) / tcu::Vec4(w, w, w*0.5f, -w*0.5f); in init()
1382 const tcu::Vec4 dy = (m_texValueMax - m_texValueMin) / tcu::Vec4(h, h, h*0.5f, -h*0.5f); in init()
1447 tcu::Vec4 reference = ((m_texValueMax - m_texValueMin) / div); in verify()
1448 const tcu::Vec4 opThreshold = getDerivateThreshold(m_precision, m_texValueMin, m_texValueMax, reference); in verify()
1449 const tcu::Vec4 opThresholdW = getDerivateThresholdWarning(m_precision, m_texValueMin, m_texValueMax, referenc in verify()
[all...]

Completed in 4 milliseconds