/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
H A D | vktShaderObjectTests.cpp | 48 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, name.c_str())); in createTests() 50 mainGroup->addChild(createShaderObjectApiTests(testCtx)); in createTests() 51 mainGroup->addChild(createShaderObjectCreateTests(testCtx)); in createTests() 52 mainGroup->addChild(createShaderObjectLinkTests(testCtx)); in createTests() 53 mainGroup->addChild(createShaderObjectBinaryTests(testCtx)); in createTests() 54 mainGroup->addChild(createShaderObjectPipelineInteractionTests(testCtx)); in createTests() 55 mainGroup->addChild(createShaderObjectBindingTests(testCtx)); in createTests() 56 mainGroup->addChild(createShaderObjectPerformanceTests(testCtx)); in createTests() 57 mainGroup->addChild(createShaderObjectRenderingTests(testCtx)); in createTests() 58 mainGroup in createTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateTests.cpp | 73 void initDynamicStateTestGroup (tcu::TestCaseGroup* mainGroup) in initDynamicStateTestGroup() argument 75 auto& testCtx = mainGroup->getTestContext(); in initDynamicStateTestGroup() 85 mainGroup->addChild(monolithicGroup.release()); in initDynamicStateTestGroup() 86 mainGroup->addChild(pipelineLibraryGroup.release()); in initDynamicStateTestGroup() 87 mainGroup->addChild(fastLinkedLibraryGroup.release()); in initDynamicStateTestGroup() 88 mainGroup->addChild(shaderObjectUnlinkedSpirvGroup.release()); in initDynamicStateTestGroup() 89 mainGroup->addChild(shaderObjectUnlinkedBinaryGroup.release()); in initDynamicStateTestGroup() 90 mainGroup->addChild(shaderObjectLinkedSpirvGroup.release()); in initDynamicStateTestGroup() 91 mainGroup->addChild(shaderObjectLinkedBinaryGroup.release()); in initDynamicStateTestGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineTests.cpp | 212 de::MovePtr<tcu::TestCaseGroup> mainGroup(new tcu::TestCaseGroup(testCtx, name.c_str())); in createTests() 213 mainGroup->addChild(monolithicGroup.release()); in createTests() 214 mainGroup->addChild(pipelineLibraryGroup.release()); in createTests() 215 mainGroup->addChild(fastLinkedLibraryGroup.release()); in createTests() 216 mainGroup->addChild(shaderObjectUnlinkedSpirvGroup.release()); in createTests() 217 mainGroup->addChild(shaderObjectUnlinkedBinaryGroup.release()); in createTests() 218 mainGroup->addChild(shaderObjectLinkedSpirvGroup.release()); in createTests() 219 mainGroup->addChild(shaderObjectLinkedBinaryGroup.release()); in createTests() 220 return mainGroup.release(); in createTests()
|
H A D | vktPipelineInputAttributeOffsetTests.cpp | 496 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "input_attribute_offset")); in createInputAttributeOffsetTests() 545 mainGroup->addChild(dataTypeGrp.release()); in createInputAttributeOffsetTests() 548 return mainGroup.release(); in createInputAttributeOffsetTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeTests.cpp | 75 de::MovePtr<tcu::TestCaseGroup> mainGroup(new tcu::TestCaseGroup(testCtx, name.c_str())); in createTests() 76 mainGroup->addChild(pipelineGroup.release()); in createTests() 78 mainGroup->addChild(shaderObjectSpirvGroup.release()); in createTests() 79 mainGroup->addChild(shaderObjectBinaryGroup.release()); in createTests() 81 return mainGroup.release(); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateTests.cpp | 77 de::MovePtr<tcu::TestCaseGroup> mainGroup(new tcu::TestCaseGroup(testCtx, "dynamic_state", "Dynamic State Tests")); in createTests() 78 mainGroup->addChild(monolithicGroup.release()); in createTests() 79 mainGroup->addChild(pipelineLibraryGroup.release()); in createTests() 80 mainGroup->addChild(fastLinkedLibraryGroup.release()); in createTests() 81 return mainGroup.release(); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderTests.cpp | 57 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, name.c_str(), "Mesh Shader Tests")); in createTests() 81 mainGroup->addChild(nvGroup.release()); in createTests() 82 mainGroup->addChild(extGroup.release()); in createTests() 83 return mainGroup.release(); in createTests()
|
H A D | vktMeshShaderPropertyTests.cpp | 652 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "property")); in createMeshShaderPropertyTests() 654 mainGroup->addChild(new MaxDrawMeshTasksCountCase (testCtx, "max_draw_mesh_tasks_count_with_task", MaxDrawMeshTasksCountCase::TestType::TASK)); in createMeshShaderPropertyTests() 655 mainGroup->addChild(new MaxDrawMeshTasksCountCase (testCtx, "max_draw_mesh_tasks_count_with_mesh", MaxDrawMeshTasksCountCase::TestType::MESH)); in createMeshShaderPropertyTests() 656 mainGroup->addChild(new MaxTaskWorkGroupInvocationsCase (testCtx, "max_task_work_group_invocations")); in createMeshShaderPropertyTests() 657 mainGroup->addChild(new MaxTaskWorkGroupSizeCase (testCtx, "max_task_work_group_size")); in createMeshShaderPropertyTests() 658 mainGroup->addChild(new MaxTaskOutputCountCase (testCtx, "max_task_output_count")); in createMeshShaderPropertyTests() 659 mainGroup->addChild(new MaxMeshWorkGroupInvocationsCase (testCtx, "max_mesh_work_group_invocations")); in createMeshShaderPropertyTests() 660 mainGroup->addChild(new MaxMeshWorkGroupSizeCase (testCtx, "max_mesh_work_group_size")); in createMeshShaderPropertyTests() 661 mainGroup->addChild(new MaxTaskTotalMemorySizeCase (testCtx, "max_task_total_memory_size")); in createMeshShaderPropertyTests() 662 mainGroup in createMeshShaderPropertyTests() [all...] |
H A D | vktMeshShaderBuiltinTestsEXT.cpp | 2448 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "builtin")); in createMeshShaderBuiltinTestsEXT() 2450 mainGroup->addChild(new PositionCase (testCtx, "position")); in createMeshShaderBuiltinTestsEXT() 2451 mainGroup->addChild(new PointSizeCase (testCtx, "point_size")); in createMeshShaderBuiltinTestsEXT() 2452 mainGroup->addChild(new ClipDistanceCase (testCtx, "clip_distance")); in createMeshShaderBuiltinTestsEXT() 2453 mainGroup->addChild(new CullDistanceCase (testCtx, "cull_distance")); in createMeshShaderBuiltinTestsEXT() 2454 mainGroup->addChild(new PrimitiveIdCase (testCtx, "primitive_id_glsl", true/*glslFrag*/)); in createMeshShaderBuiltinTestsEXT() 2455 mainGroup->addChild(new PrimitiveIdCase (testCtx, "primitive_id_spirv", false/*glslFrag*/)); in createMeshShaderBuiltinTestsEXT() 2456 mainGroup->addChild(new LayerCase (testCtx, "layer", true/*writeval*/, false/*shareVertices*/)); in createMeshShaderBuiltinTestsEXT() 2457 mainGroup->addChild(new LayerCase (testCtx, "layer_shared", true/*writeval*/, true/*shareVertices*/)); in createMeshShaderBuiltinTestsEXT() 2458 mainGroup in createMeshShaderBuiltinTestsEXT() [all...] |
H A D | vktMeshShaderBuiltinTests.cpp | 2057 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "builtin")); in createMeshShaderBuiltinTests() 2059 mainGroup->addChild(new PositionCase (testCtx, "position")); in createMeshShaderBuiltinTests() 2060 mainGroup->addChild(new PointSizeCase (testCtx, "point_size")); in createMeshShaderBuiltinTests() 2061 mainGroup->addChild(new ClipDistanceCase (testCtx, "clip_distance")); in createMeshShaderBuiltinTests() 2062 mainGroup->addChild(new CullDistanceCase (testCtx, "cull_distance")); in createMeshShaderBuiltinTests() 2063 mainGroup->addChild(new PrimitiveIdCase (testCtx, "primitive_id_glsl", true/*glslFrag*/)); in createMeshShaderBuiltinTests() 2064 mainGroup->addChild(new PrimitiveIdCase (testCtx, "primitive_id_spirv", false/*glslFrag*/)); in createMeshShaderBuiltinTests() 2065 mainGroup->addChild(new LayerCase (testCtx, "layer", false/*shareVertices*/)); in createMeshShaderBuiltinTests() 2066 mainGroup->addChild(new LayerCase (testCtx, "layer_shared", true/*shareVertices*/)); in createMeshShaderBuiltinTests() 2067 mainGroup in createMeshShaderBuiltinTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderTests.cpp | 57 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "mesh_shader", "Mesh Shader Tests")); in createTests() 80 mainGroup->addChild(nvGroup.release()); in createTests() 81 mainGroup->addChild(extGroup.release()); in createTests() 82 return mainGroup.release(); in createTests()
|
H A D | vktMeshShaderPropertyTests.cpp | 652 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "property", "Mesh Shader Property Tests")); in createMeshShaderPropertyTests() 654 mainGroup->addChild(new MaxDrawMeshTasksCountCase (testCtx, "max_draw_mesh_tasks_count_with_task", "", MaxDrawMeshTasksCountCase::TestType::TASK)); in createMeshShaderPropertyTests() 655 mainGroup->addChild(new MaxDrawMeshTasksCountCase (testCtx, "max_draw_mesh_tasks_count_with_mesh", "", MaxDrawMeshTasksCountCase::TestType::MESH)); in createMeshShaderPropertyTests() 656 mainGroup->addChild(new MaxTaskWorkGroupInvocationsCase (testCtx, "max_task_work_group_invocations", "")); in createMeshShaderPropertyTests() 657 mainGroup->addChild(new MaxTaskWorkGroupSizeCase (testCtx, "max_task_work_group_size", "")); in createMeshShaderPropertyTests() 658 mainGroup->addChild(new MaxTaskOutputCountCase (testCtx, "max_task_output_count", "")); in createMeshShaderPropertyTests() 659 mainGroup->addChild(new MaxMeshWorkGroupInvocationsCase (testCtx, "max_mesh_work_group_invocations", "")); in createMeshShaderPropertyTests() 660 mainGroup->addChild(new MaxMeshWorkGroupSizeCase (testCtx, "max_mesh_work_group_size", "")); in createMeshShaderPropertyTests() 661 mainGroup->addChild(new MaxTaskTotalMemorySizeCase (testCtx, "max_task_total_memory_size", "")); in createMeshShaderPropertyTests() 662 mainGroup in createMeshShaderPropertyTests() [all...] |
H A D | vktMeshShaderBuiltinTestsEXT.cpp | 2448 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "builtin", "Mesh Shader Builtin Tests")); in createMeshShaderBuiltinTestsEXT() 2450 mainGroup->addChild(new PositionCase (testCtx, "position", "")); in createMeshShaderBuiltinTestsEXT() 2451 mainGroup->addChild(new PointSizeCase (testCtx, "point_size", "")); in createMeshShaderBuiltinTestsEXT() 2452 mainGroup->addChild(new ClipDistanceCase (testCtx, "clip_distance", "")); in createMeshShaderBuiltinTestsEXT() 2453 mainGroup->addChild(new CullDistanceCase (testCtx, "cull_distance", "")); in createMeshShaderBuiltinTestsEXT() 2454 mainGroup->addChild(new PrimitiveIdCase (testCtx, "primitive_id_glsl", "", true/*glslFrag*/)); in createMeshShaderBuiltinTestsEXT() 2455 mainGroup->addChild(new PrimitiveIdCase (testCtx, "primitive_id_spirv", "", false/*glslFrag*/)); in createMeshShaderBuiltinTestsEXT() 2456 mainGroup->addChild(new LayerCase (testCtx, "layer", "", true/*writeval*/, false/*shareVertices*/)); in createMeshShaderBuiltinTestsEXT() 2457 mainGroup->addChild(new LayerCase (testCtx, "layer_shared", "", true/*writeval*/, true/*shareVertices*/)); in createMeshShaderBuiltinTestsEXT() 2458 mainGroup in createMeshShaderBuiltinTestsEXT() [all...] |
H A D | vktMeshShaderBuiltinTests.cpp | 2057 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "builtin", "Mesh Shader Builtin Tests")); in createMeshShaderBuiltinTests() 2059 mainGroup->addChild(new PositionCase (testCtx, "position", "")); in createMeshShaderBuiltinTests() 2060 mainGroup->addChild(new PointSizeCase (testCtx, "point_size", "")); in createMeshShaderBuiltinTests() 2061 mainGroup->addChild(new ClipDistanceCase (testCtx, "clip_distance", "")); in createMeshShaderBuiltinTests() 2062 mainGroup->addChild(new CullDistanceCase (testCtx, "cull_distance", "")); in createMeshShaderBuiltinTests() 2063 mainGroup->addChild(new PrimitiveIdCase (testCtx, "primitive_id_glsl", "", true/*glslFrag*/)); in createMeshShaderBuiltinTests() 2064 mainGroup->addChild(new PrimitiveIdCase (testCtx, "primitive_id_spirv", "", false/*glslFrag*/)); in createMeshShaderBuiltinTests() 2065 mainGroup->addChild(new LayerCase (testCtx, "layer", "", false/*shareVertices*/)); in createMeshShaderBuiltinTests() 2066 mainGroup->addChild(new LayerCase (testCtx, "layer_shared", "", true/*shareVertices*/)); in createMeshShaderBuiltinTests() 2067 mainGroup in createMeshShaderBuiltinTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineTests.cpp | 174 de::MovePtr<tcu::TestCaseGroup> mainGroup(new tcu::TestCaseGroup(testCtx, "pipeline", "Pipeline Tests")); in createTests() 175 mainGroup->addChild(monolithicGroup.release()); in createTests() 176 mainGroup->addChild(pipelineLibraryGroup.release()); in createTests() 177 mainGroup->addChild(fastLinkedLibraryGroup.release()); in createTests() 178 return mainGroup.release(); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawTests.cpp | 114 de::MovePtr<tcu::TestCaseGroup> mainGroup (new tcu::TestCaseGroup(testCtx, name.c_str(), "Simple Draw tests")); in createTests() 125 mainGroup->addChild(renderpassGroup.release()); in createTests() 158 mainGroup->addChild(dynamicRenderingGroup.release()); in createTests() 161 return mainGroup.release(); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawTests.cpp | 108 de::MovePtr<tcu::TestCaseGroup> mainGroup (new tcu::TestCaseGroup(testCtx, "draw", "Simple Draw tests")); in createTests() 118 mainGroup->addChild(renderpassGroup.release()); in createTests() 151 mainGroup->addChild(dynamicRenderingGroup.release()); in createTests() 154 return mainGroup.release(); in createTests()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBManager.java | 512 BundleGroup mainGroup = null; in createItem() 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() 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 in createResource() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
H A D | vktQueryPoolFragInvocationTests.cpp | 280 GroupPtr mainGroup (new tcu::TestCaseGroup(testContext, "frag_invocations")); in createFragInvocationTests() 294 mainGroup->addChild(queryTypeGroup.release()); in createFragInvocationTests() 297 return mainGroup.release(); in createFragInvocationTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBarycentricCoordinatesTests.cpp | 489 GroupPtr mainGroup(new tcu::TestCaseGroup(testCtx, "barycentric_coordinates")); in createBarycentricCoordinatesTests() 492 mainGroup->addChild(new BarycentricCoordinatesCase(testCtx, "chit", TestParams{TestCaseRT::CLOSEST_HIT, seed++})); in createBarycentricCoordinatesTests() 493 mainGroup->addChild(new BarycentricCoordinatesCase(testCtx, "ahit", TestParams{TestCaseRT::ANY_HIT, seed++})); in createBarycentricCoordinatesTests() 494 mainGroup->addChild(new BarycentricCoordinatesCase(testCtx, "ahitTerminate", TestParams{TestCaseRT::CLOSEST_AND_ANY_HIT_TERMINATE, seed++})); in createBarycentricCoordinatesTests() 496 return mainGroup.release(); in createBarycentricCoordinatesTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateTests.cpp | 521 de::MovePtr<tcu::TestCaseGroup> mainGroup (new tcu::TestCaseGroup(testCtx, name.c_str())); in createTests() 532 mainGroup->addChild(renderpass2Group.release()); in createTests() 536 mainGroup->addChild(dynamicRenderingGroup.release()); in createTests() 539 return mainGroup.release(); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateTests.cpp | 517 de::MovePtr<tcu::TestCaseGroup> mainGroup (new tcu::TestCaseGroup(testCtx, "fragment_shading_rate", "Fragment shading rate tests")); in createTests() 527 mainGroup->addChild(renderpass2Group.release()); in createTests() 531 mainGroup->addChild(dynamicRenderingGroup.release()); in createTests() 534 return mainGroup.release(); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingBarycentricCoordinatesTests.cpp | 432 GroupPtr mainGroup(new tcu::TestCaseGroup(testCtx, "barycentric_coordinates", "Test barycentric coordinates reported in hit attributes")); in createBarycentricCoordinatesTests() 435 mainGroup->addChild(new BarycentricCoordinatesCase(testCtx, "ahit", "", TestParams{VK_SHADER_STAGE_ANY_HIT_BIT_KHR, seed++})); in createBarycentricCoordinatesTests() 436 mainGroup->addChild(new BarycentricCoordinatesCase(testCtx, "chit", "", TestParams{VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR, seed++})); in createBarycentricCoordinatesTests() 438 return mainGroup.release(); in createBarycentricCoordinatesTests()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBlendTests.cpp | 377 TestCaseGroup* mainGroup = new TestCaseGroup(m_context, "rgb_func_alpha_func", "Combinations of RGB and Alpha Functions"); 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/modules/gles3/functional/ |
H A D | es3fBlendTests.cpp | 445 TestCaseGroup* mainGroup = new TestCaseGroup(m_context, "rgb_func_alpha_func", "Combinations of RGB and Alpha Functions"); in init() local 446 fbGroup->addChild(mainGroup); in init() 449 mainGroup->addChild(srcGroup); in init() 450 mainGroup->addChild(dstGroup); in init()
|