Home
last modified time | relevance | path

Searched refs:derivScale (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp170 …Derivate (const tcu::ConstPixelBufferAccess& surface, const tcu::Vec4& derivScale, const tcu::Vec4… in readDerivate() argument
172 return (surface.getPixel(x, y) - derivBias) / derivScale; in readDerivate()
406 const tcu::Vec4& derivScale, in reverifyConstantDerivateWithFlushRelaxations() argument
437 const tcu::Vec4 resultDerivative = readDerivate(result, derivScale, derivBias, x, y); in reverifyConstantDerivateWithFlushRelaxations()
554 tcu::Vec4 derivScale; member
754 …FER, glu::getDataTypeScalarSize(definitions.dataType) * sizeof(float), values.derivScale.getPtr()); in setup()
848 const tcu::Vec4 threshold = getSurfaceThreshold() / abs(m_values.derivScale); in verify()
851 reference, threshold, m_values.derivScale, m_values.derivBias); in verify()
922 m_values.derivScale = tcu::Vec4(1e3f, 1e3f, 1e3f, 1e3f); in initPrograms()
996 const tcu::Vec4 surfaceThreshold = getSurfaceThreshold() / abs(m_values.derivScale); in verify()
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp200 …Derivate (const tcu::ConstPixelBufferAccess& surface, const tcu::Vec4& derivScale, const tcu::Vec4… in readDerivate() argument
202 return (surface.getPixel(x, y) - derivBias) / derivScale; in readDerivate()
470 const tcu::Vec4& derivScale, in reverifyConstantDerivateWithFlushRelaxations() argument
501 const tcu::Vec4 resultDerivative = readDerivate(result, derivScale, derivBias, x, y); in reverifyConstantDerivateWithFlushRelaxations()