Searched refs:sampleGroup (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDepthStencilResolveTests.cpp | 1143 …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/ |
D | es31fTextureMultisampleTests.cpp | 2081 …tcu::TestCaseGroup* const sampleGroup = new tcu::TestCaseGroup(m_testCtx, (std::string("samples_")… in init() local 2082 addChild(sampleGroup); in init() 2085 …sampleGroup->addChild(new SamplePosRasterizationTest(m_context, "sample_position", "test SAMPLE_PO… in init() 2088 …sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_only", "Test with Sampl… in init() 2089 …sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_and_alpha_to_coverage", "Tes… in init() 2090 …sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_and_sample_coverage", "Test… in init() 2091 …sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_and_sample_coverage_and_alpha_to_… in init() 2094 …sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_non_effective_bits", "Test … in init() 2098 …sampleGroup->addChild(new MultisampleTextureUsageCase(m_context, (std::string("use_") + textureTyp… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboColorbufferTests.cpp | 1155 …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()
|