Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/common/
H A DtcuRasterizationVerifier.cpp97 const int thresholdBlue = 1 << (8 - blueBits); in compareColors() local
871 const int thresholdBlue = stackSize - 1; in verifyTriangleGroupInterpolationWithInterpolator() local
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fRasterizationTests.cpp1173 const int thresholdBlue = 1 << (8 - m_context.getRenderTarget().getPixelFormat().blueBits); in iterate() local
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fRasterizationTests.cpp1349 const int thresholdBlue = 1 << (8 - getPixelFormat().blueBits); in iterate() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationTests.cpp5203 const int thresholdBlue = 1 << (8 - colorBits[2]); in iterate() local