Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp1143 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, sampleName.c_str(), sa… in initTests() local
1245 sampleGroup->addChild(formatGroup.release()); in initTests()
1248 imageGroup->addChild(sampleGroup.release()); in initTests()
1272 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, sampleName.c_str(), sa… in initTests() local
1348 sampleGroup->addChild(formatGroup.release()); in initTests()
1350 imageGroup->addChild(sampleGroup.release()); in initTests()
/external/deqp/modules/gles31/functional/
Des31fTextureMultisampleTests.cpp2081 …tcu::TestCaseGroup* const sampleGroup = new tcu::TestCaseGroup(m_testCtx, (std::string("samples_")… in init() local
2082 addChild(sampleGroup); in init()
2085sampleGroup->addChild(new SamplePosRasterizationTest(m_context, "sample_position", "test SAMPLE_PO… in init()
2088sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_only", "Test with Sampl… in init()
2089sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_and_alpha_to_coverage", "Tes… in init()
2090sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_and_sample_coverage", "Test… in init()
2091sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_and_sample_coverage_and_alpha_to_… in init()
2094sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_non_effective_bits", "Test … in init()
2098sampleGroup->addChild(new MultisampleTextureUsageCase(m_context, (std::string("use_") + textureTyp… in init()
/external/deqp/modules/gles3/functional/
Des3fFboColorbufferTests.cpp1155 …tcu::TestCaseGroup* const sampleGroup = new tcu::TestCaseGroup(m_testCtx, "sample", "Read by sampl… in init() local
1156 repeatedClearGroup->addChild(sampleGroup); in init()
1159 sampleGroup->addChild(tex2DGroup); in init()