Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleInterpolationTests.cpp1061 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, "sample_interpolation_… in createMultisampleInterpolationTests() local
1062sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests()
1063sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests()
1064sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests()
1065sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests()
1066sampleGroup->addChild(makeMSGroup<multisample::MSCase<multisample::MSCaseInterpolateAtSampleConsis… in createMultisampleInterpolationTests()
1067 testGroup->addChild(sampleGroup.release()); in createMultisampleInterpolationTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp1470 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, sampleName.c_str(), sa… in initTests() local
1626 sampleGroup->addChild(formatGroup.release()); in initTests()
1630 imageGroup->addChild(sampleGroup.release()); in initTests()
1654 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, sampleName.c_str(), sa… in initTests() local
1750 sampleGroup->addChild(formatGroup.release()); in initTests()
1753 imageGroup->addChild(sampleGroup.release()); in initTests()
DvktRenderPassFragmentDensityMapTests.cpp2330 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, sample.name.c_str(), "… in createChildren() local
2355sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("static_subsampled") + str.s… in createChildren()
2357sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("deferred_subsampled") + str… in createChildren()
2360sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("dynamic_subsampled") + str.… in createChildren()
2366sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("static_nonsubsampled") + st… in createChildren()
2368sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("deferred_nonsubsampled") + … in createChildren()
2371sampleGroup->addChild(new FragmentDensityMapTest(testCtx, std::string("dynamic_nonsubsampled") + s… in createChildren()
2374 sizeGroup->addChild(sampleGroup.release()); in createChildren()
DvktRenderPassMultisampleTests.cpp2200 …de::MovePtr<tcu::TestCaseGroup> sampleGroup (new tcu::TestCaseGroup(testCtx, testName.c_str(), tes… in initTests() local
2203sampleGroup->addChild(new InstanceFactory1<MultisampleRenderPassTestInstance, TestConfig, Programs… in initTests()
2206sampleGroup->addChild(new InstanceFactory1<MultisampleRenderPassTestInstance, TestConfig, Programs… in initTests()
2209 extFormatGroup->addChild(sampleGroup.release()); in initTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRatePixelConsistency.cpp1408 …de::MovePtr<tcu::TestCaseGroup> sampleGroup(new tcu::TestCaseGroup(testCtx, sampCases[sampNdx].nam… in createPixelConsistencyTests() local
1419sampleGroup->addChild(new FSRPixelConsistencyTestCase(testCtx, extentCases[extNdx].name, extentCas… in createPixelConsistencyTests()
1426sampleGroup->addChild(new FSRPixelConsistencyTestCase(testCtx, caseName.c_str(), extentCases[extNd… in createPixelConsistencyTests()
1429 rateGroup->addChild(sampleGroup.release()); in createPixelConsistencyTests()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleInterpolationTests.cpp817 …de::MovePtr<tcu::TestCaseGroup> sampleGroup {new tcu::TestCaseGroup{testCtx, sampleVariant.groupNa… in createTests() local
822 sampleGroup->addChild(new DrawTestCase(testCtx, testVariant.name, testVariant.desc, params)); in createTests()
825 group->addChild(sampleGroup.release()); in createTests()
/third_party/vk-gl-cts/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()