Home
last modified time | relevance | path

Searched refs:testTypes (Results 1 - 25 of 35) sorted by relevance

12

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fUniformLocationTests.cpp963 StructType* testTypes[] =
971 structTypes.push_back(testTypes[0]);
972 structTypes.push_back(testTypes[1]);
973 structTypes.push_back(testTypes[2]);
974 structTypes.push_back(testTypes[3]);
976 testTypes[0]->addMember("a", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)]));
977 testTypes[0]->addMember("b", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)]));
978 testTypes[0]->addMember("c", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)]));
979 testTypes[0]->addMember("d", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)]));
980 testTypes[
[all...]
/third_party/skia/tests/
H A 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktPipelineIdentifierTests.cpp575 } testTypes[] = in createPipelineIdentifierTests() local
605 for (int typeIdx = 0; typeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++typeIdx) in createPipelineIdentifierTests()
607 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(testCtx, testTypes[typeIdx].name)); in createPipelineIdentifierTests()
615 TestParams testParams{ testTypes[typeIdx].type, matchControls[matchIdx].control, cardinalities[cardIdx].single }; in createPipelineIdentifierTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktPipelineIdentifierTests.cpp574 } testTypes[] = in createPipelineIdentifierTests() local
604 for (int typeIdx = 0; typeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++typeIdx) in createPipelineIdentifierTests()
606 de::MovePtr<tcu::TestCaseGroup> typeGroup(new tcu::TestCaseGroup(testCtx, testTypes[typeIdx].name, "")); in createPipelineIdentifierTests()
614 TestParams testParams{ testTypes[typeIdx].type, matchControls[matchIdx].control, cardinalities[cardIdx].single }; in createPipelineIdentifierTests()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DLocaleDataTest.java376 final int[] testTypes = { in TestExemplarSetTypes()
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/
H A DLocaleDataTest.java365 final int[] testTypes = { in TestExemplarSetTypes()
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_no_buildgn/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp1846 } testTypes[] =
1886 for (int testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx)
1890 testTypes[testTypeNdx].test,
1895 if (testTypes[testTypeNdx].test == TEST_TYPE_LAYERED_READBACK)
1896 addFunctionCaseWithPrograms(viewTypeGroup.get(), testTypes[testTypeNdx].name, testTypes[testTypeNdx].description, checkSupport, initPrograms, testLayeredReadBack, params);
1897 else if (testTypes[testTypeNdx].test == TEST_TYPE_SECONDARY_CMD_BUFFER)
1899 addFunctionCaseWithPrograms(viewTypeGroup.get(), "secondary_cmd_buffer", testTypes[testTypeNdx].description, checkSupport, initPrograms, testSecondaryCmdBuffer, params);
1901 addFunctionCaseWithPrograms(viewTypeGroup.get(), "secondary_cmd_buffer_inherit_framebuffer", testTypes[testTypeNdx].description, checkSupport, initPrograms, testSecondaryCmdBuffer, params);
1904 addFunctionCaseWithPrograms(viewTypeGroup.get(), testTypes[testTypeNd
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingMemGuaranteeTests.cpp803 testTypes[] in createMemGuaranteeTests() struct
812 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createMemGuaranteeTests()
814 de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(testCtx, testTypes[testTypeNdx].name)); in createMemGuaranteeTests()
825 testTypes[testTypeNdx].testType, // TestType testType; in createMemGuaranteeTests()
H A DvktRayTracingCaptureReplayTests.cpp1320 } testTypes[] = in addReplayShaderBindingTablesTests() local
1330 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in addReplayShaderBindingTablesTests()
1334 testTypes[testTypeNdx].testType, in addReplayShaderBindingTablesTests()
1344 group->addChild(new RayTracingCaptureReplayTestCase(group->getTestContext(), testTypes[testTypeNdx].name, testParams)); in addReplayShaderBindingTablesTests()
H A DvktRayTracingComplexControlFlowTests.cpp1735 testTypes[] in createComplexControlFlowTests() struct
1752 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createComplexControlFlowTests()
1754 const TestType testType = testTypes[testTypeNdx].testType; in createComplexControlFlowTests()
1755 de::MovePtr<tcu::TestCaseGroup> testTypeGroup (new tcu::TestCaseGroup(testCtx, testTypes[testTypeNdx].name)); in createComplexControlFlowTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingMemGuaranteeTests.cpp803 testTypes[] in createMemGuaranteeTests() struct
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[testTypeNdx].name, "")); in createMemGuaranteeTests()
824 testTypes[testTypeNdx].testType, // TestType testType; in createMemGuaranteeTests()
H A DvktRayTracingComplexControlFlowTests.cpp1735 testTypes[] in createComplexControlFlowTests() struct
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[testTypeNdx].name, "")); in createComplexControlFlowTests()
H A 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 group->addChild(new RayTracingCaptureReplayTestCase(group->getTestContext(), testTypes[testTypeNdx].name, testTypes[testTypeNdx].description, testParams)); in addReplayShaderBindingTablesTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedClearAttachmentTests.cpp1273 std::vector<TestParams> testTypes;
1276 testTypes.emplace_back(0, dsType, depthStencilUse, dsFormat, groupParams); // No color attachments.
1277 testTypes.emplace_back(1, dsType, depthStencilUse, dsFormat, groupParams); // Single color attachment.
1278 testTypes.emplace_back(COLOR_ATTACHMENTS_NUMBER, dsType, depthStencilUse, dsFormat, groupParams); // Multiple color attachments.
1280 for (auto& params : testTypes)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassUnusedClearAttachmentTests.cpp1273 std::vector<TestParams> testTypes;
1276 testTypes.emplace_back(0, dsType, depthStencilUse, dsFormat, groupParams); // No color attachments.
1277 testTypes.emplace_back(1, dsType, depthStencilUse, dsFormat, groupParams); // Single color attachment.
1278 testTypes.emplace_back(COLOR_ATTACHMENTS_NUMBER, dsType, depthStencilUse, dsFormat, groupParams); // Multiple color attachments.
1280 for (auto& params : testTypes)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp1845 } testTypes[] =
1894 for (int testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx)
1898 testTypes[testTypeNdx].test,
1903 if (testTypes[testTypeNdx].test == TEST_TYPE_LAYERED_READBACK)
1904 addFunctionCaseWithPrograms(viewTypeGroup.get(), testTypes[testTypeNdx].name, checkSupport, initPrograms, testLayeredReadBack, params);
1905 else if (testTypes[testTypeNdx].test == TEST_TYPE_SECONDARY_CMD_BUFFER)
1912 addFunctionCaseWithPrograms(viewTypeGroup.get(), testTypes[testTypeNdx].name, checkSupport, initPrograms, test, params);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemStorageBufferTests.cpp898 SSBOAtomicType testTypes[] = { in createAtomicStorageBufferTests() local
931 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++typeNdx) in createAtomicStorageBufferTests()
933 SSBOAtomicType atomicType = testTypes[typeNdx]; in createAtomicStorageBufferTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemStorageBufferTests.cpp908 SSBOAtomicType testTypes[] = { in createAtomicStorageBufferTests() local
940 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++typeNdx) in createAtomicStorageBufferTests()
942 SSBOAtomicType atomicType = testTypes[typeNdx]; in createAtomicStorageBufferTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp11877 const TestType testTypes[] = in createFloat16FuncSet() local
11995 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx) in createFloat16FuncSet()
11997 const TestType& testType = testTypes[testTypeIdx]; in createFloat16FuncSet()
12099 const TestType testTypes[] =
12243 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx)
12245 const TestType& testType = testTypes[testTypeIdx];
12361 const TestType testTypes[] =
12499 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx)
12501 const TestType& testType = testTypes[testTypeIdx];
12684 const TestType testTypes[]
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp11779 const TestType testTypes[] = in createFloat16FuncSet() local
11897 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx) in createFloat16FuncSet()
11899 const TestType& testType = testTypes[testTypeIdx]; in createFloat16FuncSet()
12001 const TestType testTypes[] =
12145 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx)
12147 const TestType& testType = testTypes[testTypeIdx];
12263 const TestType testTypes[] =
12401 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx)
12403 const TestType& testType = testTypes[testTypeIdx];
12586 const TestType testTypes[]
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryBuiltinTests.cpp5938 testTypes[] = in createBuiltinTests() local
5967 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createBuiltinTests()
5969 de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name)); in createBuiltinTests()
5970 const TestType testType = testTypes[testTypeNdx].testType; in createBuiltinTests()
6072 testTypes[] = in createAdvancedTests() local
6078 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createAdvancedTests()
6080 de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name)); in createAdvancedTests()
6081 const TestType testType = testTypes[testTypeNdx].testType; in createAdvancedTests()
H A DvktRayQueryWatertightnessTests.cpp2239 testTypes[] = in createWatertightnessTests() local
2255 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createWatertightnessTests()
2257 de::MovePtr<tcu::TestCaseGroup> testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name)); in createWatertightnessTests()
2258 const TestType testType = testTypes[testTypeNdx].testType; in createWatertightnessTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryBuiltinTests.cpp5917 testTypes[] = in createBuiltinTests() local
5946 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createBuiltinTests()
5948 de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name, "")); in createBuiltinTests()
5949 const TestType testType = testTypes[testTypeNdx].testType; in createBuiltinTests()
6051 testTypes[] = in createAdvancedTests() local
6057 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createAdvancedTests()
6059 de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name, "")); in createAdvancedTests()
6060 const TestType testType = testTypes[testTypeNdx].testType; in createAdvancedTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorUpdateASTests.cpp2445 testTypes[] = in createDescriptorUpdateASTests() local
2488 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createDescriptorUpdateASTests()
2490 de::MovePtr<tcu::TestCaseGroup> testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name)); in createDescriptorUpdateASTests()
2491 const TestType testType = testTypes[testTypeNdx].testType; in createDescriptorUpdateASTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorUpdateASTests.cpp2445 testTypes[] = in createDescriptorUpdateASTests() local
2485 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createDescriptorUpdateASTests()
2487 de::MovePtr<tcu::TestCaseGroup> testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name, "")); in createDescriptorUpdateASTests()
2488 const TestType testType = testTypes[testTypeNdx].testType; in createDescriptorUpdateASTests()

Completed in 101 milliseconds

12