/external/deqp/framework/common/ |
D | tcuPixelFormat.hpp | 78 inline RGBA getColorThreshold (void) const in getColorThreshold() function
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderFragDataTests.cpp | 219 …const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() 328 …const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu… in iterate()
|
D | es3fTextureFormatTests.cpp | 182 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() 377 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in testFace() 544 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in testLayer() 701 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in testSlice() 848 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() 999 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in testFace() 1118 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() 1230 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in testFace()
|
D | es3fTextureSizeTests.cpp | 129 tcu::RGBA threshold = thresholdFormat.getColorThreshold() + tcu::RGBA(7,7,7,7); in iterate() 277 tcu::RGBA threshold = thresholdFormat.getColorThreshold() + tcu::RGBA(7,7,7,7); in testFace()
|
D | es3fPrerequisiteTests.cpp | 234 RGBA colorThreshold = pixelFormat.getColorThreshold(); in iterate()
|
D | es3fRandomFragmentOpTests.cpp | 420 return format.getColorThreshold().toIVec().asUint() + tcu::UVec4(2); // Default threshold. in getCompareThreshold() 422 return format.getColorThreshold().toIVec().asUint() in getCompareThreshold()
|
D | es3fASTCDecompressionCases.cpp | 429 …const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold(… in iterate() 563 …const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold(… in iterate()
|
D | es3fShaderBuiltinVarTests.cpp | 299 … threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); in iterate() 396 … threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); in iterate() 613 … threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); in iterate()
|
D | es3fColorClearTest.cpp | 236 RGBA colorThreshold = pixelFormat.getColorThreshold(); in iterate()
|
D | es3fShaderMetamorphicTests.cpp | 173 …threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); in iterate()
|
D | es3fTextureSwizzleTests.cpp | 152 …tcu::RGBA threshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold() + tcu:… in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureFormatTests.cpp | 145 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() 321 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in testFace() 455 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate() 567 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in testFace()
|
D | es2fTextureWrapTests.cpp | 186 threshold = tcu::PixelFormat(4, 4, 4, 4).getColorThreshold() + tcu::RGBA(1, 1, 1, 1); in iterate() 190 threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + in iterate()
|
D | es2fShaderBuiltinVarTests.cpp | 284 … threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); in iterate() 378 … threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); in iterate() 589 … threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold(); in iterate()
|
D | es2fShaderFragDataTests.cpp | 201 …const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tc… in iterate()
|
D | es2fTextureSizeTests.cpp | 128 tcu::RGBA threshold = thresholdFormat.getColorThreshold() + tcu::RGBA(7,7,7,7); in iterate() 276 tcu::RGBA threshold = thresholdFormat.getColorThreshold() + tcu::RGBA(7,7,7,7); in testFace()
|
D | es2fPrerequisiteTests.cpp | 234 RGBA colorThreshold = pixelFormat.getColorThreshold(); in iterate()
|
D | es2fRandomFragmentOpTests.cpp | 420 return format.getColorThreshold().toIVec().asUint() + tcu::UVec4(6); // Default threshold. in getCompareThreshold() 422 return format.getColorThreshold().toIVec().asUint() in getCompareThreshold()
|
D | es2fColorClearTest.cpp | 236 RGBA colorThreshold = pixelFormat.getColorThreshold(); in iterate()
|
D | es2fBlendTests.cpp | 272 …UVec4 compareThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold().toIVec()… in iterate()
|
D | es2fDefaultVertexAttributeTests.cpp | 426 …const tcu::RGBA colorThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold() … in verifyUnicoloredBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureCompressedFormatTests.cpp | 252 threshold = pixelFormat.getColorThreshold() + tcu::RGBA(2, 2, 2, 2); in iterate() 368 threshold = pixelFormat.getColorThreshold() + tcu::RGBA(2, 2, 2, 2); in iterate()
|
/external/deqp/modules/egl/ |
D | teglColorClearCase.cpp | 248 …Result", "Image comparison result", refFrame, frame, eps + pixelFmt.getColorThreshold(), tcu::COMP… in executeForContexts() 436 …Result", "Image comparison result", refFrame, frame, eps + pixelFmt.getColorThreshold(), tcu::COMP… in executeForContexts()
|
D | teglRenderTests.cpp | 381 float getColorThreshold (const tcu::PixelFormat& colorBits) in getColorThreshold() function 740 const float threshold = getColorThreshold(pixelFmt); in executeForContexts() 947 const float threshold = getColorThreshold(pixelFmt); in executeForContexts()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 203 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu… in testLayerFace() 353 …tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() … in iterate()
|