Home
last modified time | relevance | path

Searched refs:testConfig (Results 1 – 25 of 32) sorted by relevance

12

/third_party/typescript/src/testRunner/
Drunner.ts101 const testConfig = <TestConfig>JSON.parse(testConfigContent); constant
102 if (testConfig.light) {
105 if (testConfig.timeout) {
106 globalTimeout = testConfig.timeout;
108 runUnitTests = testConfig.runUnitTests;
109 if (testConfig.workerCount) {
110 workerCount = +testConfig.workerCount;
112 if (testConfig.taskConfigsFolder) {
113 taskConfigsFolder = testConfig.taskConfigsFolder;
115 if (testConfig.noColors !== undefined) {
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp410 ExternalDependencyTestInstance (Context& context, ExternalTestConfig testConfig);
497 …dencyTestInstance::ExternalDependencyTestInstance (Context& context, ExternalTestConfig testConfig) in ExternalDependencyTestInstance() argument
499 …, m_renderPass2Supported ((testConfig.renderingType == RENDERING_TYPE_RENDERPASS2) && context.req… in ExternalDependencyTestInstance()
500 …, m_synchronization2Supported ((testConfig.synchronizationType == SYNCHRONIZATION_TYPE_SYNCHRONIZA… in ExternalDependencyTestInstance()
501 , m_renderingType (testConfig.renderingType) in ExternalDependencyTestInstance()
502 , m_width (testConfig.imageSize.x()) in ExternalDependencyTestInstance()
503 , m_height (testConfig.imageSize.y()) in ExternalDependencyTestInstance()
504 , m_blurKernel (testConfig.blurKernel) in ExternalDependencyTestInstance()
505 , m_format (testConfig.format) in ExternalDependencyTestInstance()
506 …ies, context.getUniversalQueueFamilyIndex(), m_format, m_width, m_height, testConfig.renderPasses)) in ExternalDependencyTestInstance()
[all …]
DvktRenderPassSparseRenderTargetTests.cpp405 SparseRenderTargetTestInstance (Context& context, TestConfig testConfig);
440 …eRenderTargetTestInstance::SparseRenderTargetTestInstance (Context& context, TestConfig testConfig) in SparseRenderTargetTestInstance() argument
442 , m_renderingType (testConfig.renderingType) in SparseRenderTargetTestInstance()
445 , m_format (testConfig.format) in SparseRenderTargetTestInstance()
451 …eRenderPass(context.getDeviceInterface(), context.getDevice(), m_format, testConfig.renderingType)) in SparseRenderTargetTestInstance()
454 …line(context.getDeviceInterface(), context.getDevice(), *m_renderPass, testConfig.format, *m_rende… in SparseRenderTargetTestInstance()
624 void init (vk::SourceCollections& dst, TestConfig testConfig) const in init()
627 const VkFormat format (testConfig.format); in init()
767 const TestConfig testConfig (format, renderingType); in initTests() local
770 …testName.c_str(), testName.c_str(), testConfig, typename FunctionSupport1<TestConfig>::Args(checkS… in initTests()
DvktRenderPassDepthStencilResolveTests.cpp1535 const TestConfig testConfig = in initTests() local
1557 …d(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, testName, testConfig)); in initTests()
1566 TestConfig compatibilityTestConfig = testConfig; in initTests()
1579 const TestConfig testConfig = in initTests() local
1601 …d(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, testName, testConfig)); in initTests()
1606 TestConfig samplemaskTestConfig = testConfig; in initTests()
1617 TestConfig compatibilityTestConfig = testConfig; in initTests()
1690 const TestConfig testConfig = in initTests() local
1712 …d(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, testName, testConfig)); in initTests()
1724 const TestConfig testConfig = in initTests() local
[all …]
DvktRenderPassTests.cpp5442 const TestConfig testConfig (renderPass, in addAttachmentTests() local
5455 ….get(), testCaseName.c_str(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig); in addAttachmentTests()
5526 const TestConfig testConfig (renderPass, in addAttachmentWriteMaskTests() local
5540 …seName.c_str(), testCaseName.c_str(), checkSupport, createTestShaders, renderPassTest, testConfig); in addAttachmentWriteMaskTests()
6000 const TestConfig testConfig (renderPass, in addAttachmentAllocationTests() local
6013 ….get(), testCaseName.c_str(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig); in addAttachmentAllocationTests()
6196 const TestConfig testConfig (renderPass, in addAttachmentAllocationTests() local
6209 ….get(), testCaseName.c_str(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig); in addAttachmentAllocationTests()
6241 const TestConfig testConfig (renderPass, in addSimpleTests() local
6254 …g>(group, "color", "Single color attachment case.", createTestShaders, renderPassTest, testConfig); in addSimpleTests()
[all …]
DvktRenderPassSampleReadTests.cpp992 const TestConfig testConfig (sampleCount, TESTMODE_ADD, 0, renderingType); in initTests() local
995 …, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testName.c_str(), testConfig)); in initTests()
1000 const TestConfig testConfig (sampleCount, TESTMODE_SELECT, sample, renderingType); in initTests() local
1003 …, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testName.c_str(), testConfig)); in initTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp1142 …t& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig);
1156 ExtendedDynamicStateInstance (Context& context, const TestConfig& testConfig);
1165 …xt& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig) in ExtendedDynamicStateTest() argument
1167 , m_testConfig (testConfig) in ExtendedDynamicStateTest()
1169 const auto staticTopologyClass = getTopologyClass(testConfig.topologyConfig.staticValue); in ExtendedDynamicStateTest()
1173 DE_ASSERT(!testConfig.topologyConfig.dynamicValue || in ExtendedDynamicStateTest()
1174 staticTopologyClass == getTopologyClass(testConfig.topologyConfig.dynamicValue.get())); in ExtendedDynamicStateTest()
1455 …dDynamicStateInstance::ExtendedDynamicStateInstance(Context& context, const TestConfig& testConfig) in ExtendedDynamicStateInstance() argument
1457 , m_testConfig (testConfig) in ExtendedDynamicStateInstance()
1498 void setDynamicStates(const TestConfig& testConfig, const vk::DeviceInterface& vkd, vk::VkCommandBu… in setDynamicStates() argument
[all …]
DvktPipelineColorWriteEnableTests.cpp245 …t& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig);
259 ColorWriteEnableInstance (Context& context, const TestConfig& testConfig);
268 …xt& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig) in ColorWriteEnableTest() argument
270 , m_testConfig (testConfig) in ColorWriteEnableTest()
346 ColorWriteEnableInstance::ColorWriteEnableInstance(Context& context, const TestConfig& testConfig) in ColorWriteEnableInstance() argument
348 , m_testConfig (testConfig) in ColorWriteEnableInstance()
361 void setDynamicStates(const TestConfig& testConfig, const vk::DeviceInterface& vkd, vk::VkCommandBu… in setDynamicStates() argument
363 if (testConfig.colorWriteEnableConfig.dynamicValue) in setDynamicStates()
365 const auto& colorWriteEnables = testConfig.colorWriteEnableConfig.dynamicValue.get(); in setDynamicStates()
DvktPipelineMultisampleTests.cpp5249 const TestConfig& testConfig = testConfigs[configNdx]; in createMultisampleTests() local
5259 …pleShadingTest(testCtx, "primitive_triangle", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests()
5260 …SampleShadingTest(testCtx, "primitive_line", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests()
5261 …leShadingTest(testCtx, "primitive_point_1px", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests()
5262 …ampleShadingTest(testCtx, "primitive_point", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests()
5264 …ingTest(testCtx, "primitive_triangle_sparse", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests()
5265 …hadingTest(testCtx, "primitive_line_sparse", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests()
5266 …ngTest(testCtx, "primitive_point_1px_sparse", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests()
5267 …adingTest(testCtx, "primitive_point_sparse", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests()
5283 const TestConfig& testConfig = testConfigs[configNdx]; in createMultisampleTests() local
[all …]
/third_party/typescript/src/testRunner/unittests/tsserver/
DtypeReferenceDirectives.ts38 const testConfig: File = { constant
48 const files = [typeLib, appLib, testFile, testConfig, libFile]; constant
53 const project = service.configuredProjects.get(testConfig.path)!;
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeSampleVariablesTests.cpp108 struct testConfig in write_to_read_only_types() struct
150 struct testConfig in access_built_in_types_inside_other_shaders() struct
240 struct testConfig in index_outside_sample_mask_range() struct
284 struct testConfig in access_built_in_types_without_extension() struct
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp530 SharedPresentableImageTestInstance (Context& context, const TestConfig& testConfig);
708 …geTestInstance::SharedPresentableImageTestInstance (Context& context, const TestConfig& testConfig) in SharedPresentableImageTestInstance() argument
710 , m_testConfig (testConfig) in SharedPresentableImageTestInstance()
714 , m_instance (createInstanceWithWsi(context, m_instanceExtensions, testConfig.wsiType)) in SharedPresentableImageTestInstance()
717 …text.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in SharedPresentableImageTestInstance()
719 …, m_surface (vk::wsi::createSurface(m_vki, m_instance, testConfig.wsiType, *m_nativeDisplay, *… in SharedPresentableImageTestInstance()
723 …ance, m_vki, m_physicalDevice, m_deviceExtensions, m_queueFamilyIndex, testConfig.useSharedPresent… in SharedPresentableImageTestInstance()
737testConfig.scaling, m_surfaceProperties, m_surfaceFormats, m_presentModes, testConfig.presentMode,… in SharedPresentableImageTestInstance()
DvktWsiIncrementalPresentTests.cpp616 IncrementalPresentTestInstance (Context& context, const TestConfig& testConfig);
796 …resentTestInstance::IncrementalPresentTestInstance (Context& context, const TestConfig& testConfig) in IncrementalPresentTestInstance() argument
798 , m_testConfig (testConfig) in IncrementalPresentTestInstance()
799 , m_useIncrementalPresent (testConfig.useIncrementalPresent) in IncrementalPresentTestInstance()
802 , m_instance (createInstanceWithWsi(context, m_instanceExtensions, testConfig.wsiType)) in IncrementalPresentTestInstance()
805 …text.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in IncrementalPresentTestInstance()
807 …, m_surface (vk::wsi::createSurface(m_vki, m_instance, testConfig.wsiType, *m_nativeDisplay, *… in IncrementalPresentTestInstance()
811 …ance, m_vki, m_physicalDevice, m_deviceExtensions, m_queueFamilyIndex, testConfig.useIncrementalPr… in IncrementalPresentTestInstance()
827 …milyIndex, testConfig.scaling, m_surfaceProperties, m_surfaceFormats, m_presentModes, testConfig.p… in IncrementalPresentTestInstance()
DvktWsiDisplayTimingTests.cpp533 DisplayTimingTestInstance (Context& context, const TestConfig& testConfig);
685 …splayTimingTestInstance::DisplayTimingTestInstance (Context& context, const TestConfig& testConfig) in DisplayTimingTestInstance() argument
687 , m_useDisplayTiming (testConfig.useDisplayTiming) in DisplayTimingTestInstance()
691 , m_instance (createInstanceWithWsi(context, m_instanceExtensions, testConfig.wsiType)) in DisplayTimingTestInstance()
694 …text.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in DisplayTimingTestInstance()
696 …, m_surface (vk::wsi::createSurface(m_vki, m_instance, testConfig.wsiType, *m_nativeDisplay, *… in DisplayTimingTestInstance()
700 …ance, m_vki, m_physicalDevice, m_deviceExtensions, m_queueFamilyIndex, testConfig.useDisplayTiming… in DisplayTimingTestInstance()
716 …m_queueFamilyIndex, m_surfaceProperties, m_surfaceFormats, m_presentModes, testConfig.presentMode)) in DisplayTimingTestInstance()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
Dglmark2Benchmark.cpp225 std::string testName, testConfig; in parseOutput() local
226 lin >> testName >> testConfig; in parseOutput()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
Dglmark2Benchmark.cpp233 std::string testName, testConfig; in parseOutput() local
234 lin >> testName >> testConfig; in parseOutput()
/third_party/flutter/flutter/packages/flutter_test/test/test_config/project_root/
Dconfig_test.dart8 testConfig('pubspec.yaml causes config scanning to stop', null);
/third_party/flutter/flutter/packages/flutter_test/test/test_config/
Dconfig_test.dart8 testConfig('flutter_test_config initializes tests in same folder', '/test_config');
Dconfig_test_utils.dart9 void testConfig(
/third_party/flutter/flutter/packages/flutter_test/test/test_config/child_directory/grandchild_directory/
Dconfig_test.dart8 testConfig('flutter_test_config initializes tests in grandchild folder', '/test_config');
/third_party/flutter/flutter/packages/flutter_test/test/test_config/child_directory/
Dconfig_test.dart8 testConfig('flutter_test_config initializes tests in child folder', '/test_config');
/third_party/flutter/flutter/packages/flutter_test/test/test_config/nested_config/
Dconfig_test.dart8 testConfig(
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFromHlslTests.cpp224 TestConfig testConfig = { TT_CBUFFER_PACKING }; in createHlslComputeGroup() local
225 …stInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, "cbuffer_packing", "", testConfig, checkSupport)); in createHlslComputeGroup()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Dangle_deqp_gtest.cpp296 GPUTestConfig testConfig = GPUTestConfig(api, gOptions.preRotation); in initialize() local
301 for (uint32_t condition : testConfig.getConditions()) in initialize()
313 if (!testSuite->loadTestExpectationsFromFileWithConfig(testConfig, in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferMemoryRequirementsTests.cpp275 const TestConfig testConfig) in MemoryRequirementsTest() argument
277 , m_testConfig (testConfig) in MemoryRequirementsTest()
278 , m_instConfig (testConfig) {} in MemoryRequirementsTest()

12