Home
last modified time | relevance | path

Searched refs:typeGroup (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmImageSamplerTests.cpp1080 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(testCtx, groupname, "")); in addGraphicsImageSamplerTest() local
1120 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, typeGroup.get()); in addGraphicsImageSamplerTest()
1123 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, typeGroup.get()); in addGraphicsImageSamplerTest()
1126 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, typeGroup.get()); in addGraphicsImageSamplerTest()
1129 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, typeGroup.get()); in addGraphicsImageSamplerTest()
1134 noPushConstants, resources, noInterfaces, noExtensions, vulkanFeatures, typeGroup.get()); in addGraphicsImageSamplerTest()
1137 testtypeGroup->addChild(typeGroup.release()); in addGraphicsImageSamplerTest()
1139 descGroup->addChild(typeGroup.release()); in addGraphicsImageSamplerTest()
DvktSpvAsmTrinaryMinMaxTests.cpp878 …de::MovePtr<tcu::TestCaseGroup> typeGroup{new tcu::TestCaseGroup{testCtx, typeName.c_str(), typeDe… in createTrinaryMinMaxGroup() local
890 typeGroup->addChild(new TrinaryMinMaxCase{testCtx, aggType.second, "", params}); in createTrinaryMinMaxGroup()
893 opGroup->addChild(typeGroup.release()); in createTrinaryMinMaxGroup()
DvktSpvAsmFloatControlsTests.cpp4599 TestCaseGroup* typeGroup = new TestCaseGroup(testCtx, testGroup.groupName, ""); in createFloatControlsTestGroup() local
4600 group->addChild(typeGroup); in createFloatControlsTestGroup()
4602 groupBuilder->createOperationTests(typeGroup, "input_args", testGroup.floatType, true); in createFloatControlsTestGroup()
4603 groupBuilder->createOperationTests(typeGroup, "generated_args", testGroup.floatType, false); in createFloatControlsTestGroup()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp85 …de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(group.getTestContext(), name.c_st… in createBlockBasicTypeCases() local
87typeGroup->addChild(new BlockBasicTypeCase(testCtx, "vertex", "", type, layoutFlags|DECLARE_VER… in createBlockBasicTypeCases()
88typeGroup->addChild(new BlockBasicTypeCase(testCtx, "fragment", "", type, layoutFlags|DECLARE_F… in createBlockBasicTypeCases()
89typeGroup->addChild(new BlockBasicTypeCase(testCtx, "both", "", type, layoutFlags|DECLARE_VERT… in createBlockBasicTypeCases()
90typeGroup->addChild(new BlockBasicTypeCase(testCtx, "vertex_comp_access", "", type, layoutFlags|DE… in createBlockBasicTypeCases()
91typeGroup->addChild(new BlockBasicTypeCase(testCtx, "fragment_comp_access", "", type, layoutFlags|… in createBlockBasicTypeCases()
92typeGroup->addChild(new BlockBasicTypeCase(testCtx, "both_comp_access", "", type, layoutFlags|DEC… in createBlockBasicTypeCases()
94 group.addChild(typeGroup.release()); in createBlockBasicTypeCases()
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutTests.cpp75 …de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(group.getTestContext(), name.c_st… in createBlockBasicTypeCases() local
77typeGroup->addChild(new BlockBasicTypeCase(testCtx, "vertex", "", type, layoutFlags, numInstances,… in createBlockBasicTypeCases()
78typeGroup->addChild(new BlockBasicTypeCase(testCtx, "geometry", "", type, layoutFlags, numInstance… in createBlockBasicTypeCases()
80 group.addChild(typeGroup.release()); in createBlockBasicTypeCases()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp1408 tcu::TestCaseGroup* typeGroup = new tcu::TestCaseGroup(testCtx, "types", "basic type tests"); in createZeroInitializeWorkgroupMemoryTests() local
1409 AddTypeTests(typeGroup); in createZeroInitializeWorkgroupMemoryTests()
1410 tests->addChild(typeGroup); in createZeroInitializeWorkgroupMemoryTests()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp9429 …de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(testCtx, s_descriptorTypes[descri… in createShaderAccessTests() local
9526 typeGroup->addChild(stageGroup.release()); in createShaderAccessTests()
9532 updateMethodGroup->addChild(typeGroup.release()); in createShaderAccessTests()
9536 bindGroup->addChild(typeGroup.release()); in createShaderAccessTests()