/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleInterpolationTests.cpp | 1075 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, "sample_interpolation_… in createMultisampleInterpolationTests() local 1076 …sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests() 1077 …sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests() 1078 …sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests() 1079 …sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests() 1080 …sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests() 1081 testGroup->addChild(sampleGroup.release()); in createMultisampleInterpolationTests()
|
D | vktPipelineMultisampledRenderToSingleSampledTests.cpp | 5003 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/ |
D | vktRenderPassDepthStencilResolveTests.cpp | 1493 …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()
|
D | vktRenderPassFragmentDensityMapTests.cpp | 2830 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, sample.name.c_str(), "… in createChildren() local 2855 …sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("static_subsampled") + str.s… in createChildren() 2857 …sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("deferred_subsampled") + str… in createChildren() 2860 …sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("dynamic_subsampled") + str.… in createChildren() 2867 …sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("static_nonsubsampled") + st… in createChildren() 2869 …sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("deferred_nonsubsampled") + … in createChildren() 2872 …sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("dynamic_nonsubsampled") + s… in createChildren() 2875 sizeGroup->addChild(sampleGroup.release()); in createChildren()
|
D | vktRenderPassMultisampleTests.cpp | 2198 …de::MovePtr<tcu::TestCaseGroup> sampleGroup (new tcu::TestCaseGroup(testCtx, testName.c_str(), tes… in initTests() local 2201 …sampleGroup->addChild(new InstanceFactory1<MultisampleRenderPassTestInstance, TestConfig, Programs… in initTests() 2204 …sampleGroup->addChild(new InstanceFactory1<MultisampleRenderPassTestInstance, TestConfig, Programs… in initTests() 2207 extFormatGroup->addChild(sampleGroup.release()); in initTests()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureMultisampleTests.cpp | 2140 …tcu::TestCaseGroup* const sampleGroup = new tcu::TestCaseGroup(m_testCtx, (std::string("samples_")… in init() local 2141 addChild(sampleGroup); in init() 2144 …sampleGroup->addChild(new SamplePosRasterizationTest(m_context, "sample_position", "test SAMPLE_PO… in init() 2147 …sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_only", "Test with Sampl… in init() 2148 …sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_and_alpha_to_coverage", "Tes… in init() 2149 …sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_and_sample_coverage", "Test… in init() 2150 …sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_and_sample_coverage_and_alpha_to_… in init() 2153 …sampleGroup->addChild(new SampleMaskCase(m_context, "sample_mask_non_effective_bits", "Test … in init() 2157 …sampleGroup->addChild(new MultisampleTextureUsageCase(m_context, (std::string("use_") + textureTyp… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktFragmentShadingRatePixelConsistency.cpp | 1415 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, sampCases[sampNdx].nam… in createPixelConsistencyTests() local 1426 …sampleGroup->addChild(new FSRPixelConsistencyTestCase(testCtx, extentCases[extNdx].name, extentCas… in createPixelConsistencyTests() 1433 …sampleGroup->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/ |
D | vktDrawMultipleInterpolationTests.cpp | 949 …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/ |
D | es3fFboColorbufferTests.cpp | 1157 …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()
|