Home
last modified time | relevance | path

Searched refs:typeGroup (Results 1 - 21 of 21) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmImageSamplerTests.cpp885 de::MovePtr<tcu::TestCaseGroup> typeGroup (new tcu::TestCaseGroup(testCtx, testname.c_str())); in addComputeImageSamplerTest()
981 typeGroup->addChild(depthGroup.release()); in addComputeImageSamplerTest()
982 descGroup->addChild(typeGroup.release()); in addComputeImageSamplerTest()
1179 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(testCtx, groupname)); in addGraphicsImageSamplerTest()
1250 typeGroup->addChild(depthGroup.release()); in addGraphicsImageSamplerTest()
1253 testtypeGroup->addChild(typeGroup.release()); in addGraphicsImageSamplerTest()
1255 descGroup->addChild(typeGroup.release()); in addGraphicsImageSamplerTest()
H A DvktSpvAsmTrinaryMinMaxTests.cpp878 de::MovePtr<tcu::TestCaseGroup> typeGroup{new tcu::TestCaseGroup{testCtx, typeName.c_str(), typeDesc.c_str()}}; in createTrinaryMinMaxGroup()
890 typeGroup->addChild(new TrinaryMinMaxCase{testCtx, aggType.second, params}); in createTrinaryMinMaxGroup()
893 opGroup->addChild(typeGroup.release()); in createTrinaryMinMaxGroup()
H A DvktSpvAsmFloatControlsTests.cpp4601 TestCaseGroup* typeGroup = new TestCaseGroup(testCtx, testGroup.groupName); in createFloatControlsTestGroup() local
4602 group->addChild(typeGroup); in createFloatControlsTestGroup()
4604 groupBuilder->createOperationTests(typeGroup, "input_args", testGroup.floatType, true); in createFloatControlsTestGroup()
4605 groupBuilder->createOperationTests(typeGroup, "generated_args", testGroup.floatType, false); in createFloatControlsTestGroup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmImageSamplerTests.cpp905 de::MovePtr<tcu::TestCaseGroup> typeGroup (new tcu::TestCaseGroup(testCtx, testname.c_str(), "")); in addComputeImageSamplerTest()
999 typeGroup->addChild(depthGroup.release()); in addComputeImageSamplerTest()
1000 descGroup->addChild(typeGroup.release()); in addComputeImageSamplerTest()
1194 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(testCtx, groupname, "")); in addGraphicsImageSamplerTest()
1265 typeGroup->addChild(depthGroup.release()); in addGraphicsImageSamplerTest()
1268 testtypeGroup->addChild(typeGroup.release()); in addGraphicsImageSamplerTest()
1270 descGroup->addChild(typeGroup.release()); in addGraphicsImageSamplerTest()
H A DvktSpvAsmTrinaryMinMaxTests.cpp878 de::MovePtr<tcu::TestCaseGroup> typeGroup{new tcu::TestCaseGroup{testCtx, typeName.c_str(), typeDesc.c_str()}}; in createTrinaryMinMaxGroup()
890 typeGroup->addChild(new TrinaryMinMaxCase{testCtx, aggType.second, "", params}); in createTrinaryMinMaxGroup()
893 opGroup->addChild(typeGroup.release()); in createTrinaryMinMaxGroup()
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutTests.cpp74 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(group.getTestContext(), name.c_str())); in createBlockBasicTypeCases()
76 typeGroup->addChild(new BlockBasicTypeCase(testCtx, "vertex", type, layoutFlags, numInstances, LOAD_FULL_MATRIX, TEST_STAGE_VERTEX)); in createBlockBasicTypeCases()
77 typeGroup->addChild(new BlockBasicTypeCase(testCtx, "geometry", type, layoutFlags, numInstances, LOAD_FULL_MATRIX, TEST_STAGE_GEOMETRY)); in createBlockBasicTypeCases()
79 group.addChild(typeGroup.release()); in createBlockBasicTypeCases()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutTests.cpp75 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(group.getTestContext(), name.c_str(), "")); in createBlockBasicTypeCases()
77 typeGroup->addChild(new BlockBasicTypeCase(testCtx, "vertex", "", type, layoutFlags, numInstances, LOAD_FULL_MATRIX, TEST_STAGE_VERTEX)); in createBlockBasicTypeCases()
78 typeGroup->addChild(new BlockBasicTypeCase(testCtx, "geometry", "", type, layoutFlags, numInstances, LOAD_FULL_MATRIX, TEST_STAGE_GEOMETRY)); in createBlockBasicTypeCases()
80 group.addChild(typeGroup.release()); in createBlockBasicTypeCases()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktPipelineIdentifierTests.cpp607 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(testCtx, testTypes[typeIdx].name)); in createPipelineIdentifierTests()
619 typeGroup->addChild(matchGroup.release()); in createPipelineIdentifierTests()
621 pipelineGroup->addChild(typeGroup.release()); in createPipelineIdentifierTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktPipelineIdentifierTests.cpp606 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(testCtx, testTypes[typeIdx].name, "")); in createPipelineIdentifierTests()
618 typeGroup->addChild(matchGroup.release()); in createPipelineIdentifierTests()
620 pipelineGroup->addChild(typeGroup.release()); in createPipelineIdentifierTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockTests.cpp85 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(group.getTestContext(), name.c_str())); in createBlockBasicTypeCases()
87 typeGroup->addChild(new BlockBasicTypeCase(testCtx, "vertex", type, layoutFlags|DECLARE_VERTEX, numInstances, LOAD_FULL_MATRIX)); in createBlockBasicTypeCases()
88 typeGroup->addChild(new BlockBasicTypeCase(testCtx, "fragment", type, layoutFlags|DECLARE_FRAGMENT, numInstances, LOAD_FULL_MATRIX)); in createBlockBasicTypeCases()
89 typeGroup->addChild(new BlockBasicTypeCase(testCtx, "both", type, layoutFlags|DECLARE_VERTEX|DECLARE_FRAGMENT, numInstances, LOAD_FULL_MATRIX)); in createBlockBasicTypeCases()
90 typeGroup->addChild(new BlockBasicTypeCase(testCtx, "vertex_comp_access", type, layoutFlags|DECLARE_VERTEX, numInstances, LOAD_MATRIX_COMPONENTS)); in createBlockBasicTypeCases()
91 typeGroup->addChild(new BlockBasicTypeCase(testCtx, "fragment_comp_access", type, layoutFlags|DECLARE_FRAGMENT, numInstances, LOAD_MATRIX_COMPONENTS)); in createBlockBasicTypeCases()
92 typeGroup->addChild(new BlockBasicTypeCase(testCtx, "both_comp_access", type, layoutFlags|DECLARE_VERTEX|DECLARE_FRAGMENT, numInstances, LOAD_MATRIX_COMPONENTS)); in createBlockBasicTypeCases()
94 group.addChild(typeGroup.release()); in createBlockBasicTypeCases()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockTests.cpp85 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(group.getTestContext(), name.c_str(), "")); in createBlockBasicTypeCases()
87 typeGroup->addChild(new BlockBasicTypeCase(testCtx, "vertex", "", type, layoutFlags|DECLARE_VERTEX, numInstances, LOAD_FULL_MATRIX)); in createBlockBasicTypeCases()
88 typeGroup->addChild(new BlockBasicTypeCase(testCtx, "fragment", "", type, layoutFlags|DECLARE_FRAGMENT, numInstances, LOAD_FULL_MATRIX)); in createBlockBasicTypeCases()
89 typeGroup->addChild(new BlockBasicTypeCase(testCtx, "both", "", type, layoutFlags|DECLARE_VERTEX|DECLARE_FRAGMENT, numInstances, LOAD_FULL_MATRIX)); in createBlockBasicTypeCases()
90 typeGroup->addChild(new BlockBasicTypeCase(testCtx, "vertex_comp_access", "", type, layoutFlags|DECLARE_VERTEX, numInstances, LOAD_MATRIX_COMPONENTS)); in createBlockBasicTypeCases()
91 typeGroup->addChild(new BlockBasicTypeCase(testCtx, "fragment_comp_access", "", type, layoutFlags|DECLARE_FRAGMENT, numInstances, LOAD_MATRIX_COMPONENTS)); in createBlockBasicTypeCases()
92 typeGroup->addChild(new BlockBasicTypeCase(testCtx, "both_comp_access", "", type, layoutFlags|DECLARE_VERTEX|DECLARE_FRAGMENT, numInstances, LOAD_MATRIX_COMPONENTS)); in createBlockBasicTypeCases()
94 group.addChild(typeGroup.release()); in createBlockBasicTypeCases()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp1443 tcu::TestCaseGroup* typeGroup = new tcu::TestCaseGroup(testCtx, "types"); in createZeroInitializeWorkgroupMemoryTests() local
1444 AddTypeTests(typeGroup, computePipelineConstructionType); in createZeroInitializeWorkgroupMemoryTests()
1445 tests->addChild(typeGroup); in createZeroInitializeWorkgroupMemoryTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp1443 tcu::TestCaseGroup* typeGroup = new tcu::TestCaseGroup(testCtx, "types", "basic type tests"); in createZeroInitializeWorkgroupMemoryTests() local
1444 AddTypeTests(typeGroup); in createZeroInitializeWorkgroupMemoryTests()
1445 tests->addChild(typeGroup); in createZeroInitializeWorkgroupMemoryTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindVertexBuffers2Tests.cpp1388 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(testCtx, strideTest.name)); in createCmdBindBuffers2Tests()
1391 typeGroup->addChild(new BindBuffers2Case(testCtx, countTest.name, pipelineConstructionType, strideTest.params, bindTest.singleBind, countTest.count)); in createCmdBindBuffers2Tests()
1393 bindGroup->addChild(typeGroup.release()); in createCmdBindBuffers2Tests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationProvokingVertexTests.cpp1019 tcu::TestCaseGroup* const typeGroup = new tcu::TestCaseGroup(testCtx, testType.name); in createTests() member in vkt::rasterization::__anon28376::tcu
1046 typeGroup->addChild(provokingGroup); in createTests()
1049 testGroup->addChild(typeGroup); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationProvokingVertexTests.cpp960 tcu::TestCaseGroup* const typeGroup = new tcu::TestCaseGroup(testCtx, testType.name, testType.desc); in createTests() member in vkt::rasterization::__anon29579::tcu
988 typeGroup->addChild(provokingGroup); in createTests()
991 testGroup->addChild(typeGroup); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp4461 de::MovePtr<tcu::TestCaseGroup> typeGroup (new tcu::TestCaseGroup(testCtx, types[typeNdx].name)); in createIndirectFlagsTestCases()
4467 typeGroup->addChild(new RayTracingIndirectTestCase(testCtx, flags[flagsNdx].name, params)); in createIndirectFlagsTestCases()
4469 testGroup->addChild(typeGroup.release()); in createIndirectFlagsTestCases()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectMiscTests.cpp3177 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(testCtx, typeTest.name));
3184 typeGroup->addChild(new ShaderObjectUnusedBuiltinCase(testCtx, shaderStageTest.name, params));
3186 linkedGroup->addChild(typeGroup.release());
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp9653 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(testCtx, s_descriptorTypes[descriptorNdx].name));
9750 typeGroup->addChild(stageGroup.release());
9756 updateMethodGroup->addChild(typeGroup.release());
9760 bindGroup->addChild(typeGroup.release());
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingShaderAccessTests.cpp9666 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(testCtx, s_descriptorTypes[descriptorNdx].name, s_descriptorTypes[descriptorNdx].description));
9763 typeGroup->addChild(stageGroup.release());
9769 updateMethodGroup->addChild(typeGroup.release());
9773 bindGroup->addChild(typeGroup.release());

Completed in 70 milliseconds