Home
last modified time | relevance | path

Searched refs:verifyLineGroupRasterization (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/common/
DtcuRasterizationVerifier.hpp179 bool verifyLineGroupRasterization (const tcu::Surface& surface, const LineSceneSpec& scene, const R…
DtcuRasterizationVerifier.cpp2875 bool verifyLineGroupRasterization (const tcu::Surface& surface, const LineSceneSpec& scene, const R… in verifyLineGroupRasterization() function
2921 …else if (strict == false && args.numSamples == 0 && verifyLineGroupRasterization(surface, scene, a… in verifyRelaxedLineGroupRasterization()
/external/deqp/modules/gles2/functional/
Des2fRasterizationTests.cpp376 compareOk = verifyLineGroupRasterization(resultImage, scene, args, m_testCtx.getLog()); in iterate()
/external/deqp/modules/gles3/functional/
Des3fRasterizationTests.cpp607 compareOk = verifyLineGroupRasterization(resultImage, scene, args, m_testCtx.getLog()); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp1432 if (!verifyLineGroupRasterization(resultImage, scene, args, m_context.getTestContext().getLog())) in compareAndVerify()
5045 …isCompareOk = verifyLineGroupRasterization(resultImage, scene, args, m_context.getTestContext().ge… in iterate()