Home
last modified time | relevance | path

Searched refs:clampTests (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fFloatStateQueryTests.cpp943 const float clampTests[] = in test() local
947 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(clampTests); ++ndx) in test()
949 glSampleCoverage(clampTests[ndx], GL_FALSE); in test()
950 …m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, de::clamp(clampTests[ndx], 0.0f, 1.0f… in test()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fFloatStateQueryTests.cpp1025 const float clampTests[] = in test() local
1029 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(clampTests); ++ndx) in test()
1031 glSampleCoverage(clampTests[ndx], GL_FALSE); in test()
1032 …m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, de::clamp(clampTests[ndx], 0.0f, 1.0f… in test()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp2057 …de::MovePtr<tcu::TestCaseGroup> clampTests (new tcu::TestCaseGroup(testCtx, "clamp", "Verifi… in createBlendTests() local
2191clampTests->addChild(new ClampTest(testCtx, getFormatCaseName(format), std::string("Using format "… in createBlendTests()
2195 blendTests->addChild(clampTests.release()); in createBlendTests()