Home
last modified time | relevance | path

Searched defs:testGroup (Results 1 – 25 of 110) sorted by relevance

12345

/external/tink/go/daead/subtle/
Daes_siv_test.go38 type testGroup struct { struct
39 KeySize uint32
40 Type string
41 Tests []*testCase
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationTests.cpp121 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, groupName.first.c_str())… in createTestsInternal() local
180 de::MovePtr<tcu::TestCaseGroup> testGroup( in createSynchronizationTests() local
191 de::MovePtr<tcu::TestCaseGroup> testGroup( in createSynchronization2Tests() local
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBallotTests.cpp1054 …TestCaseGroup *testGroup = extShaderSubGroupBallotTests ? computeGroupEXT.get() : computeGroup.get… in createSubgroupsBallotTests() local
1078 … TestCaseGroup *testGroup = extShaderSubGroupBallotTests ? meshGroupEXT.get() : meshGroup.get(); in createSubgroupsBallotTests() local
1100 …TestCaseGroup *testGroup = extShaderSubGroupBallotTests ? graphicGroupEXT.get() : graphicGroup… in createSubgroupsBallotTests() local
1127 …TestCaseGroup *testGroup = extShaderSubGroupBallotTests ? framebufferGroupEXT.get() : framebufferG… in createSubgroupsBallotTests() local
DvktSubgroupsBallotBroadcastTests.cpp515 TestCaseGroup *testGroup = in createSubgroupsBallotBroadcastTests() local
559 … TestCaseGroup *testGroup = extShaderSubGroupBallotTests ? meshGroupARB.get() : meshGroup.get(); in createSubgroupsBallotBroadcastTests() local
601 TestCaseGroup *testGroup = in createSubgroupsBallotBroadcastTests() local
619 TestCaseGroup *testGroup = in createSubgroupsBallotBroadcastTests() local
/external/deqp/framework/common/
DtcuTestHierarchyIterator.cpp77 void DefaultHierarchyInflater::enterGroupNode(TestCaseGroup *testGroup, vector<TestNode *> &childre… in enterGroupNode()
83 void DefaultHierarchyInflater::leaveGroupNode(TestCaseGroup *testGroup) in leaveGroupNode()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp380 de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "float_buffer")); in createFillUpdateCopyBufferFloatTests() local
474 de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "integer_buffer")); in createFillUpdateCopyBufferIntegerTests() local
550 de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, groupName.c_str())); in createFillUpdateCopyBufferUnsignedTests() local
560 de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "unsigned_buffer")); in createFillUpdateCopyBufferUnsignedTests() local
571 de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "fill")); in createFillBufferTests() local
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiTests.cpp49 void createTypeSpecificTests(tcu::TestCaseGroup *testGroup, vk::wsi::Type wsiType) in createTypeSpecificTests()
DvktWsiMaintenance1Tests.cpp1034 void populatePresentFenceGroup(tcu::TestCaseGroup *testGroup, Type wsiType) in populatePresentFenceGroup()
1265 void populatePresentModesGroup(tcu::TestCaseGroup *testGroup, Type wsiType) in populatePresentModesGroup()
1761 void populateScalingTests(tcu::TestCaseGroup *testGroup, Type wsiType, bool resizeWindow) in populateScalingTests()
1904 void populateScalingGroup(tcu::TestCaseGroup *testGroup, Type wsiType) in populateScalingGroup()
1914 void populateDeferredAllocGroup(tcu::TestCaseGroup *testGroup, Type wsiType) in populateDeferredAllocGroup()
2318 void populateReleaseImagesGroup(tcu::TestCaseGroup *testGroup, Type wsiType) in populateReleaseImagesGroup()
2390 void createMaintenance1Tests(tcu::TestCaseGroup *testGroup, vk::wsi::Type wsiType) in createMaintenance1Tests()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawDepthBiasTests.cpp40 void createTests(tcu::TestCaseGroup *testGroup) in createTests()
DvktDrawOutputLocationTests.cpp51 void createTests(tcu::TestCaseGroup *testGroup) in createTests()
DvktDrawShaderInvocationTests.cpp81 void createTests(tcu::TestCaseGroup *testGroup) in createTests()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesMipmapSparseResidency.cpp592de::MovePtr<tcu::TestCaseGroup> testGroup, in createMipmapSparseResidencyTestsCommon()
652 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "mipmap_sparse_residency… in createMipmapSparseResidencyTests() local
658 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "device_group_mipmap_spa… in createDeviceGroupMipmapSparseResidencyTests() local
DvktSparseResourcesImageSparseBinding.cpp630 de::MovePtr<tcu::TestCaseGroup> testGroup, in createImageSparseBindingTestsCommon()
711 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "image_sparse_binding")); in createImageSparseBindingTests() local
717 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "device_group_image_spar… in createDeviceGroupImageSparseBindingTests() local
DvktSparseResourcesShaderIntrinsics.cpp53 de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "shader_intrinsics")); in createSparseResourcesShaderIntrinsicsTests() local
DvktSparseResourcesImageMemoryAliasing.cpp955de::MovePtr<tcu::TestCaseGroup> testGroup, in createImageSparseMemoryAliasingTestsCommon()
1017 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "image_sparse_memory_ali… in createImageSparseMemoryAliasingTests() local
1023 de::MovePtr<tcu::TestCaseGroup> testGroup( in createDeviceGroupImageSparseMemoryAliasingTests() local
DvktSparseResourcesMultisampledImageSparseBinding.cpp667de::MovePtr<tcu::TestCaseGroup> testGroup) in createSparseResourcesMultisampledImageCommonTests()
707 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "multisampled_image_spar… in createSparseResourcesMultisampledImageSparseBindingTests() local
DvktSparseResourcesImageRebind.cpp808 de::MovePtr<tcu::TestCaseGroup> testGroup, in createImageSparseRebindTestsCommon()
866 de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "image_rebind")); in createImageSparseRebindTests() local
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkGetDeviceProcAddr.inl205 void addGetDeviceProcAddrTests (tcu::TestCaseGroup* testGroup)
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkGetDeviceProcAddr.inl613 void addGetDeviceProcAddrTests (tcu::TestCaseGroup* testGroup)
/external/sdk-platform-java/java-core/google-cloud-core/src/test/java/com/google/cloud/
DIdentityTest.java72 public void testGroup() { in testGroup() method in IdentityTest
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm16bitStorageTests.cpp2001 void addGraphics16BitStorageUniformInt32To16Group(tcu::TestCaseGroup *testGroup) in addGraphics16BitStorageUniformInt32To16Group()
3279 void addGraphics16BitStorageUniformFloat32To16Group(tcu::TestCaseGroup *testGroup) in addGraphics16BitStorageUniformFloat32To16Group()
3639 void addGraphics16BitStorageInputOutputFloat32To16Group(tcu::TestCaseGroup *testGroup) in addGraphics16BitStorageInputOutputFloat32To16Group()
3808 void addGraphics16BitStorageInputOutputFloat16To32Group(tcu::TestCaseGroup *testGroup) in addGraphics16BitStorageInputOutputFloat16To32Group()
3919 void addGraphics16BitStorageInputOutputFloat16To16Group(tcu::TestCaseGroup *testGroup) in addGraphics16BitStorageInputOutputFloat16To16Group()
4234 void addGraphics16BitStorageInputOutputFloat16To16x2Group(tcu::TestCaseGroup *testGroup) in addGraphics16BitStorageInputOutputFloat16To16x2Group()
4295 void addGraphics16BitStorageInputOutputInt16To16x2Group(tcu::TestCaseGroup *testGroup) in addGraphics16BitStorageInputOutputInt16To16x2Group()
4357 void addGraphics16BitStorageInputOutputInt32To16Group(tcu::TestCaseGroup *testGroup) in addGraphics16BitStorageInputOutputInt32To16Group()
4487 void addGraphics16BitStorageInputOutputInt16To32Group(tcu::TestCaseGroup *testGroup) in addGraphics16BitStorageInputOutputInt16To32Group()
4627 void addGraphics16BitStorageInputOutputInt16To16Group(tcu::TestCaseGroup *testGroup) in addGraphics16BitStorageInputOutputInt16To16Group()
[all …]
/external/deqp/executor/
DxeTestCase.cpp390 void TestSet::addGroup(const TestGroup *testGroup) in addGroup()
416 void TestSet::removeGroup(const TestGroup *testGroup) in removeGroup()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageOffsetTests.cpp153 void initYcbcrImageOffsetTests(tcu::TestCaseGroup *testGroup) in initYcbcrImageOffsetTests()
/external/deqp/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp260 void createInfoTests(tcu::TestCaseGroup *testGroup) in createInfoTests()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSpecConstantTests.cpp875 de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "default_value")); in createDefaultValueTests() local
1070 de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "basic")); in createBasicSpecializationTests() local
1594 de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "local_size")); in createWorkGroupSizeTests() local
1716 de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "builtin")); in createBuiltInOverrideTests() local
1753 de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "expression")); in createExpressionTests() local

12345