Home
last modified time | relevance | path

Searched refs:createChildren (Results 1 - 25 of 43) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestGroupUtil.hpp40 CreateChildrenFunc createChildren, in TestGroupHelper0()
43 , m_createChildren(createChildren) in TestGroupHelper0()
77 CreateChildrenFunc createChildren, in TestGroupHelper1()
81 , m_createChildren (createChildren) in TestGroupHelper1()
104 CreateChildrenFunc createChildren, in TestGroupHelper2()
109 , m_createChildren (createChildren) in TestGroupHelper2()
127 TestGroupHelper0::CreateChildrenFunc createChildren, in createTestGroup()
130 return new TestGroupHelper0(testCtx, name, createChildren, cleanupGroup); in createTestGroup()
136 typename TestGroupHelper1<Arg0>::CreateChildrenFunc createChildren, in createTestGroup()
140 return new TestGroupHelper1<Arg0>(testCtx, name, createChildren, arg in createTestGroup()
38 TestGroupHelper0(tcu::TestContext& testCtx, const std::string& name, CreateChildrenFunc createChildren, CleanupGroupFunc cleanupGroup) TestGroupHelper0() argument
75 TestGroupHelper1(tcu::TestContext& testCtx, const std::string& name, CreateChildrenFunc createChildren, const Arg0& arg0, CleanupGroupFunc cleanupGroup) TestGroupHelper1() argument
102 TestGroupHelper2(tcu::TestContext& testCtx, const std::string& name, CreateChildrenFunc createChildren, const Arg0& arg0, const Arg1& arg1, CleanupGroupFunc cleanupGroup) TestGroupHelper2() argument
125 createTestGroup(tcu::TestContext& testCtx, const std::string& name, TestGroupHelper0::CreateChildrenFunc createChildren, TestGroupHelper0::CleanupGroupFunc cleanupGroup = DE_NULL) createTestGroup() argument
134 createTestGroup(tcu::TestContext& testCtx, const std::string& name, typename TestGroupHelper1<Arg0>::CreateChildrenFunc createChildren, Arg0 arg0, typename TestGroupHelper1<Arg0>::CleanupGroupFunc cleanupGroup = DE_NULL) createTestGroup() argument
143 createTestGroup(tcu::TestContext& testCtx, const std::string& name, typename TestGroupHelper2<Arg0, Arg1>::CreateChildrenFunc createChildren, Arg0 arg0, Arg1 arg1, typename TestGroupHelper2<Arg0, Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) createTestGroup() argument
153 addTestGroup(tcu::TestCaseGroup* parent, const std::string& name, TestGroupHelper0::CreateChildrenFunc createChildren) addTestGroup() argument
161 addTestGroup(tcu::TestCaseGroup* parent, const std::string& name, typename TestGroupHelper1<Arg0>::CreateChildrenFunc createChildren, Arg0 arg0, typename TestGroupHelper1<Arg0>::CleanupGroupFunc cleanupGroup = DE_NULL) addTestGroup() argument
171 addTestGroup(tcu::TestCaseGroup* parent, const std::string& name, typename TestGroupHelper2<Arg0,Arg1>::CreateChildrenFunc createChildren, Arg0 arg0, Arg1 arg1, typename TestGroupHelper2<Arg0,Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) addTestGroup() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestGroupUtil.hpp41 CreateChildrenFunc createChildren, in TestGroupHelper0()
44 , m_createChildren(createChildren) in TestGroupHelper0()
79 CreateChildrenFunc createChildren, in TestGroupHelper1()
83 , m_createChildren (createChildren) in TestGroupHelper1()
107 CreateChildrenFunc createChildren, in TestGroupHelper2()
112 , m_createChildren (createChildren) in TestGroupHelper2()
131 TestGroupHelper0::CreateChildrenFunc createChildren, in createTestGroup()
134 return new TestGroupHelper0(testCtx, name, description, createChildren, cleanupGroup); in createTestGroup()
141 typename TestGroupHelper1<Arg0>::CreateChildrenFunc createChildren, in createTestGroup()
145 return new TestGroupHelper1<Arg0>(testCtx, name, description, createChildren, arg in createTestGroup()
38 TestGroupHelper0(tcu::TestContext& testCtx, const std::string& name, const std::string& description, CreateChildrenFunc createChildren, CleanupGroupFunc cleanupGroup) TestGroupHelper0() argument
76 TestGroupHelper1(tcu::TestContext& testCtx, const std::string& name, const std::string& description, CreateChildrenFunc createChildren, const Arg0& arg0, CleanupGroupFunc cleanupGroup) TestGroupHelper1() argument
104 TestGroupHelper2(tcu::TestContext& testCtx, const std::string& name, const std::string& description, CreateChildrenFunc createChildren, const Arg0& arg0, const Arg1& arg1, CleanupGroupFunc cleanupGroup) TestGroupHelper2() argument
128 createTestGroup(tcu::TestContext& testCtx, const std::string& name, const std::string& description, TestGroupHelper0::CreateChildrenFunc createChildren, TestGroupHelper0::CleanupGroupFunc cleanupGroup = DE_NULL) createTestGroup() argument
138 createTestGroup(tcu::TestContext& testCtx, const std::string& name, const std::string& description, typename TestGroupHelper1<Arg0>::CreateChildrenFunc createChildren, Arg0 arg0, typename TestGroupHelper1<Arg0>::CleanupGroupFunc cleanupGroup = DE_NULL) createTestGroup() argument
148 createTestGroup(tcu::TestContext& testCtx, const std::string& name, const std::string& description, typename TestGroupHelper2<Arg0, Arg1>::CreateChildrenFunc createChildren, Arg0 arg0, Arg1 arg1, typename TestGroupHelper2<Arg0, Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) createTestGroup() argument
159 addTestGroup(tcu::TestCaseGroup* parent, const std::string& name, const std::string& description, TestGroupHelper0::CreateChildrenFunc createChildren) addTestGroup() argument
168 addTestGroup(tcu::TestCaseGroup* parent, const std::string& name, const std::string& description, typename TestGroupHelper1<Arg0>::CreateChildrenFunc createChildren, Arg0 arg0, typename TestGroupHelper1<Arg0>::CleanupGroupFunc cleanupGroup = DE_NULL) addTestGroup() argument
179 addTestGroup(tcu::TestCaseGroup* parent, const std::string& name, const std::string& description, typename TestGroupHelper2<Arg0,Arg1>::CreateChildrenFunc createChildren, Arg0 arg0, Arg1 arg1, typename TestGroupHelper2<Arg0,Arg1>::CleanupGroupFunc cleanupGroup = DE_NULL) addTestGroup() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateTests.cpp49 void createChildren (tcu::TestCaseGroup* group, vk::PipelineConstructionType pipelineConstructionType) in createChildren() function
77 de::MovePtr<tcu::TestCaseGroup> monolithicGroup (createTestGroup(testCtx, "monolithic", createChildren, vk::PIPELINE_CONSTRUCTION_TYPE_MONOLITHIC)); in initDynamicStateTestGroup()
78 de::MovePtr<tcu::TestCaseGroup> pipelineLibraryGroup (createTestGroup(testCtx, "pipeline_library", createChildren, vk::PIPELINE_CONSTRUCTION_TYPE_LINK_TIME_OPTIMIZED_LIBRARY)); in initDynamicStateTestGroup()
79 de::MovePtr<tcu::TestCaseGroup> fastLinkedLibraryGroup (createTestGroup(testCtx, "fast_linked_library", createChildren, vk::PIPELINE_CONSTRUCTION_TYPE_FAST_LINKED_LIBRARY)); in initDynamicStateTestGroup()
80 de::MovePtr<tcu::TestCaseGroup> shaderObjectUnlinkedSpirvGroup (createTestGroup(testCtx, "shader_object_unlinked_spirv", createChildren, vk::PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_UNLINKED_SPIRV)); in initDynamicStateTestGroup()
81 de::MovePtr<tcu::TestCaseGroup> shaderObjectUnlinkedBinaryGroup (createTestGroup(testCtx, "shader_object_unlinked_binary", createChildren, vk::PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_UNLINKED_BINARY)); in initDynamicStateTestGroup()
82 de::MovePtr<tcu::TestCaseGroup> shaderObjectLinkedSpirvGroup (createTestGroup(testCtx, "shader_object_linked_spirv", createChildren, vk::PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_LINKED_SPIRV)); in initDynamicStateTestGroup()
83 de::MovePtr<tcu::TestCaseGroup> shaderObjectLinkedBinaryGroup (createTestGroup(testCtx, "shader_object_linked_binary", createChildren, vk::PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_LINKED_BINARY)); in initDynamicStateTestGroup()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineTests.cpp90 void createChildren (tcu::TestCaseGroup* group, PipelineConstructionType pipelineConstructionType) in createChildren() function
198 de::MovePtr<tcu::TestCaseGroup> monolithicGroup (createTestGroup(testCtx, "monolithic", createChildren, PIPELINE_CONSTRUCTION_TYPE_MONOLITHIC)); in createTests()
200 de::MovePtr<tcu::TestCaseGroup> pipelineLibraryGroup (createTestGroup(testCtx, "pipeline_library", createChildren, PIPELINE_CONSTRUCTION_TYPE_LINK_TIME_OPTIMIZED_LIBRARY)); in createTests()
202 de::MovePtr<tcu::TestCaseGroup> fastLinkedLibraryGroup (createTestGroup(testCtx, "fast_linked_library", createChildren, PIPELINE_CONSTRUCTION_TYPE_FAST_LINKED_LIBRARY)); in createTests()
204 de::MovePtr<tcu::TestCaseGroup> shaderObjectUnlinkedSpirvGroup (createTestGroup(testCtx, "shader_object_unlinked_spirv", createChildren, PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_UNLINKED_SPIRV)); in createTests()
206 de::MovePtr<tcu::TestCaseGroup> shaderObjectUnlinkedBinaryGroup (createTestGroup(testCtx, "shader_object_unlinked_binary", createChildren, PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_UNLINKED_BINARY)); in createTests()
208 de::MovePtr<tcu::TestCaseGroup> shaderObjectLinkedSpirvGroup (createTestGroup(testCtx, "shader_object_linked_spirv", createChildren, PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_LINKED_SPIRV)); in createTests()
210 de::MovePtr<tcu::TestCaseGroup> shaderObjectLinkedBinaryGroup (createTestGroup(testCtx, "shader_object_linked_binary", createChildren, PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_LINKED_BINARY)); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawTests.cpp67 void createChildren (tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const SharedGroupParams groupParams) in createChildren() function
118 createChildren(testCtx, renderpassGroup.get(), SharedGroupParams( in createTests()
133 createChildren(testCtx, drPrimaryCmdBuffGroup.get(), SharedGroupParams( in createTests()
140 createChildren(testCtx, drPartialSecondaryCmdBuffGroup.get(), SharedGroupParams( in createTests()
147 createChildren(testCtx, drCompleteSecondaryCmdBuffGroup.get(), SharedGroupParams( in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawTests.cpp64 void createChildren (tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const SharedGroupParams groupParams) in createChildren() function
111 createChildren(testCtx, renderpassGroup.get(), SharedGroupParams( in createTests()
126 createChildren(testCtx, drPrimaryCmdBuffGroup.get(), SharedGroupParams( in createTests()
133 createChildren(testCtx, drPartialSecondaryCmdBuffGroup.get(), SharedGroupParams( in createTests()
140 createChildren(testCtx, drCompleteSecondaryCmdBuffGroup.get(), SharedGroupParams( in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeTests.cpp48 void createChildren (tcu::TestCaseGroup* computeTests, ComputePipelineConstructionType computePipelineConstructionType) in createChildren() function
69 de::MovePtr<tcu::TestCaseGroup> pipelineGroup (createTestGroup(testCtx, "pipeline", createChildren, COMPUTE_PIPELINE_CONSTRUCTION_TYPE_PIPELINE)); in createTests()
71 de::MovePtr<tcu::TestCaseGroup> shaderObjectSpirvGroup (createTestGroup(testCtx, "shader_object_spirv", createChildren, COMPUTE_PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_SPIRV)); in createTests()
72 de::MovePtr<tcu::TestCaseGroup> shaderObjectBinaryGroup (createTestGroup(testCtx, "shader_object_binary", createChildren, COMPUTE_PIPELINE_CONSTRUCTION_TYPE_SHADER_OBJECT_BINARY)); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/
H A DvktDynamicStateTests.cpp46 void createChildren (tcu::TestCaseGroup* group, vk::PipelineConstructionType pipelineConstructionType) in createChildren() function
73 de::MovePtr<tcu::TestCaseGroup> monolithicGroup (createTestGroup(testCtx, "monolithic", "Monolithic pipeline tests", createChildren, vk::PIPELINE_CONSTRUCTION_TYPE_MONOLITHIC, cleanupGroup)); in createTests()
74 de::MovePtr<tcu::TestCaseGroup> pipelineLibraryGroup (createTestGroup(testCtx, "pipeline_library", "Graphics pipeline library tests", createChildren, vk::PIPELINE_CONSTRUCTION_TYPE_LINK_TIME_OPTIMIZED_LIBRARY, cleanupGroup)); in createTests()
75 de::MovePtr<tcu::TestCaseGroup> fastLinkedLibraryGroup (createTestGroup(testCtx, "fast_linked_library", "Fast linked graphics pipeline library tests", createChildren, vk::PIPELINE_CONSTRUCTION_TYPE_FAST_LINKED_LIBRARY, cleanupGroup)); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineTests.cpp83 void createChildren (tcu::TestCaseGroup* group, PipelineConstructionType pipelineConstructionType) in createChildren() function
170 de::MovePtr<tcu::TestCaseGroup> monolithicGroup (createTestGroup(testCtx, "monolithic", "Monolithic pipeline tests", createChildren, PIPELINE_CONSTRUCTION_TYPE_MONOLITHIC)); in createTests()
171 de::MovePtr<tcu::TestCaseGroup> pipelineLibraryGroup (createTestGroup(testCtx, "pipeline_library", "Graphics pipeline library tests", createChildren, PIPELINE_CONSTRUCTION_TYPE_LINK_TIME_OPTIMIZED_LIBRARY)); in createTests()
172 de::MovePtr<tcu::TestCaseGroup> fastLinkedLibraryGroup (createTestGroup(testCtx, "fast_linked_library", "Fast linked graphics pipeline library tests", createChildren, PIPELINE_CONSTRUCTION_TYPE_FAST_LINKED_LIBRARY)); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmTests.cpp38 void createChildren (tcu::TestCaseGroup* spirVAssemblyTests) in createChildren() function
53 return createTestGroup(testCtx, "spirv_assembly", "SPIR-V Assembly tests", createChildren); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shader_interlock/
H A DvktFragmentShaderInterlockTests.cpp37 static void createChildren (tcu::TestCaseGroup* group) in createChildren() function
53 return createTestGroup(testCtx, name.c_str(), createChildren, cleanupGroup); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTests.cpp38 void createChildren (tcu::TestCaseGroup* spirVAssemblyTests) in createChildren() function
53 return createTestGroup(testCtx, name, createChildren); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
H A DvktConditionalTests.cpp41 void createChildren (tcu::TestCaseGroup* group) in createChildren() function
56 return createTestGroup(testCtx, "conditional_rendering", "Conditional Rendering Tests", createChildren); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shader_interlock/
H A DvktFragmentShaderInterlockTests.cpp37 static void createChildren (tcu::TestCaseGroup* group) in createChildren() function
53 return createTestGroup(testCtx, "fragment_shader_interlock", "Fragment shader interlock tests", createChildren, cleanupGroup); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/
H A DvktPostmortemTests.cpp39 void createChildren(tcu::TestCaseGroup *postmortemTests) in createChildren() function
51 return createTestGroup(testCtx, "postmortem", "Crash postmortem tests", createChildren); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolTests.cpp41 void createChildren (tcu::TestCaseGroup* queryPoolTests) in createChildren() function
57 return createTestGroup(testCtx, "query_pool", "query pool tests", createChildren); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingModelTests.cpp46 void createChildren (tcu::TestCaseGroup* group) in createChildren() function
70 return createTestGroup(testCtx, name, createChildren); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
H A DvktConditionalTests.cpp41 void createChildren (tcu::TestCaseGroup* group) in createChildren() function
56 return createTestGroup(testCtx, name.c_str(), createChildren); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryTests.cpp40 void createChildren (tcu::TestCaseGroup* geometryTests) in createChildren() function
56 return createTestGroup(testCtx, name.c_str(), createChildren); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemTests.cpp40 void createChildren(tcu::TestCaseGroup *postmortemTests) in createChildren() function
53 return createTestGroup(testCtx, name.c_str(), createChildren); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolTests.cpp42 void createChildren (tcu::TestCaseGroup* queryPoolTests) in createChildren() function
59 return createTestGroup(testCtx, name, createChildren); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktSafetyCriticalTests.cpp45 void createChildren (tcu::TestCaseGroup* scTests) in createChildren() function
64 return createTestGroup(testCtx, "sc", createChildren); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingModelTests.cpp46 void createChildren (tcu::TestCaseGroup* group) in createChildren() function
70 return createTestGroup(testCtx, "binding_model", "Resource binding tests", createChildren); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeTests.cpp43 void createChildren (tcu::TestCaseGroup* computeTests) in createChildren() function
64 return createTestGroup(testCtx, "compute", "Compute shader tests", createChildren); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryTests.cpp40 void createChildren (tcu::TestCaseGroup* geometryTests) in createChildren() function
56 return createTestGroup(testCtx, "geometry", "Geometry shader tests", createChildren); in createTests()

Completed in 8 milliseconds

12