/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiTests.cpp | 42 void createTypeSpecificTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createTypeSpecificTests()
|
D | vktWsiSwapchainTests.cpp | 685 void populateSwapchainGroup (tcu::TestCaseGroup* testGroup, GroupParameters params) in populateSwapchainGroup() 1663 void populateRenderGroup (tcu::TestCaseGroup* testGroup, Type wsiType) in populateRenderGroup() 1668 void populateGetImagesGroup (tcu::TestCaseGroup* testGroup, Type wsiType) in populateGetImagesGroup() 1673 void populateModifyGroup (tcu::TestCaseGroup* testGroup, Type wsiType) in populateModifyGroup() 1685 void populateDestroyGroup (tcu::TestCaseGroup* testGroup, Type wsiType) in populateDestroyGroup() 1692 void createSwapchainTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createSwapchainTests()
|
D | vktWsiSurfaceTests.cpp | 873 void createSurfaceTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createSurfaceTests()
|
/external/deqp/framework/common/ |
D | tcuTestHierarchyIterator.cpp | 75 void DefaultHierarchyInflater::enterGroupNode (TestCaseGroup* testGroup, vector<TestNode*>& childre… in enterGroupNode() 81 void DefaultHierarchyInflater::leaveGroupNode (TestCaseGroup* testGroup) in leaveGroupNode()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsics.cpp | 36 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "shader_intrinsics", "Sp… in createSparseResourcesShaderIntrinsicsTests() local
|
D | vktSparseResourcesImageSparseBinding.cpp | 365 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "image_sparse_binding", … in createImageSparseBindingTests() local
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 486 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "mipmap_sparse_residency… in createMipmapSparseResidencyTests() local
|
D | vktSparseResourcesImageSparseResidency.cpp | 649 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "image_sparse_residency"… in createImageSparseResidencyTests() local
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 685 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "image_sparse_memory_ali… in createImageSparseMemoryAliasingTests() local
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsm16bitStorageTests.cpp | 963 void addGraphics16BitStorageUniformInt32To16Group (tcu::TestCaseGroup* testGroup) in addGraphics16BitStorageUniformInt32To16Group() 1431 void addGraphics16BitStorageUniformFloat32To16Group (tcu::TestCaseGroup* testGroup) in addGraphics16BitStorageUniformFloat32To16Group() 1757 void addGraphics16BitStorageInputOutputFloat32To16Group (tcu::TestCaseGroup* testGroup) in addGraphics16BitStorageInputOutputFloat32To16Group() 1887 void addGraphics16BitStorageInputOutputFloat16To32Group (tcu::TestCaseGroup* testGroup) in addGraphics16BitStorageInputOutputFloat16To32Group() 2002 void addGraphics16BitStorageInputOutputInt32To16Group (tcu::TestCaseGroup* testGroup) in addGraphics16BitStorageInputOutputInt32To16Group() 2131 void addGraphics16BitStorageInputOutputInt16To32Group (tcu::TestCaseGroup* testGroup) in addGraphics16BitStorageInputOutputInt16To32Group() 2274 void addGraphics16BitStoragePushConstantFloat16To32Group (tcu::TestCaseGroup* testGroup) in addGraphics16BitStoragePushConstantFloat16To32Group() 2471 void addGraphics16BitStoragePushConstantInt16To32Group (tcu::TestCaseGroup* testGroup) in addGraphics16BitStoragePushConstantInt16To32Group() 2670 void addGraphics16BitStorageUniformInt16To32Group (tcu::TestCaseGroup* testGroup) in addGraphics16BitStorageUniformInt16To32Group() 2888 void addGraphics16BitStorageUniformFloat16To32Group (tcu::TestCaseGroup* testGroup) in addGraphics16BitStorageUniformFloat16To32Group()
|
D | vktSpvAsmVariablePointersTests.cpp | 1218 void addVariablePointersGraphicsGroup (tcu::TestCaseGroup* testGroup) in addVariablePointersGraphicsGroup() 1599 void addTwoInputBufferReadOnlyVariablePointersGraphicsGroup (tcu::TestCaseGroup* testGroup) in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() 1990 void addSingleInputBufferReadOnlyVariablePointersGraphicsGroup (tcu::TestCaseGroup* testGroup) in addSingleInputBufferReadOnlyVariablePointersGraphicsGroup() 2417 void addNullptrVariablePointersGraphicsGroup (tcu::TestCaseGroup* testGroup) in addNullptrVariablePointersGraphicsGroup()
|
D | vktSpvAsmInstructionTests.cpp | 5296 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "loop", "Looping control… in createLoopTests() local 5528 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "barrier", "OpControlBar… in createBarrierTests() local 5671 de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "frem", "OpFRem")); in createFRemTests() local 6716 de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "opnop", "Test OpNop")); in createOpNopTests() local
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktInfoTests.cpp | 240 void createInfoTests (tcu::TestCaseGroup* testGroup) in createInfoTests()
|
/external/deqp/executor/ |
D | xeTestCase.cpp | 391 void TestSet::addGroup (const TestGroup* testGroup) in addGroup() 418 void TestSet::removeGroup (const TestGroup* testGroup) in removeGroup()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSpecConstantTests.cpp | 734 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "default_value", "use d… in createDefaultValueTests() local 807 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "basic", "specialize a … in createBasicSpecializationTests() local 904 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "local_size", "work gro… in createWorkGroupSizeTests() local 1013 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "builtin", "built-in ov… in createBuiltInOverrideTests() local 1048 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "expression", "speciali… in createExpressionTests() local
|
/external/protobuf/python/google/protobuf/internal/ |
D | unknown_fields_test.py | 203 def testGroup(self): member in UnknownFieldsAccessorsTest
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktBasicDrawTests.cpp | 1186 void populateSubGroup (tcu::TestCaseGroup* testGroup, const TestCaseParams caseParams) in populateSubGroup() 1270 void createTopologyGroups (tcu::TestCaseGroup* testGroup, const DrawCommandType cmdType) in createTopologyGroups() 1280 void createDrawTests (tcu::TestCaseGroup* testGroup) in createDrawTests()
|
D | vktDrawNegativeViewportHeightTests.cpp | 497 void populateTestGroup (tcu::TestCaseGroup* testGroup) in populateTestGroup()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageLoadStoreTests.cpp | 1225 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "store", "Plain imageSto… in createImageStoreTests() local 1249 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "load_store", "Cases wit… in createImageLoadStoreTests() local 1274 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "format_reinterpret", "C… in createImageFormatReinterpretTests() local
|
D | vktImageMultisampleLoadStoreTests.cpp | 504 …MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "load_store_multisample", "M… in createImageMultisampleLoadStoreTests() local
|
D | vktImageSizeTests.cpp | 515 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "image_size", "imageSize… in createImageSizeTests() local
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 1944 void createFormatTests (tcu::TestCaseGroup* testGroup) in createFormatTests() 2212 void createImageFormatTypeTilingTests (tcu::TestCaseGroup* testGroup, ImageFormatPropertyCase param… in createImageFormatTypeTilingTests() 2228 void createImageFormatTypeTests (tcu::TestCaseGroup* testGroup, ImageFormatPropertyCase params) in createImageFormatTypeTests() 2236 void createImageFormatTests (tcu::TestCaseGroup* testGroup, ImageFormatPropertyCase::Function testF… in createImageFormatTests()
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | UnknownFieldSetTest.java | 132 public void testGroup() throws Exception { in testGroup() method in UnknownFieldSetTest
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 817 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "early_fragment", "early… in createEarlyFragmentTests() local
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrCopyTests.cpp | 970 void initTests (tcu::TestCaseGroup* testGroup) in initTests()
|