Home
last modified time | relevance | path

Searched refs:stageGroup (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp1804 de::MovePtr<tcu::TestCaseGroup> stageGroup (new tcu::TestCaseGroup(testCtx, stage.name, "")); in createSpecConstantTests() local
1806 stageGroup->addChild(createDefaultValueTests (testCtx, stage.stage)); in createSpecConstantTests()
1807 stageGroup->addChild(createBasicSpecializationTests(testCtx, stage.stage)); in createSpecConstantTests()
1808 stageGroup->addChild(createBuiltInOverrideTests (testCtx, stage.stage)); in createSpecConstantTests()
1809 stageGroup->addChild(createExpressionTests (testCtx, stage.stage)); in createSpecConstantTests()
1810 stageGroup->addChild(createCompositeTests (testCtx, stage.stage)); in createSpecConstantTests()
1813 stageGroup->addChild(createWorkGroupSizeTests(testCtx)); in createSpecConstantTests()
1815 stage.parentGroup->addChild(stageGroup.release()); in createSpecConstantTests()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorSetRandomTests.cpp1786 …de::MovePtr<tcu::TestCaseGroup> stageGroup(new tcu::TestCaseGroup(testCtx, stageCases[stageNdx].na… in createDescriptorSetRandomTests() local
1808 stageGroup->addChild(new DescriptorSetRandomTestCase(testCtx, name.c_str(), "test", c)); in createDescriptorSetRandomTests()
1810 (updateAfterBind ? uabGroup : iubGroup)->addChild(stageGroup.release()); in createDescriptorSetRandomTests()
DvktBindingShaderAccessTests.cpp9397 …de::MovePtr<tcu::TestCaseGroup> stageGroup (new tcu::TestCaseGroup(testCtx, s_shaderStages[sta… in createShaderAccessTests() local
9476 stageGroup->addChild(dimensionSingleDescriptorSetGroup.release()); in createShaderAccessTests()
9486 stageGroup->addChild(multipleGroup.release()); in createShaderAccessTests()
9487 stageGroup->addChild(multipleDiscontiguousGroup.release()); in createShaderAccessTests()
9488 typeGroup->addChild(stageGroup.release()); in createShaderAccessTests()