Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleInterpolationTests.cpp1056 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, "sample_interpolation_… in createMultisampleInterpolationTests() local
1057sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests()
1058sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests()
1059sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests()
1060sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests()
1061sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests()
1062 testGroup->addChild(sampleGroup.release()); in createMultisampleInterpolationTests()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassFragmentDensityMapTests.cpp1917 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, sample.name.c_str(), "… in createChildren() local
1940sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("static_subsampled") + str.s… in createChildren()
1942sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("deferred_subsampled") + str… in createChildren()
1945sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("dynamic_subsampled") + str.… in createChildren()
1951sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("static_nonsubsampled") + st… in createChildren()
1953sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("deferred_nonsubsampled") + … in createChildren()
1956sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("dynamic_nonsubsampled") + s… in createChildren()
1959 sizeGroup->addChild(sampleGroup.release()); in createChildren()
DvktRenderPassDepthStencilResolveTests.cpp1406 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, sampleName.c_str(), sa… in initTests() local
1552 sampleGroup->addChild(formatGroup.release()); in initTests()
1556 imageGroup->addChild(sampleGroup.release()); in initTests()
1580 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, sampleName.c_str(), sa… in initTests() local
1674 sampleGroup->addChild(formatGroup.release()); in initTests()
1677 imageGroup->addChild(sampleGroup.release()); in initTests()
DvktRenderPassMultisampleTests.cpp2201 …de::MovePtr<tcu::TestCaseGroup> sampleGroup (new tcu::TestCaseGroup(testCtx, testName.c_str(), tes… in initTests() local
2204sampleGroup->addChild(new InstanceFactory1<MultisampleRenderPassTestInstance, TestConfig, Programs… in initTests()
2207sampleGroup->addChild(new InstanceFactory1<MultisampleRenderPassTestInstance, TestConfig, Programs… in initTests()
2210 extFormatGroup->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/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRatePixelConsistency.cpp1328 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, sampCases[sampNdx].nam… in createPixelConsistencyTests() local
1339sampleGroup->addChild(new FSRPixelConsistencyTestCase(testCtx, extentCases[extNdx].name, extentCas… in createPixelConsistencyTests()
1342 rateGroup->addChild(sampleGroup.release()); in createPixelConsistencyTests()
/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()