Searched refs:sampleGroup (Results 1 – 7 of 7) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleInterpolationTests.cpp | 1056 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, "sample_interpolation_… in createMultisampleInterpolationTests() local 1057 …sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests() 1058 …sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests() 1059 …sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests() 1060 …sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests() 1061 …sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests() 1062 testGroup->addChild(sampleGroup.release()); in createMultisampleInterpolationTests()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassFragmentDensityMapTests.cpp | 1917 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, sample.name.c_str(), "… in createChildren() local 1940 …sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("static_subsampled") + str.s… in createChildren() 1942 …sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("deferred_subsampled") + str… in createChildren() 1945 …sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("dynamic_subsampled") + str.… in createChildren() 1951 …sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("static_nonsubsampled") + st… in createChildren() 1953 …sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("deferred_nonsubsampled") + … in createChildren() 1956 …sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("dynamic_nonsubsampled") + s… in createChildren() 1959 sizeGroup->addChild(sampleGroup.release()); in createChildren()
|
D | vktRenderPassDepthStencilResolveTests.cpp | 1406 …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()
|
D | vktRenderPassMultisampleTests.cpp | 2201 …de::MovePtr<tcu::TestCaseGroup> sampleGroup (new tcu::TestCaseGroup(testCtx, testName.c_str(), tes… in initTests() local 2204 …sampleGroup->addChild(new InstanceFactory1<MultisampleRenderPassTestInstance, TestConfig, Programs… in initTests() 2207 …sampleGroup->addChild(new InstanceFactory1<MultisampleRenderPassTestInstance, TestConfig, Programs… in initTests() 2210 extFormatGroup->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/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
D | vktFragmentShadingRatePixelConsistency.cpp | 1328 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, sampCases[sampNdx].nam… in createPixelConsistencyTests() local 1339 …sampleGroup->addChild(new FSRPixelConsistencyTestCase(testCtx, extentCases[extNdx].name, extentCas… in createPixelConsistencyTests() 1342 rateGroup->addChild(sampleGroup.release()); in createPixelConsistencyTests()
|
/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()
|