Home
last modified time | relevance | path

Searched refs:testTypes (Results 1 – 25 of 26) sorted by relevance

12

/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp963 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 …]
/external/OpenCL-CTS/test_conformance/SVM/
Dtest_enqueue_api.cpp127 std::vector<TestType> testTypes; in test_svm_enqueue_api() local
129 testTypes.push_back(TestType(host, host)); in test_svm_enqueue_api()
130 testTypes.push_back(TestType(host, svm)); in test_svm_enqueue_api()
131 testTypes.push_back(TestType(svm, host)); in test_svm_enqueue_api()
132 testTypes.push_back(TestType(svm, svm)); in test_svm_enqueue_api()
134 for (const auto test_case : testTypes) in test_svm_enqueue_api()
/external/skia/tests/
DCachedDecodingPixelRefTest.cpp91 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()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/
DMapDeserializationTest.java62 public EnumMap<KeyEnum,ITestType> testTypes; field in MapDeserializationTest.EnumMapContainer
66 public List<ITestType> testTypes; field in MapDeserializationTest.ListContainer
342 listContainer.testTypes = testTypesList; in testEnumPolymorphicSerializationTest()
349 enumMapContainer.testTypes = testTypesMap; in testEnumPolymorphicSerializationTest()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleDataTest.java368 final int[] testTypes = { in TestExemplarSetTypes() local
386 for (int i = 0; i < testTypes.length; i++) { in TestExemplarSetTypes()
388 UnicodeSet set = LocaleData.getExemplarSet(loc, 0, testTypes[i]); in TestExemplarSetTypes()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleDataTest.java365 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()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp1838 } 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()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp1112 std::vector<TestParams> testTypes; in createRenderPassUnusedClearAttachmentTests() local
1115testTypes.emplace_back(0, dsType, depthStencilUse, dsFormat, renderingType); // No color atta… in createRenderPassUnusedClearAttachmentTests()
1116testTypes.emplace_back(1, dsType, depthStencilUse, dsFormat, renderingType); // Single color… in createRenderPassUnusedClearAttachmentTests()
1117testTypes.emplace_back(COLOR_ATTACHMENTS_NUMBER, dsType, depthStencilUse, dsFormat, renderingType)… in createRenderPassUnusedClearAttachmentTests()
1119 for (auto& params : testTypes) in createRenderPassUnusedClearAttachmentTests()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingMemGuaranteeTests.cpp803 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()
DvktRayTracingComplexControlFlowTests.cpp1735 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()
DvktRayTracingCaptureReplayTests.cpp1412 } 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()
/external/auto/common/src/test/java/com/google/auto/common/
DOverridesTest.java355 ImmutableSet<TypeElement> testTypes = testTypesBuilder.build(); in checkOverridesInSet() local
357 for (TypeElement testType : testTypes) { in checkOverridesInSet()
361 for (TypeElement in : testTypes) { in checkOverridesInSet()
/external/dokka/core/src/test/kotlin/javadoc/
DJavadocTest.kt12 @Test fun testTypes() { in <lambda>() method in org.jetbrains.dokka.javadoc.JavadocTest
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemStorageBufferTests.cpp833 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()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp11764 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 …]
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryWatertightnessTests.cpp2247 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()
DvktRayQueryBuiltinTests.cpp5949 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()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateASTests.cpp2474 testTypes[] = in createDescriptorUpdateASTests() local
2514 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createDescriptorUpdateASTests()
2516 …eGroup> testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].nam… in createDescriptorUpdateASTests()
2517 const TestType testType = testTypes[testTypeNdx].testType; in createDescriptorUpdateASTests()
/external/tensorflow/tensorflow/python/kernel_tests/
Dbasic_gpu_test.py134 def testTypes(self): member in MathBuiltinUnaryTest
Dshape_ops_test.py491 def testTypes(self): member in TileTest
Dcwise_ops_test.py1056 def testTypes(self): member in RoundingTest
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationProvokingVertexTests.cpp952 } testTypes[] = in createTests() local
958 for (const TestType& testType: testTypes) in createTests()
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackSimpleTests.cpp3167 …const TestType testTypes[] = { TEST_TYPE_BASIC, TEST_TYPE_RESUME, TEST_TYPE_XFB_POINTSIZE, TEST_… in createTransformFeedbackSimpleTests() local
3170 for (deUint32 testTypesNdx = 0; testTypesNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypesNdx) in createTransformFeedbackSimpleTests()
3172 const TestType testType = testTypes[testTypesNdx]; in createTransformFeedbackSimpleTests()
3339 …const TestType testTypes[] = { TEST_TYPE_STREAMS, TEST_TYPE_STREAMS_POINTSIZE, TEST_TYPE_STREAM… in createTransformFeedbackStreamsSimpleTests() local
3342 for (deUint32 testTypesNdx = 0; testTypesNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypesNdx) in createTransformFeedbackStreamsSimpleTests()
3344 const TestType testType = testTypes[testTypesNdx]; in createTransformFeedbackStreamsSimpleTests()
/external/tensorflow/tensorflow/python/ops/
Dimage_grad_test_base.py203 def testTypes(self): member in ResizeBilinearOpTestBase
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp2796 } testTypes[] = in createImageExtendOperandsTests() local
2815 for (const auto& testType : testTypes) in createImageExtendOperandsTests()

12