HomeSort by relevance Sort by last modified time
    Searched refs:getColorThreshold (Results 1 - 25 of 47) sorted by null

1 2

  /external/deqp/framework/common/
tcuPixelFormat.hpp 78 inline RGBA getColorThreshold (void) const
  /external/deqp/modules/gles3/functional/
es3fShaderFragDataTests.cpp 219 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);
328 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);
es3fPrerequisiteTests.cpp 234 RGBA colorThreshold = pixelFormat.getColorThreshold();
es3fASTCDecompressionCases.cpp 429 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + (tcu::isAstcSRGBFormat(m_format) ? tcu::RGBA(2,2,2,2) : tcu::RGBA(1,1,1,1));
563 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + (tcu::isAstcSRGBFormat(m_format) ? tcu::RGBA(2,2,2,2) : tcu::RGBA(1,1,1,1));
es3fRandomFragmentOpTests.cpp 420 return format.getColorThreshold().toIVec().asUint() + tcu::UVec4(2); // Default threshold.
422 return format.getColorThreshold().toIVec().asUint()
es3fTextureFormatTests.cpp 182 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);
377 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);
544 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);
701 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);
848 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);
    [all...]
es3fTextureSizeTests.cpp 129 tcu::RGBA threshold = thresholdFormat.getColorThreshold() + tcu::RGBA(7,7,7,7);
277 tcu::RGBA threshold = thresholdFormat.getColorThreshold() + tcu::RGBA(7,7,7,7);
es3fColorClearTest.cpp 236 RGBA colorThreshold = pixelFormat.getColorThreshold();
es3fShaderBuiltinVarTests.cpp 299 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold();
396 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold();
613 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold();
    [all...]
es3fShaderMetamorphicTests.cpp 173 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold();
es3fTextureSwizzleTests.cpp 152 tcu::RGBA threshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureCompressedFormatTests.cpp 157 threshold = pixelFormat.getColorThreshold() + tcu::RGBA(2, 2, 2, 2);
vktTextureSwizzleTests.cpp 189 const tcu::RGBA threshold = pixelFormat.getColorThreshold() + tcu::RGBA(2, 2, 2, 2);
  /external/deqp/modules/gles2/functional/
es2fPrerequisiteTests.cpp 234 RGBA colorThreshold = pixelFormat.getColorThreshold();
es2fShaderFragDataTests.cpp 201 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);
es2fTextureFormatTests.cpp 145 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);
321 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);
455 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);
567 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);
es2fRandomFragmentOpTests.cpp 420 return format.getColorThreshold().toIVec().asUint() + tcu::UVec4(6); // Default threshold.
422 return format.getColorThreshold().toIVec().asUint()
es2fTextureSizeTests.cpp 128 tcu::RGBA threshold = thresholdFormat.getColorThreshold() + tcu::RGBA(7,7,7,7);
276 tcu::RGBA threshold = thresholdFormat.getColorThreshold() + tcu::RGBA(7,7,7,7);
es2fColorClearTest.cpp 236 RGBA colorThreshold = pixelFormat.getColorThreshold();
es2fShaderBuiltinVarTests.cpp 283 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold();
377 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold();
588 const tcu::RGBA threshold = tcu::RGBA(1,1,1,1) + m_context.getRenderTarget().getPixelFormat().getColorThreshold();
es2fTextureWrapTests.cpp 172 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold()
es2fBlendTests.cpp 272 UVec4 compareThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold().toIVec().asUint()
  /external/deqp/modules/egl/
teglColorClearCase.cpp 248 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, eps + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT);
436 bool imagesOk = tcu::pixelThresholdCompare(log, "ComparisonResult", "Image comparison result", refFrame, frame, eps + pixelFmt.getColorThreshold(), tcu::COMPARE_LOG_RESULT);
teglRenderTests.cpp 366 The getColorThreshold function is used to obtain a
373 getColorThreshold function provided by the PixelFormat class
381 float getColorThreshold (const tcu::PixelFormat& colorBits)
740 const float threshold = getColorThreshold(pixelFmt);
944 const float threshold = getColorThreshold(pixelFmt);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp 203 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);
353 tcu::RGBA threshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1);

Completed in 652 milliseconds

1 2