Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/common/
H A DtcuRasterizationVerifier.cpp95 const int thresholdRed = 1 << (8 - redBits); in compareColors() local
869 const int thresholdRed = stackSize - 1; in verifyTriangleGroupInterpolationWithInterpolator() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fRasterizationTests.cpp1171 const int thresholdRed = 1 << (8 - m_context.getRenderTarget().getPixelFormat().redBits); in iterate() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fRasterizationTests.cpp1347 const int thresholdRed = 1 << (8 - getPixelFormat().redBits); in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp5201 const int thresholdRed = 1 << (8 - colorBits[0]); in iterate() local