Home
last modified time | relevance | path

Searched refs:mainGroup (Results 1 – 25 of 194) sorted by relevance

12345678

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderTests.cpp47 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "mesh_shader", "Mesh Shader Tests")); in createTests() local
57 mainGroup->addChild(nvGroup.release()); in createTests()
58 return mainGroup.release(); in createTests()
DvktMeshShaderBuiltinTests.cpp1738 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "builtin", "Mesh Shader Builtin Tests")); in createMeshShaderBuiltinTests() local
1740 mainGroup->addChild(new PositionCase (testCtx, "position", "")); in createMeshShaderBuiltinTests()
1741 mainGroup->addChild(new PointSizeCase (testCtx, "point_size", "")); in createMeshShaderBuiltinTests()
1742 mainGroup->addChild(new ClipDistanceCase (testCtx, "clip_distance", "")); in createMeshShaderBuiltinTests()
1743 mainGroup->addChild(new CullDistanceCase (testCtx, "cull_distance", "")); in createMeshShaderBuiltinTests()
1744 mainGroup->addChild(new PrimitiveIdCase (testCtx, "primitive_id_glsl", "", true/*glslFrag*/)); in createMeshShaderBuiltinTests()
1745 mainGroup->addChild(new PrimitiveIdCase (testCtx, "primitive_id_spirv", "", false/*glslFrag*/)); in createMeshShaderBuiltinTests()
1746 mainGroup->addChild(new LayerCase (testCtx, "layer", "", false/*shareVertices*/)); in createMeshShaderBuiltinTests()
1747 mainGroup->addChild(new LayerCase (testCtx, "layer_shared", "", true/*shareVertices*/)); in createMeshShaderBuiltinTests()
1748mainGroup->addChild(new ViewportIndexCase (testCtx, "viewport_index", "", false/*shareVertices*/… in createMeshShaderBuiltinTests()
[all …]
DvktMeshShaderPropertyTests.cpp659 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "property", "Mesh Shader Property Tests")); in createMeshShaderPropertyTests() local
661mainGroup->addChild(new MaxDrawMeshTasksCountCase (testCtx, "max_draw_mesh_tasks_count_with_task"… in createMeshShaderPropertyTests()
662mainGroup->addChild(new MaxDrawMeshTasksCountCase (testCtx, "max_draw_mesh_tasks_count_with_mesh"… in createMeshShaderPropertyTests()
663mainGroup->addChild(new MaxTaskWorkGroupInvocationsCase (testCtx, "max_task_work_group_invocations… in createMeshShaderPropertyTests()
664 mainGroup->addChild(new MaxTaskWorkGroupSizeCase (testCtx, "max_task_work_group_size", "")); in createMeshShaderPropertyTests()
665 mainGroup->addChild(new MaxTaskOutputCountCase (testCtx, "max_task_output_count", "")); in createMeshShaderPropertyTests()
666mainGroup->addChild(new MaxMeshWorkGroupInvocationsCase (testCtx, "max_mesh_work_group_invocations… in createMeshShaderPropertyTests()
667 mainGroup->addChild(new MaxMeshWorkGroupSizeCase (testCtx, "max_mesh_work_group_size", "")); in createMeshShaderPropertyTests()
668mainGroup->addChild(new MaxTaskTotalMemorySizeCase (testCtx, "max_task_total_memory_size", "")… in createMeshShaderPropertyTests()
669mainGroup->addChild(new MaxMeshTotalMemorySizeCase (testCtx, "max_mesh_total_memory_size", "")… in createMeshShaderPropertyTests()
[all …]
DvktMeshShaderApiTests.cpp648 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "api", "Mesh Shader API tests")); in createMeshShaderApiTests() local
809 mainGroup->addChild(drawGroup.release()); in createMeshShaderApiTests()
812 return mainGroup.release(); in createMeshShaderApiTests()
DvktMeshShaderSyncTests.cpp1199 …GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "synchronization", "Mesh Shader synchronizatio… in createMeshShaderSyncTests() local
1261 mainGroup->addChild(combinationGroup.release()); in createMeshShaderSyncTests()
1264 return mainGroup.release(); in createMeshShaderSyncTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawTests.cpp95 …de::MovePtr<tcu::TestCaseGroup> mainGroup (new tcu::TestCaseGroup(testCtx, "draw", "Simple Draw… in createTests() local
102 mainGroup->addChild(renderpassGroup.release()); in createTests()
103 mainGroup->addChild(dynamicRenderingGroup.release()); in createTests()
105 return mainGroup.release(); in createTests()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBManager.java512 BundleGroup mainGroup = null; in createItem() local
516 if (bg.getName().equals(groupName)) {mainGroup = bg; break;} in createItem()
518 if (mainGroup == null) return false; in createItem()
520 BundleItem mainItem = new BundleItem(mainGroup, name, value); in createItem()
526 mainGroup.addBundleItem(mainItem); in createItem()
672 BundleGroup mainGroup = mainBundle.getBundleGroup(i); in createResource() local
673 BundleGroup bg = new BundleGroup(bundle,mainGroup.getName()); in createResource()
674 bg.setComment(mainGroup.getComment()); in createResource()
676 for (int j=0; j < mainGroup.getItemCount(); j++) { in createResource()
677 BundleItem mainItem = mainGroup.getBundleItem(j); in createResource()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateTests.cpp447 …de::MovePtr<tcu::TestCaseGroup> mainGroup (new tcu::TestCaseGroup(testCtx, "fragment_shading_ra… in createTests() local
454 mainGroup->addChild(renderpass2Group.release()); in createTests()
455 mainGroup->addChild(dynamicRenderingGroup.release()); in createTests()
457 return mainGroup.release(); in createTests()
DvktAttachmentRateTests.cpp2259 de::MovePtr<tcu::TestCaseGroup> mainGroup(new tcu::TestCaseGroup(testCtx, "attachment_rate", "")); in createAttachmentRateTests() local
2296 mainGroup->addChild(testModeGroup.release()); in createAttachmentRateTests()
2309 mainGroup->addChild(miscGroup.release()); in createAttachmentRateTests()
2311 parentGroup->addChild(mainGroup.release()); in createAttachmentRateTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBarycentricCoordinatesTests.cpp432 …GroupPtr mainGroup(new tcu::TestCaseGroup(testCtx, "barycentric_coordinates", "Test barycentric co… in createBarycentricCoordinatesTests() local
435mainGroup->addChild(new BarycentricCoordinatesCase(testCtx, "ahit", "", TestParams{VK_SHADER_STAGE… in createBarycentricCoordinatesTests()
436mainGroup->addChild(new BarycentricCoordinatesCase(testCtx, "chit", "", TestParams{VK_SHADER_STAGE… in createBarycentricCoordinatesTests()
438 return mainGroup.release(); in createBarycentricCoordinatesTests()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fBlendTests.cpp377 …TestCaseGroup* mainGroup = new TestCaseGroup(m_context, "rgb_func_alpha_func", "Combinations of RG… in init() local
378 addChild(mainGroup); in init()
381 mainGroup->addChild(srcGroup); in init()
382 mainGroup->addChild(dstGroup); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryBarycentricCoordinatesTests.cpp373 …GroupPtr mainGroup(new tcu::TestCaseGroup(testCtx, "barycentric_coordinates", "Test barycentric co… in createBarycentricCoordinatesTests() local
376 mainGroup->addChild(new BarycentricCoordinatesCase(testCtx, "compute", "", TestParams{seed++})); in createBarycentricCoordinatesTests()
378 return mainGroup.release(); in createBarycentricCoordinatesTests()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fBlendTests.cpp445 …TestCaseGroup* mainGroup = new TestCaseGroup(m_context, "rgb_func_alpha_func", "Combinations of RG… in init() local
446 fbGroup->addChild(mainGroup); in init()
449 mainGroup->addChild(srcGroup); in init()
450 mainGroup->addChild(dstGroup); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateComputeTests.cpp878 …GroupPtr mainGroup(new tcu::TestCaseGroup(testCtx, "compute_transfer", "Dynamic state mixed with c… in createDynamicStateComputeTests() local
933 mainGroup->addChild(singleStateGroup.release()); in createDynamicStateComputeTests()
967 mainGroup->addChild(multiStateGroup.release()); in createDynamicStateComputeTests()
970 return mainGroup.release(); in createDynamicStateComputeTests()
/third_party/flutter/skia/third_party/externals/sdl/premake/Xcode-iOS/SDL2main/SDL2main.xcodeproj/
Dproject.pbxproj98 mainGroup = 24A248A70B67298D6C2C6433 /* SDL2main */;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp1372 …de::MovePtr<tcu::TestCaseGroup> mainGroup(new tcu::TestCaseGroup(testCtx, "border_swizzle", "Borde… in createSamplerBorderSwizzleTests() local
1438 mainGroup->addChild(formatGroup.release()); in createSamplerBorderSwizzleTests()
1441 return mainGroup.release(); in createSamplerBorderSwizzleTests()
/third_party/flutter/skia/third_party/externals/sdl/premake/Xcode/Xcode4/SDL2main/SDL2main.xcodeproj/
Dproject.pbxproj98 mainGroup = 54034EA07AB7217318964A6E /* SDL2main */;
/third_party/flutter/skia/third_party/externals/sdl/premake/Xcode/Xcode3/SDL2main/SDL2main.xcodeproj/
Dproject.pbxproj98 mainGroup = 608409A47F473CA5269D156D /* SDL2main */;
/third_party/protobuf/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/
Dproject.pbxproj116 mainGroup = F4D5A0A01CEE2D8F00562D79;
/third_party/openh264/codec/build/iOS/openh264/openh264.xcodeproj/
Dproject.pbxproj167 mainGroup = 54D53602196CC76D005442F9;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageDepthStencilDescriptorTests.cpp1312 …TestCaseGroupPtr mainGroup(new tcu::TestCaseGroup(testCtx, "depth_stencil_descriptor", "Tests usin… in createImageDepthStencilDescriptorTests() local
1434 mainGroup->addChild(layoutGroup.release()); in createImageDepthStencilDescriptorTests()
1437 return mainGroup.release(); in createImageDepthStencilDescriptorTests()
/third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester.xcodeproj/
Dproject.pbxproj124 mainGroup = F4D5A07D1CEE01E200562D79;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingValveMutableTests.cpp3697 …GroupPtr mainGroup(new tcu::TestCaseGroup(testCtx, "mutable_descriptor", "Tests for VK_VALVE_mutab… in createDescriptorValveMutableTests() local
3809 mainGroup->addChild(singleCases.release()); in createDescriptorValveMutableTests()
3829 mainGroup->addChild(singleNonMutableGroup.release()); in createDescriptorValveMutableTests()
3933 mainGroup->addChild(arrayGroup.release()); in createDescriptorValveMutableTests()
4001 mainGroup->addChild(singleAndArrayGroup.release()); in createDescriptorValveMutableTests()
4037 mainGroup->addChild(multipleGroup.release()); in createDescriptorValveMutableTests()
4040 return mainGroup.release(); in createDescriptorValveMutableTests()
/third_party/grpc/test/core/iomgr/ios/CFStreamTests/CFStreamTests.xcodeproj/
Dproject.pbxproj117 mainGroup = 5E143B582069D67300715A6E;
/third_party/flutter/flutter/dev/integration_tests/ios_host_app/Host.xcodeproj/
Dproject.pbxproj132 mainGroup = 74F97858215AB9E8005A0F04;

12345678