Searched refs:m_textureValues (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 1261 const TextureCaseValues& m_textureValues; member in vkt::sr::__anon28699::TextureDerivateCaseInstance 1270 , m_textureValues (textureValues) in TextureDerivateCaseInstance() 1294 level0.setPixel(m_textureValues.texValueMin + (m_textureValues.texValueMax - m_textureValues.texValueMin)*s, x, y); in TextureDerivateCaseInstance() 1338 tcu::Vec4 reference = ((m_textureValues.texValueMax - m_textureValues.texValueMin) / div); in verify() 1339 const tcu::Vec4 opThreshold = getDerivateThreshold(m_definitions.precision, m_textureValues.texValueMin, m_textureValues.texValueMax, reference); in verify() 1376 const tcu::Vec4 valueRamp = (m_textureValues in verify() 1423 TextureCaseValues m_textureValues; global() member in vkt::sr::__anon28699::TextureDerivateCase [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 1235 const TextureCaseValues& m_textureValues; member in vkt::sr::__anon29848::TextureDerivateCaseInstance 1244 , m_textureValues (textureValues) in TextureDerivateCaseInstance() 1268 level0.setPixel(m_textureValues.texValueMin + (m_textureValues.texValueMax - m_textureValues.texValueMin)*s, x, y); in TextureDerivateCaseInstance() 1312 tcu::Vec4 reference = ((m_textureValues.texValueMax - m_textureValues.texValueMin) / div); in verify() 1313 const tcu::Vec4 opThreshold = getDerivateThreshold(m_definitions.precision, m_textureValues.texValueMin, m_textureValues.texValueMax, reference); in verify() 1350 const tcu::Vec4 valueRamp = (m_textureValues in verify() 1398 mutable TextureCaseValues m_textureValues; global() member in vkt::sr::__anon29848::TextureDerivateCase [all...] |
Completed in 6 milliseconds