Searched refs:texValueMin (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 560 tcu::Vec4 texValueMin; member 1265 …level0.setPixel(m_textureValues.texValueMin + (m_textureValues.texValueMax - m_textureValues.texVa… in TextureDerivateCaseInstance() 1303 tcu::Vec4 reference = ((m_textureValues.texValueMax - m_textureValues.texValueMin) / div); in verify() 1304 …eshold = getDerivateThreshold(m_definitions.precision, m_textureValues.texValueMin, m_textureValue… in verify() 1341 const tcu::Vec4 valueRamp = (m_textureValues.texValueMax - m_textureValues.texValueMin); in verify() 1344 function.matrix.setRow(0, tcu::Vec3(valueRamp.x() / w, 0.0f, m_textureValues.texValueMin.x())); in verify() 1345 function.matrix.setRow(1, tcu::Vec3(0.0f, valueRamp.y() / h, m_textureValues.texValueMin.y())); in verify() 1346 …valueRamp.z() / w, valueRamp.z() / h, m_textureValues.texValueMin.z() + m_textureValues.texValueMi… in verify() 1358 const tcu::Vec4 dx = ((m_textureValues.texValueMax - m_textureValues.texValueMin) / w) * xScale; in verify() 1359 const tcu::Vec4 dy = ((m_textureValues.texValueMax - m_textureValues.texValueMin) / h) * yScale; in verify() [all …]
|