/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fUniformLocationTests.cpp | 963 StructType* testTypes[] = in init() local 971 structTypes.push_back(testTypes[0]); in init() 972 structTypes.push_back(testTypes[1]); in init() 973 structTypes.push_back(testTypes[2]); in init() 974 structTypes.push_back(testTypes[3]); in init() 976 testTypes[0]->addMember("a", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)])); in init() 977 testTypes[0]->addMember("b", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)])); in init() 978 testTypes[0]->addMember("c", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)])); in init() 979 testTypes[0]->addMember("d", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)])); in init() 980 testTypes[0]->addMember("e", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)])); in init() [all …]
|
/third_party/skia/tests/ |
D | CachedDecodingPixelRefTest.cpp | 91 const TestImageGenerator::TestType testTypes[] = { in DEF_TEST() local 99 for (size_t i = 0; i < SK_ARRAY_COUNT(testTypes); ++i) { in DEF_TEST() 100 TestImageGenerator::TestType test = testTypes[i]; in DEF_TEST()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | LocaleDataTest.java | 376 final int[] testTypes = { in TestExemplarSetTypes() local 394 for (int i = 0; i < testTypes.length; i++) { in TestExemplarSetTypes() 396 UnicodeSet set = LocaleData.getExemplarSet(loc, 0, testTypes[i]); in TestExemplarSetTypes()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | LocaleDataTest.java | 365 final int[] testTypes = { in TestExemplarSetTypes() local 383 for (int i = 0; i < testTypes.length; i++) { in TestExemplarSetTypes() 385 UnicodeSet set = LocaleData.getExemplarSet(loc, 0, testTypes[i]); in TestExemplarSetTypes()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 1838 } testTypes[] = in createLayeredRenderingTests() local 1878 for (int testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createLayeredRenderingTests() 1882 testTypes[testTypeNdx].test, in createLayeredRenderingTests() 1887 if (testTypes[testTypeNdx].test == TEST_TYPE_LAYERED_READBACK) in createLayeredRenderingTests() 1888 …addFunctionCaseWithPrograms(viewTypeGroup.get(), testTypes[testTypeNdx].name, testTypes[testTypeNd… in createLayeredRenderingTests() 1889 else if (testTypes[testTypeNdx].test == TEST_TYPE_SECONDARY_CMD_BUFFER) in createLayeredRenderingTests() 1891 …addFunctionCaseWithPrograms(viewTypeGroup.get(), "secondary_cmd_buffer", testTypes[testTypeNdx].de… in createLayeredRenderingTests() 1893 …ograms(viewTypeGroup.get(), "secondary_cmd_buffer_inherit_framebuffer", testTypes[testTypeNdx].des… in createLayeredRenderingTests() 1896 …addFunctionCaseWithPrograms(viewTypeGroup.get(), testTypes[testTypeNdx].name, testTypes[testTypeNd… in createLayeredRenderingTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedClearAttachmentTests.cpp | 1108 std::vector<TestParams> testTypes; in createRenderPassUnusedClearAttachmentTests() local 1111 …testTypes.emplace_back(0, dsType, depthStencilUse, dsFormat, renderingType); // No color atta… in createRenderPassUnusedClearAttachmentTests() 1112 …testTypes.emplace_back(1, dsType, depthStencilUse, dsFormat, renderingType); // Single color… in createRenderPassUnusedClearAttachmentTests() 1113 …testTypes.emplace_back(COLOR_ATTACHMENTS_NUMBER, dsType, depthStencilUse, dsFormat, renderingType)… in createRenderPassUnusedClearAttachmentTests() 1115 for (auto& params : testTypes) in createRenderPassUnusedClearAttachmentTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingMemGuaranteeTests.cpp | 803 testTypes[] in createMemGuaranteeTests() local 811 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createMemGuaranteeTests() 813 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(testCtx, testTypes[testTypeNd… in createMemGuaranteeTests() 824 testTypes[testTypeNdx].testType, // TestType testType; in createMemGuaranteeTests()
|
D | vktRayTracingComplexControlFlowTests.cpp | 1735 testTypes[] in createComplexControlFlowTests() local 1751 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createComplexControlFlowTests() 1753 const TestType testType = testTypes[testTypeNdx].testType; in createComplexControlFlowTests() 1754 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup (new tcu::TestCaseGroup(testCtx, testTypes[testTypeN… in createComplexControlFlowTests()
|
D | vktRayTracingCaptureReplayTests.cpp | 1412 } testTypes[] = in addReplayShaderBindingTablesTests() local 1419 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in addReplayShaderBindingTablesTests() 1423 testTypes[testTypeNdx].testType, in addReplayShaderBindingTablesTests() 1433 …RayTracingCaptureReplayTestCase(group->getTestContext(), testTypes[testTypeNdx].name, testTypes[te… in addReplayShaderBindingTablesTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemStorageBufferTests.cpp | 833 SSBOAtomicType testTypes[] = { in createAtomicStorageBufferTests() local 859 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++typeNdx) in createAtomicStorageBufferTests() 861 SSBOAtomicType atomicType = testTypes[typeNdx]; in createAtomicStorageBufferTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 11764 const TestType testTypes[] = in createFloat16FuncSet() local 11882 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx) in createFloat16FuncSet() 11884 const TestType& testType = testTypes[testTypeIdx]; in createFloat16FuncSet() 11986 const TestType testTypes[] = in createFloat16VectorExtractSet() local 12130 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx) in createFloat16VectorExtractSet() 12132 const TestType& testType = testTypes[testTypeIdx]; in createFloat16VectorExtractSet() 12248 const TestType testTypes[] = in createFloat16VectorInsertSet() local 12386 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx) in createFloat16VectorInsertSet() 12388 const TestType& testType = testTypes[testTypeIdx]; in createFloat16VectorInsertSet() 12571 const TestType testTypes[] = in createFloat16VectorShuffleSet() local [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorUpdateASTests.cpp | 2471 testTypes[] = in createDescriptorUpdateASTests() local 2511 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createDescriptorUpdateASTests() 2513 …eGroup> testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].nam… in createDescriptorUpdateASTests() 2514 const TestType testType = testTypes[testTypeNdx].testType; in createDescriptorUpdateASTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryWatertightnessTests.cpp | 2247 testTypes[] = in createWatertightnessTests() local 2263 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createWatertightnessTests() 2265 …eGroup> testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].nam… in createWatertightnessTests() 2266 const TestType testType = testTypes[testTypeNdx].testType; in createWatertightnessTests()
|
D | vktRayQueryBuiltinTests.cpp | 5949 testTypes[] = in createBuiltinTests() local 5978 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createBuiltinTests() 5980 …aseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].nam… in createBuiltinTests() 5981 const TestType testType = testTypes[testTypeNdx].testType; in createBuiltinTests() 6083 testTypes[] = in createAdvancedTests() local 6089 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createAdvancedTests() 6091 …aseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].nam… in createAdvancedTests() 6092 const TestType testType = testTypes[testTypeNdx].testType; in createAdvancedTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackSimpleTests.cpp | 2861 …const TestType testTypes[] = { TEST_TYPE_BASIC, TEST_TYPE_RESUME, TEST_TYPE_XFB_POINTSIZE, TEST_… in createTransformFeedbackSimpleTests() local 2864 for (deUint32 testTypesNdx = 0; testTypesNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypesNdx) in createTransformFeedbackSimpleTests() 2866 const TestType testType = testTypes[testTypesNdx]; in createTransformFeedbackSimpleTests() 3016 …const TestType testTypes[] = { TEST_TYPE_STREAMS, TEST_TYPE_STREAMS_POINTSIZE, TEST_TYPE_STREAM… in createTransformFeedbackStreamsSimpleTests() local 3019 for (deUint32 testTypesNdx = 0; testTypesNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypesNdx) in createTransformFeedbackStreamsSimpleTests() 3021 const TestType testType = testTypes[testTypesNdx]; in createTransformFeedbackStreamsSimpleTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationProvokingVertexTests.cpp | 952 } testTypes[] = in createTests() local 958 for (const TestType& testType: testTypes) in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageLoadStoreTests.cpp | 2773 } testTypes[] = in createImageExtendOperandsTests() local 2792 for (const auto& testType : testTypes) in createImageExtendOperandsTests()
|
/third_party/python/Lib/test/ |
D | test_socket.py | 5922 def testTypes(self): member in TestSocketSharing
|