Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleInterpolationTests.cpp1075 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, "sample_interpolation_… in createMultisampleInterpolationTests() local
1076sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests()
1077sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests()
1078sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests()
1079sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests()
1080sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests()
1081 testGroup->addChild(sampleGroup.release()); in createMultisampleInterpolationTests()
DvktPipelineMultisampledRenderToSingleSampledTests.cpp5003 MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup( in createMultisampledTestsInGroup() local
5037 sampleGroup->addChild(resolveGroup.release()); in createMultisampledTestsInGroup()
5039 formatGroup->addChild(sampleGroup.release()); in createMultisampledTestsInGroup()
5063 MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup( in createMultisampledTestsInGroup() local
5096 sampleGroup->addChild(resolveGroup.release()); in createMultisampledTestsInGroup()
5098 formatGroup->addChild(sampleGroup.release()); in createMultisampledTestsInGroup()
5256 MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup( in createMultisampledTestsInGroup() local
5289 sampleGroup->addChild(resolveGroup.release()); in createMultisampledTestsInGroup()
5291 formatGroup->addChild(sampleGroup.release()); in createMultisampledTestsInGroup()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp1493 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, sampleName.c_str(), sa… in initTests() local
1649 sampleGroup->addChild(formatGroup.release()); in initTests()
1653 imageGroup->addChild(sampleGroup.release()); in initTests()
1677 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, sampleName.c_str(), sa… in initTests() local
1779 sampleGroup->addChild(formatGroup.release()); in initTests()
1782 imageGroup->addChild(sampleGroup.release()); in initTests()
DvktRenderPassFragmentDensityMapTests.cpp2830 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, sample.name.c_str(), "… in createChildren() local
2855sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("static_subsampled") + str.s… in createChildren()
2857sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("deferred_subsampled") + str… in createChildren()
2860sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("dynamic_subsampled") + str.… in createChildren()
2867sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("static_nonsubsampled") + st… in createChildren()
2869sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("deferred_nonsubsampled") + … in createChildren()
2872sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("dynamic_nonsubsampled") + s… in createChildren()
2875 sizeGroup->addChild(sampleGroup.release()); in createChildren()
DvktRenderPassMultisampleTests.cpp2198 …de::MovePtr<tcu::TestCaseGroup> sampleGroup (new tcu::TestCaseGroup(testCtx, testName.c_str(), tes… in initTests() local
2201sampleGroup->addChild(new InstanceFactory1<MultisampleRenderPassTestInstance, TestConfig, Programs… in initTests()
2204sampleGroup->addChild(new InstanceFactory1<MultisampleRenderPassTestInstance, TestConfig, Programs… in initTests()
2207 extFormatGroup->addChild(sampleGroup.release()); in initTests()
/external/deqp/modules/gles31/functional/
Des31fTextureMultisampleTests.cpp2140 …tcu::TestCaseGroup* const sampleGroup = new tcu::TestCaseGroup(m_testCtx, (std::string("samples_")… in init() local
2141 addChild(sampleGroup); in init()
2144sampleGroup->addChild(new SamplePosRasterizationTest(m_context, "sample_position", "test SAMPLE_PO… in init()
2147sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_only", "Test with Sampl… in init()
2148sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_and_alpha_to_coverage", "Tes… in init()
2149sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_and_sample_coverage", "Test… in init()
2150sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_and_sample_coverage_and_alpha_to_… in init()
2153sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_non_effective_bits", "Test … in init()
2157sampleGroup->addChild(new MultisampleTextureUsageCase(m_context, (std::string("use_") + textureTyp… in init()
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRatePixelConsistency.cpp1415 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, sampCases[sampNdx].nam… in createPixelConsistencyTests() local
1426sampleGroup->addChild(new FSRPixelConsistencyTestCase(testCtx, extentCases[extNdx].name, extentCas… in createPixelConsistencyTests()
1433sampleGroup->addChild(new FSRPixelConsistencyTestCase(testCtx, caseName.c_str(), extentCases[extNd… in createPixelConsistencyTests()
1436 rateGroup->addChild(sampleGroup.release()); in createPixelConsistencyTests()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleInterpolationTests.cpp949 …de::MovePtr<tcu::TestCaseGroup> sampleGroup {new tcu::TestCaseGroup{testCtx, sampleVariant.groupNa… in createTests() local
954 sampleGroup->addChild(new DrawTestCase(testCtx, testVariant.name, testVariant.desc, params)); in createTests()
957 group->addChild(sampleGroup.release()); in createTests()
/external/deqp/modules/gles3/functional/
Des3fFboColorbufferTests.cpp1157 …tcu::TestCaseGroup* const sampleGroup = new tcu::TestCaseGroup(m_testCtx, "sample", "Read by sampl… in init() local
1158 repeatedClearGroup->addChild(sampleGroup); in init()
1161 sampleGroup->addChild(tex2DGroup); in init()