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.cpp169 …Derivate (const tcu::ConstPixelBufferAccess& surface, const tcu::Vec4& derivScale, const tcu::Vec4… in readDerivate() argument
171 return (surface.getPixel(x, y) - derivBias) / derivScale; in readDerivate()
405 const tcu::Vec4& derivScale, in reverifyConstantDerivateWithFlushRelaxations() argument
436 const tcu::Vec4 resultDerivative = readDerivate(result, derivScale, derivBias, x, y); in reverifyConstantDerivateWithFlushRelaxations()
551 tcu::Vec4 derivScale; member
728 …FER, glu::getDataTypeScalarSize(definitions.dataType) * sizeof(float), values.derivScale.getPtr()); in setup()
822 const tcu::Vec4 threshold = getSurfaceThreshold() / abs(m_values.derivScale); in verify()
825 reference, threshold, m_values.derivScale, m_values.derivBias); in verify()
896 m_values.derivScale = tcu::Vec4(1e3f, 1e3f, 1e3f, 1e3f); in initPrograms()
970 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()
441 const tcu::Vec4& derivScale, in reverifyConstantDerivateWithFlushRelaxations() argument
472 const tcu::Vec4 resultDerivative = readDerivate(result, derivScale, derivBias, x, y); in reverifyConstantDerivateWithFlushRelaxations()