Searched refs:m_textureValues (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 1232 const TextureCaseValues& m_textureValues; member in vkt::sr::__anon6be423a10111::TextureDerivateCaseInstance 1241 , m_textureValues (textureValues) in TextureDerivateCaseInstance() 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 …shold = getDerivateThreshold(m_definitions.precision, m_textureValues.texValueMin, m_textureValues… 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 …(2, tcu::Vec3(valueRamp.z() / w, valueRamp.z() / h, m_textureValues.texValueMin.z() + m_textureVal… in verify() 1347 …, tcu::Vec3(-valueRamp.w() / w, -valueRamp.w() / h, m_textureValues.texValueMax.w() + m_textureVal… in verify() [all …]
|