/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
D | vktDynamicStateTests.cpp | 77 …de::MovePtr<tcu::TestCaseGroup> mainGroup(new tcu::TestCaseGroup(testCtx, "dynamic_state", "Dynami… in createTests() local 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/dynamic_state/ |
D | vktDynamicStateTests.cpp | 77 …de::MovePtr<tcu::TestCaseGroup> mainGroup(new tcu::TestCaseGroup(testCtx, "dynamic_state", "Dynami… in createTests() local 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/ |
D | vktMeshShaderTests.cpp | 57 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "mesh_shader", "Mesh Shader Tests")); in createTests() local 80 mainGroup->addChild(nvGroup.release()); in createTests() 81 mainGroup->addChild(extGroup.release()); in createTests() 82 return mainGroup.release(); in createTests()
|
D | vktMeshShaderPropertyTests.cpp | 652 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "property", "Mesh Shader Property Tests")); in createMeshShaderPropertyTests() local 654 …mainGroup->addChild(new MaxDrawMeshTasksCountCase (testCtx, "max_draw_mesh_tasks_count_with_task"… in createMeshShaderPropertyTests() 655 …mainGroup->addChild(new MaxDrawMeshTasksCountCase (testCtx, "max_draw_mesh_tasks_count_with_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->addChild(new MaxMeshTotalMemorySizeCase (testCtx, "max_mesh_total_memory_size", "")… in createMeshShaderPropertyTests() [all …]
|
D | vktMeshShaderBuiltinTests.cpp | 2057 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "builtin", "Mesh Shader Builtin Tests")); in createMeshShaderBuiltinTests() local 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->addChild(new ViewportIndexCase (testCtx, "viewport_index", "", false/*shareVertices*/… in createMeshShaderBuiltinTests() [all …]
|
D | vktMeshShaderBuiltinTestsEXT.cpp | 2448 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "builtin", "Mesh Shader Builtin Tests")); in createMeshShaderBuiltinTestsEXT() local 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/*shareVertice… in createMeshShaderBuiltinTestsEXT() 2457 …mainGroup->addChild(new LayerCase (testCtx, "layer_shared", "", true/*writeval*/, true/*shareV… in createMeshShaderBuiltinTestsEXT() 2458 …mainGroup->addChild(new LayerCase (testCtx, "layer_no_write", "", false/*writeval*/, false/*sh… in createMeshShaderBuiltinTestsEXT() [all …]
|
D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 560 …GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "conditional_rendering", "Mesh Shader with Con… in createMeshShaderConditionalRenderingTestsEXT() local 681 mainGroup->addChild(drawTypeGroup.release()); in createMeshShaderConditionalRenderingTestsEXT() 684 return mainGroup.release(); in createMeshShaderConditionalRenderingTestsEXT()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
D | vktMeshShaderTests.cpp | 57 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "mesh_shader", "Mesh Shader Tests")); in createTests() local 80 mainGroup->addChild(nvGroup.release()); in createTests() 81 mainGroup->addChild(extGroup.release()); in createTests() 82 return mainGroup.release(); in createTests()
|
D | vktMeshShaderPropertyTests.cpp | 652 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "property", "Mesh Shader Property Tests")); in createMeshShaderPropertyTests() local 654 …mainGroup->addChild(new MaxDrawMeshTasksCountCase (testCtx, "max_draw_mesh_tasks_count_with_task"… in createMeshShaderPropertyTests() 655 …mainGroup->addChild(new MaxDrawMeshTasksCountCase (testCtx, "max_draw_mesh_tasks_count_with_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->addChild(new MaxMeshTotalMemorySizeCase (testCtx, "max_mesh_total_memory_size", "")… in createMeshShaderPropertyTests() [all …]
|
D | vktMeshShaderBuiltinTests.cpp | 2057 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "builtin", "Mesh Shader Builtin Tests")); in createMeshShaderBuiltinTests() local 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->addChild(new ViewportIndexCase (testCtx, "viewport_index", "", false/*shareVertices*/… in createMeshShaderBuiltinTests() [all …]
|
D | vktMeshShaderBuiltinTestsEXT.cpp | 2448 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "builtin", "Mesh Shader Builtin Tests")); in createMeshShaderBuiltinTestsEXT() local 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/*shareVertice… in createMeshShaderBuiltinTestsEXT() 2457 …mainGroup->addChild(new LayerCase (testCtx, "layer_shared", "", true/*writeval*/, true/*shareV… in createMeshShaderBuiltinTestsEXT() 2458 …mainGroup->addChild(new LayerCase (testCtx, "layer_no_write", "", false/*writeval*/, false/*sh… in createMeshShaderBuiltinTestsEXT() [all …]
|
D | vktMeshShaderConditionalRenderingTestsEXT.cpp | 560 …GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, "conditional_rendering", "Mesh Shader with Con… in createMeshShaderConditionalRenderingTestsEXT() local 681 mainGroup->addChild(drawTypeGroup.release()); in createMeshShaderConditionalRenderingTestsEXT() 684 return mainGroup.release(); in createMeshShaderConditionalRenderingTestsEXT()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineTests.cpp | 174 …de::MovePtr<tcu::TestCaseGroup> mainGroup(new tcu::TestCaseGroup(testCtx, "pipeline", "Pipeline Te… in createTests() local 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/pipeline/ |
D | vktPipelineTests.cpp | 174 …de::MovePtr<tcu::TestCaseGroup> mainGroup(new tcu::TestCaseGroup(testCtx, "pipeline", "Pipeline Te… in createTests() local 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/ |
D | vktDrawTests.cpp | 108 …de::MovePtr<tcu::TestCaseGroup> mainGroup (new tcu::TestCaseGroup(testCtx, "draw", "Simple Dr… in createTests() local 118 mainGroup->addChild(renderpassGroup.release()); in createTests() 151 mainGroup->addChild(dynamicRenderingGroup.release()); in createTests() 154 return mainGroup.release(); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawTests.cpp | 108 …de::MovePtr<tcu::TestCaseGroup> mainGroup (new tcu::TestCaseGroup(testCtx, "draw", "Simple Dr… in createTests() local 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/ |
D | RBManager.java | 512 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_no_buildgn/vulkan/ray_tracing/ |
D | vktRayTracingBarycentricCoordinatesTests.cpp | 432 …GroupPtr mainGroup(new tcu::TestCaseGroup(testCtx, "barycentric_coordinates", "Test barycentric co… in createBarycentricCoordinatesTests() local 435 …mainGroup->addChild(new BarycentricCoordinatesCase(testCtx, "ahit", "", TestParams{VK_SHADER_STAGE… in createBarycentricCoordinatesTests() 436 …mainGroup->addChild(new BarycentricCoordinatesCase(testCtx, "chit", "", TestParams{VK_SHADER_STAGE… in createBarycentricCoordinatesTests() 438 return mainGroup.release(); in createBarycentricCoordinatesTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingBarycentricCoordinatesTests.cpp | 432 …GroupPtr mainGroup(new tcu::TestCaseGroup(testCtx, "barycentric_coordinates", "Test barycentric co… in createBarycentricCoordinatesTests() local 435 …mainGroup->addChild(new BarycentricCoordinatesCase(testCtx, "ahit", "", TestParams{VK_SHADER_STAGE… in createBarycentricCoordinatesTests() 436 …mainGroup->addChild(new BarycentricCoordinatesCase(testCtx, "chit", "", TestParams{VK_SHADER_STAGE… in createBarycentricCoordinatesTests() 438 return mainGroup.release(); in createBarycentricCoordinatesTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/ |
D | vktFragmentShadingRateTests.cpp | 517 …de::MovePtr<tcu::TestCaseGroup> mainGroup (new tcu::TestCaseGroup(testCtx, "fragment_shading_rat… in createTests() local 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/vulkan/fragment_shading_rate/ |
D | vktFragmentShadingRateTests.cpp | 517 …de::MovePtr<tcu::TestCaseGroup> mainGroup (new tcu::TestCaseGroup(testCtx, "fragment_shading_rat… in createTests() local 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/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 377 …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_no_buildgn/vulkan/ray_query/ |
D | vktRayQueryBarycentricCoordinatesTests.cpp | 373 …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/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryBarycentricCoordinatesTests.cpp | 373 …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/ |
D | es3fBlendTests.cpp | 445 …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()
|