Home
last modified time | relevance | path

Searched refs:parentGroup (Results 1 – 25 of 28) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelSharedLayout.cpp94 void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, tcu::TestContext &testCtx, const char … in createRandomCaseGroup() argument
98 parentGroup->addChild(group); in createRandomCaseGroup()
288 tcu::TestCaseGroup *parentGroup = sharedMemoryLayoutGroup.get(); in createSharedMemoryLayoutTests() local
297 parentGroup = new tcu::TestCaseGroup(testCtx, "16bit", "16bit"); in createSharedMemoryLayoutTests()
298 sharedMemoryLayoutGroup->addChild(parentGroup); in createSharedMemoryLayoutTests()
302 parentGroup = new tcu::TestCaseGroup(testCtx, "8bit", "8bit"); in createSharedMemoryLayoutTests()
303 sharedMemoryLayoutGroup->addChild(parentGroup); in createSharedMemoryLayoutTests()
308 createRandomCaseGroup(parentGroup, testCtx, "scalar_types", "Scalar types only", in createSharedMemoryLayoutTests()
310 createRandomCaseGroup(parentGroup, testCtx, "vector_types", "Scalar and vector types only", in createSharedMemoryLayoutTests()
312 createRandomCaseGroup(parentGroup, testCtx, "basic_types", "All basic types", in createSharedMemoryLayoutTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktFragmentShadingRateTests.cpp419 void createMiscTests(tcu::TestContext& testCtx, tcu::TestCaseGroup* parentGroup) in createMiscTests() argument
426 parentGroup->addChild(group.release()); in createMiscTests()
452 void createPipelineConstructionTypePermutations(tcu::TestCaseGroup* parentGroup, SharedGroupParams … in createPipelineConstructionTypePermutations() argument
454 tcu::TestContext& testCtx = parentGroup->getTestContext(); in createPipelineConstructionTypePermutations()
470 parentGroup->addChild(monolithic.release()); in createPipelineConstructionTypePermutations()
478 parentGroup->addChild(pipelineLibrary.release()); in createPipelineConstructionTypePermutations()
479 parentGroup->addChild(fastLinkedLibrary.release()); in createPipelineConstructionTypePermutations()
484 void createDynamicRenderingPermutations(tcu::TestCaseGroup* parentGroup) in createDynamicRenderingPermutations() argument
486 tcu::TestContext& testCtx = parentGroup->getTestContext(); in createDynamicRenderingPermutations()
507 parentGroup->addChild(drPrimaryCmdBuffGroup.release()); in createDynamicRenderingPermutations()
[all …]
DvktFragmentShadingRatePixelConsistency.cpp1360 void createPixelConsistencyTests(tcu::TestContext& testCtx, tcu::TestCaseGroup* parentGroup) in createPixelConsistencyTests() argument
1442 parentGroup->addChild(pixelGroup.release()); in createPixelConsistencyTests()
DvktFragmentShadingRateBasic.cpp3035 void createBasicTests (tcu::TestContext& testCtx, tcu::TestCaseGroup* parentGroup, SharedGroupParam… in createBasicTests() argument
3305 parentGroup->addChild(group.release()); in createBasicTests()
3391 parentGroup->addChild(group.release()); in createBasicTests()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp1476 void populateTestGroup (tcu::TestCaseGroup* parentGroup) in populateTestGroup() argument
1497 …MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(parentGroup->getTestContext(), "transfer"… in populateTestGroup()
1499 …MovePtr<tcu::TestCaseGroup> subGroup(new tcu::TestCaseGroup(parentGroup->getTestContext(), "sparse… in populateTestGroup()
1503 …MovePtr<tcu::TestCaseGroup> subGroupDeviceGroups(new tcu::TestCaseGroup(parentGroup->getTestContex… in populateTestGroup()
1507 parentGroup->addChild(group.release()); in populateTestGroup()
1512 …MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(parentGroup->getTestContext(), "ssbo", ""… in populateTestGroup()
1514 …MovePtr<tcu::TestCaseGroup> subGroup(new tcu::TestCaseGroup(parentGroup->getTestContext(), "sparse… in populateTestGroup()
1518 …MovePtr<tcu::TestCaseGroup> subGroupDeviceGroups(new tcu::TestCaseGroup(parentGroup->getTestContex… in populateTestGroup()
1523 …MovePtr<tcu::TestCaseGroup> subGroup(new tcu::TestCaseGroup(parentGroup->getTestContext(), "sparse… in populateTestGroup()
1527 …MovePtr<tcu::TestCaseGroup> subGroupDeviceGroups(new tcu::TestCaseGroup(parentGroup->getTestContex… in populateTestGroup()
[all …]
/external/deqp/modules/gles3/performance/
Des3pShaderCompilationCases.hpp36 void addShaderCompilationPerformanceCases (TestCaseGroup& parentGroup);
Des3pShaderOperatorTests.cpp2058 tcu::TestCaseGroup* parentGroup; in init() member
2175 tcu::TestCaseGroup* const parentGroup = functionCaseGroups[funcNdx].parentGroup; in init() local
2186 …if (funcNdx == 0 || parentGroup != functionCaseGroups[funcNdx-1].parentGroup || string(groupName) … in init()
2189 functionCaseGroups[funcNdx].parentGroup->addChild(funcGroup); in init()
Des3pShaderCompilationCases.cpp2822 void addShaderCompilationPerformanceCases (TestCaseGroup& parentGroup) in addShaderCompilationPerformanceCases() argument
2824 Context& context = parentGroup.getContext(); in addShaderCompilationPerformanceCases()
2830 parentGroup.addChild(validGroup); in addShaderCompilationPerformanceCases()
2831 parentGroup.addChild(invalidGroup); in addShaderCompilationPerformanceCases()
2832 parentGroup.addChild(cacheGroup); in addShaderCompilationPerformanceCases()
3126 parentGroup.addChild(whitespaceCommentCacheGroup); in addShaderCompilationPerformanceCases()
/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.hpp36 void addShaderCompilationPerformanceCases (TestCaseGroup& parentGroup);
Des2pShaderOperatorTests.cpp2039 tcu::TestCaseGroup* parentGroup; in init() member
2132 tcu::TestCaseGroup* const parentGroup = functionCaseGroups[funcNdx].parentGroup; in init() local
2143 …if (funcNdx == 0 || parentGroup != functionCaseGroups[funcNdx-1].parentGroup || string(groupName) … in init()
2146 functionCaseGroups[funcNdx].parentGroup->addChild(funcGroup); in init()
Des2pShaderCompilationCases.cpp2802 void addShaderCompilationPerformanceCases (TestCaseGroup& parentGroup) in addShaderCompilationPerformanceCases() argument
2804 Context& context = parentGroup.getContext(); in addShaderCompilationPerformanceCases()
2810 parentGroup.addChild(validGroup); in addShaderCompilationPerformanceCases()
2811 parentGroup.addChild(invalidGroup); in addShaderCompilationPerformanceCases()
2812 parentGroup.addChild(cacheGroup); in addShaderCompilationPerformanceCases()
3106 parentGroup.addChild(whitespaceCommentCacheGroup); in addShaderCompilationPerformanceCases()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorCopyTests.cpp3122 …ptorTypes (tcu::TestContext& testCtx, de::MovePtr<tcu::TestCaseGroup>& parentGroup, PipelineType p… in createTestsForAllDescriptorTypes() argument
3124 …addDescriptorCopyTests<UniformBufferDescriptor> (testCtx, parentGroup, "uniform_buffer", pipel… in createTestsForAllDescriptorTypes()
3125 …addDescriptorCopyTests<StorageBufferDescriptor> (testCtx, parentGroup, "storage_buffer", pipel… in createTestsForAllDescriptorTypes()
3126 …addDescriptorCopyTests<CombinedImageSamplerDescriptor> (testCtx, parentGroup, "combined_image_samp… in createTestsForAllDescriptorTypes()
3127 …addDescriptorCopyTests<StorageImageDescriptor> (testCtx, parentGroup, "storage_image", pipeli… in createTestsForAllDescriptorTypes()
3128 …addDescriptorCopyTests<UniformTexelBufferDescriptor> (testCtx, parentGroup, "uniform_texel_buffer"… in createTestsForAllDescriptorTypes()
3129 …addDescriptorCopyTests<StorageTexelBufferDescriptor> (testCtx, parentGroup, "storage_texel_buffer"… in createTestsForAllDescriptorTypes()
3132 …addDescriptorCopyTests<InlineUniformBlockDescriptor> (testCtx, parentGroup, "inline_uniform_block"… in createTestsForAllDescriptorTypes()
3138 …addDescriptorCopyTests<DynamicUniformBufferDescriptor> (testCtx, parentGroup, "uniform_buffer_dyna… in createTestsForAllDescriptorTypes()
3139 …addDescriptorCopyTests<DynamicStorageBufferDescriptor> (testCtx, parentGroup, "storage_buffer_dyna… in createTestsForAllDescriptorTypes()
[all …]
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DThreadGroupReferenceImpl.java79 process(vm, this).parentGroup; in parent()
/external/deqp/modules/gles31/functional/
Des31fUniformBlockTests.cpp47 void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* groupNam… in createRandomCaseGroup() argument
50 parentGroup->addChild(group); in createRandomCaseGroup()
Des31fSSBOLayoutTests.cpp344 static void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* g… in createRandomCaseGroup() argument
347 parentGroup->addChild(group); in createRandomCaseGroup()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp2810 virtual void createOperationTests(TestCaseGroup* parentGroup,
2815 virtual void createSettingsTests(TestCaseGroup* parentGroup) = 0;
3154 void createOperationTests(TestCaseGroup* parentGroup,
3159 void createSettingsTests(TestCaseGroup* parentGroup) override;
3309 void ComputeTestGroupBuilder::createOperationTests(TestCaseGroup* parentGroup, const char* groupNam… in createOperationTests() argument
3311 TestContext& testCtx = parentGroup->getTestContext(); in createOperationTests()
3313 parentGroup->addChild(group); in createOperationTests()
3347 void ComputeTestGroupBuilder::createSettingsTests(TestCaseGroup* parentGroup) in createSettingsTests() argument
3349 TestContext& testCtx = parentGroup->getTestContext(); in createSettingsTests()
3351 parentGroup->addChild(group); in createSettingsTests()
[all …]
/external/deqp/scripts/
Dmustpass.py182 parentGroup = groupStack[-1]
187parentGroup[processedGroupName] = {} if (nextLine[:6] == "GROUP:") and (availableLimit > 1) else []
189 groupStack.append(parentGroup[processedGroupName])
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageTests.cpp643 void createImageCountTests (tcu::TestCaseGroup* parentGroup, tcu::TestContext& testCtx, AllocationK… in createImageCountTests() argument
662 parentGroup->addChild(countGroup.release()); in createImageCountTests()
DvktPipelineSpecConstantTests.cpp2433 tcu::TestCaseGroup* parentGroup; in createSpecConstantTests() member
2469 stage.parentGroup->addChild(stageGroup.release()); in createSpecConstantTests()
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutTests.cpp379 void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, tcu::TestContext& testCtx, const char*… in createRandomCaseGroup() argument
384 parentGroup->addChild(group); in createRandomCaseGroup()
/external/deqp/modules/gles3/functional/
Des3fUniformBlockTests.cpp45 static void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* g… in createRandomCaseGroup() argument
48 parentGroup->addChild(group); in createRandomCaseGroup()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp1240 static void addVertexFormatTests (tcu::TestContext& testCtx, tcu::TestCaseGroup* parentGroup) in addVertexFormatTests() argument
1270 parentGroup->addChild(formatGroup.release()); in addVertexFormatTests()
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockTests.cpp314 static void createRandomCaseGroup(tcu::TestCaseGroup* parentGroup, Context& context, const char* gr… in createRandomCaseGroup() argument
320 parentGroup->addChild(group); in createRandomCaseGroup()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp333 void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, tcu::TestContext& testCtx, const char*… in createRandomCaseGroup() argument
336 parentGroup->addChild(group); in createRandomCaseGroup()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp461 static void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, tcu::TestContext& testCtx, cons… in createRandomCaseGroup() argument
464 parentGroup->addChild(group); in createRandomCaseGroup()

12