Home
last modified time | relevance | path

Searched defs:thresholdGreen (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/framework/common/
H A DtcuRasterizationVerifier.cpp96 const int thresholdGreen = 1 << (8 - greenBits); in compareColors() local
870 const int thresholdGreen = stackSize - 1; in verifyTriangleGroupInterpolationWithInterpolator() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fRasterizationTests.cpp1172 const int thresholdGreen = 1 << (8 - m_context.getRenderTarget().getPixelFormat().greenBits); in iterate() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fRasterizationTests.cpp1348 const int thresholdGreen = 1 << (8 - getPixelFormat().greenBits); in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp5202 const int thresholdGreen = 1 << (8 - colorBits[1]); in iterate() local