Home
last modified time | relevance | path

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

12

/external/ksp/gradle-plugin/src/test/kotlin/com/google/devtools/ksp/gradle/testing/
DKspIntegrationTestRule.kt55 val testConfig = TestConfig.read() constant
87 PluginDeclaration.kotlin("jvm", testConfig.kotlinBaseVersion), in setupAppAsJvmApp()
88 PluginDeclaration.id("com.google.devtools.ksp", testConfig.kspVersion) in setupAppAsJvmApp()
100 PluginDeclaration.id("com.android.application", testConfig.androidBaseVersion), in setupAppAsAndroidApp()
101 PluginDeclaration.kotlin("android", testConfig.kotlinBaseVersion), in setupAppAsAndroidApp()
102 PluginDeclaration.id("com.google.devtools.ksp", testConfig.kspVersion) in setupAppAsAndroidApp()
114 PluginDeclaration.id("com.android.application", testConfig.androidBaseVersion), in setupAppAsMultiplatformApp()
115 PluginDeclaration.kotlin("multiplatform", testConfig.kotlinBaseVersion), in setupAppAsMultiplatformApp()
116 PluginDeclaration.id("com.google.devtools.ksp", testConfig.kspVersion) in setupAppAsMultiplatformApp()
150 testProject = TestProject(tmpFolder.newFolder(), testConfig) in starting()
DTestProject.kt26 val testConfig: TestConfig in <lambda>() constant in com.google.devtools.ksp.gradle.testing.TestProject
31 it.plugins.add(PluginDeclaration.kotlin("jvm", testConfig.kotlinBaseVersion)) in <lambda>()
39 testConfig.processorClasspath.split(File.pathSeparatorChar).forEach { path -> in <lambda>()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmMultipleShadersTests.cpp441 void checkSupport(vkt::Context &context, TestConfig testConfig) in checkSupport() argument
443 if (testConfig.type == TestType::TWO_ENTRY_POINTS_EXECUTION_MODE_ID) in checkSupport()
455 TestConfig testConfig = {TestType::TWO_ENTRY_POINTS_EXECUTION_MODE_ID}; in createMultipleShaderExtendedGroup() local
456 …nGroup->addChild(new EntryPointsTestCase(testCtx, "two_entry_points_execution_mode_id", testConfig, in createMultipleShaderExtendedGroup()
457 … typename FunctionSupport1<TestConfig>::Args(checkSupport, testConfig))); in createMultipleShaderExtendedGroup()
458 testConfig = {TestType::TWO_ENTRY_POINTS_DIFFERENT_INTERFACES}; in createMultipleShaderExtendedGroup()
459 …oup->addChild(new EntryPointsTestCase(testCtx, "two_entry_points_different_interfaces", testConfig, in createMultipleShaderExtendedGroup()
460 … typename FunctionSupport1<TestConfig>::Args(checkSupport, testConfig))); in createMultipleShaderExtendedGroup()
DvktSpvAsmFromHlslTests.cpp233 TestConfig testConfig = {TT_CBUFFER_PACKING}; in createHlslComputeGroup() local
234 …hlslCasesGroup->addChild(new HlslTestInstance(testCtx, "cbuffer_packing", testConfig, checkSupport… in createHlslComputeGroup()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp437 ExternalDependencyTestInstance(Context &context, ExternalTestConfig testConfig);
511 …ndencyTestInstance::ExternalDependencyTestInstance(Context &context, ExternalTestConfig testConfig) in ExternalDependencyTestInstance() argument
513 … , m_renderPass2Supported((testConfig.groupParams->renderingType == RENDERING_TYPE_RENDERPASS2) && in ExternalDependencyTestInstance()
515 …, m_synchronization2Supported((testConfig.synchronizationType == SYNCHRONIZATION_TYPE_SYNCHRONIZAT… in ExternalDependencyTestInstance()
517 , m_groupParams(testConfig.groupParams) in ExternalDependencyTestInstance()
518 , m_width(testConfig.imageSize.x()) in ExternalDependencyTestInstance()
519 , m_height(testConfig.imageSize.y()) in ExternalDependencyTestInstance()
520 , m_blurKernel(testConfig.blurKernel) in ExternalDependencyTestInstance()
521 , m_format(testConfig.format) in ExternalDependencyTestInstance()
524 m_height, testConfig.renderPasses)) in ExternalDependencyTestInstance()
[all …]
DvktRenderPassSparseRenderTargetTests.cpp374 SparseRenderTargetTestInstance(Context &context, TestConfig testConfig);
412 …seRenderTargetTestInstance::SparseRenderTargetTestInstance(Context &context, TestConfig testConfig) in SparseRenderTargetTestInstance() argument
414 , m_groupParams(testConfig.groupParams) in SparseRenderTargetTestInstance()
417 , m_format(testConfig.format) in SparseRenderTargetTestInstance()
430 testConfig.groupParams->renderingType)) in SparseRenderTargetTestInstance()
435testConfig.format, *m_renderPipelineLayout, context.getBinaryCollection(), in SparseRenderTargetTestInstance()
687 void init(vk::SourceCollections &dst, TestConfig testConfig) const in init()
690 const VkFormat format(testConfig.format); in init()
849 const TestConfig testConfig(format, groupParams); in initTests() local
854 testCtx, testName.c_str(), testConfig, in initTests()
[all …]
DvktRenderPassDepthStencilResolveTests.cpp1947 const TestConfig testConfig = {format, in initTests() local
1967 … new DSResolveTestInstance(testCtx, testName, testConfig, checkSupport)); in initTests()
1977 TestConfig compatibilityTestConfig = testConfig; in initTests()
1992 const TestConfig testConfig = {format, in initTests() local
2012 … new DSResolveTestInstance(testCtx, testName, testConfig, checkSupport)); in initTests()
2017 TestConfig samplemaskTestConfig = testConfig; in initTests()
2030 TestConfig compatibilityTestConfig = testConfig; in initTests()
2110 const TestConfig testConfig = {format, in initTests() local
2130 … new DSResolveTestInstance(testCtx, testName, testConfig, checkSupport)); in initTests()
2142 const TestConfig testConfig = {format, in initTests() local
[all …]
DvktRenderPassTests.cpp6452 … const TestConfig testConfig(renderPass, render, commandBuffer, imageMemory, targetSize, renderPos, in addAttachmentTests() local
6457 … createTestShaders, renderPassTest, testConfig); in addAttachmentTests()
6530 … const TestConfig testConfig(renderPass, render, commandBuffer, imageMemory, targetSize, renderPos, in addAttachmentWriteMaskTests() local
6536 … createTestShaders, renderPassTest, testConfig); in addAttachmentWriteMaskTests()
7009 … const TestConfig testConfig(renderPass, render, commandBuffer, imageMemory, targetSize, renderPos, in addAttachmentAllocationTests() local
7014 … createTestShaders, renderPassTest, testConfig); in addAttachmentAllocationTests()
7224 … const TestConfig testConfig(renderPass, render, commandBuffer, imageMemory, targetSize, renderPos, in addAttachmentAllocationTests() local
7229 … createTestShaders, renderPassTest, testConfig); in addAttachmentAllocationTests()
7258 …const TestConfig testConfig(renderPass, TestConfig::RENDERTYPES_DRAW, TestConfig::COMMANDBUFFERTYP… in addSimpleTests() local
7262 …unctionCaseWithPrograms<TestConfig>(group, "color", createTestShaders, renderPassTest, testConfig); in addSimpleTests()
[all …]
DvktRenderPassSampleReadTests.cpp1150 const TestConfig testConfig(sampleCount, TESTMODE_ADD, 0, groupParams); in initTests() local
1155 testCtx, testName.c_str(), testConfig, in initTests()
1156 typename FunctionSupport1<TestConfig>::Args(checkSupport, testConfig))); in initTests()
1161 const TestConfig testConfig(sampleCount, TESTMODE_SELECT, sample, groupParams); in initTests() local
1167 testCtx, testName.c_str(), testConfig, in initTests()
1168 typename FunctionSupport1<TestConfig>::Args(checkSupport, testConfig))); in initTests()
DvktDynamicRenderingDepthStencilResolveTests.cpp1367 const TestConfig testConfig = {format, in initTests() local
1385 … new DSResolveTestInstance(testCtx, testName, testConfig, checkSupport)); in initTests()
1394 const TestConfig testConfig = {format, in initTests() local
1412 … new DSResolveTestInstance(testCtx, testName, testConfig, checkSupport)); in initTests()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp3163 …DynamicStateTest(tcu::TestContext &testCtx, const std::string &name, const TestConfig &testConfig);
3180 ExtendedDynamicStateInstance(Context &context, const TestConfigSharedPtr &testConfig);
3193 const TestConfig &testConfig) in ExtendedDynamicStateTest() argument
3195 , m_testConfigPtr(new TestConfig(testConfig)) in ExtendedDynamicStateTest()
3198 const auto staticTopologyClass = getTopologyClass(testConfig.topologyConfig.staticValue); in ExtendedDynamicStateTest()
3202 DE_ASSERT(!testConfig.topologyConfig.dynamicValue || in ExtendedDynamicStateTest()
3203 … staticTopologyClass == getTopologyClass(testConfig.topologyConfig.dynamicValue.get())); in ExtendedDynamicStateTest()
4093 …tateInstance::ExtendedDynamicStateInstance(Context &context, const TestConfigSharedPtr &testConfig) in ExtendedDynamicStateInstance() argument
4095 , m_testConfigPtr(testConfig) in ExtendedDynamicStateInstance()
4139 void setDynamicStates(const TestConfig &testConfig, const vk::DeviceInterface &vkd, const bool dept… in setDynamicStates() argument
[all …]
DvktPipelineColorWriteEnableTests.cpp243 …rWriteEnableTest(tcu::TestContext &testCtx, const std::string &name, const TestConfig &testConfig);
259 ColorWriteEnableInstance(Context &context, const TestConfig &testConfig);
271 const TestConfig &testConfig) in ColorWriteEnableTest() argument
273 , m_testConfig(testConfig) in ColorWriteEnableTest()
344 ColorWriteEnableInstance::ColorWriteEnableInstance(Context &context, const TestConfig &testConfig) in ColorWriteEnableInstance() argument
346 , m_testConfig(testConfig) in ColorWriteEnableInstance()
359 void setDynamicStates(const TestConfig &testConfig, const vk::DeviceInterface &vkd, vk::VkCommandBu… in setDynamicStates() argument
361 if (testConfig.colorWriteEnableConfig.dynamicValue) in setDynamicStates()
363 const auto &colorWriteEnables = testConfig.colorWriteEnableConfig.dynamicValue.get(); in setDynamicStates()
DvktPipelineMultisampleTests.cpp6976 const TestConfig &testConfig = testConfigs[configNdx]; in createMultisampleTests() local
6979 …if (testConfig.minSampleShading != 1.0f && isConstructionTypeShaderObject(pipelineConstructionType… in createMultisampleTests()
6993 testConfig.minSampleShading, GEOMETRY_TYPE_OPAQUE_TRIANGLE, 1.0f, in createMultisampleTests()
6997testConfig.minSampleShading, GEOMETRY_TYPE_OPAQUE_LINE, 1.0f, IMAGE_BACKING_MODE_REGULAR, in createMultisampleTests()
7001testConfig.minSampleShading, GEOMETRY_TYPE_OPAQUE_POINT, 1.0f, IMAGE_BACKING_MODE_REGULAR, in createMultisampleTests()
7005testConfig.minSampleShading, GEOMETRY_TYPE_OPAQUE_POINT, 3.0f, IMAGE_BACKING_MODE_REGULAR, in createMultisampleTests()
7010testConfig.minSampleShading, GEOMETRY_TYPE_OPAQUE_TRIANGLE, 1.0f, IMAGE_BACKING_MODE_SPARSE, in createMultisampleTests()
7014testConfig.minSampleShading, GEOMETRY_TYPE_OPAQUE_LINE, 1.0f, IMAGE_BACKING_MODE_SPARSE, in createMultisampleTests()
7018testConfig.minSampleShading, GEOMETRY_TYPE_OPAQUE_POINT, 1.0f, IMAGE_BACKING_MODE_SPARSE, in createMultisampleTests()
7022testConfig.minSampleShading, GEOMETRY_TYPE_OPAQUE_POINT, 3.0f, IMAGE_BACKING_MODE_SPARSE, in createMultisampleTests()
[all …]
/external/robolectric/robolectric/src/main/java/org/robolectric/plugins/
DHierarchicalConfigurationStrategy.java63 ConfigurationImpl testConfig = new ConfigurationImpl(); in getConfig() local
65 put(testConfig, configurers[i].getConfigClass(), configs[i]); in getConfig()
68 return testConfig; in getConfig()
158 private void put(ConfigurationImpl testConfig, Class<?> configClass, Object config) {
159 testConfig.put((Class) configClass, config);
DConfigConfigurer.java19 public static Config get(Configuration testConfig) { in get() argument
20 return testConfig.get(Config.class); in get()
/external/deqp/modules/gles31/functional/
Des31fNegativeSampleVariablesTests.cpp108 struct testConfig in write_to_read_only_types() struct
148 struct testConfig in access_built_in_types_inside_other_shaders() struct
230 struct testConfig in index_outside_sample_mask_range() struct
265 struct testConfig in access_built_in_types_without_extension() struct
/external/angle/src/tests/test_utils/
DANGLETestCL.cpp73 GPUTestConfig testConfig = GPUTestConfig(api, 0); in SetUp() local
84 testSuite->getTestExpectationWithConfigAndUpdateTimeout(testConfig, fullTestName); in SetUp()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp411 SharedPresentableImageTestInstance(Context &context, const TestConfig &testConfig);
597 …ageTestInstance::SharedPresentableImageTestInstance(Context &context, const TestConfig &testConfig) in SharedPresentableImageTestInstance() argument
599 , m_testConfig(testConfig) in SharedPresentableImageTestInstance()
603 , m_instance(createInstanceWithWsi(context, m_instanceExtensions, testConfig.wsiType)) in SharedPresentableImageTestInstance()
607 testConfig.wsiType)) in SharedPresentableImageTestInstance()
609 …, m_surface(vk::wsi::createSurface(m_vki, m_instance, testConfig.wsiType, *m_nativeDisplay, *m_nat… in SharedPresentableImageTestInstance()
615 testConfig.useSharedPresentableImage, in SharedPresentableImageTestInstance()
633testConfig.scaling, m_surfaceProperties, m_surfaceFormats, in SharedPresentableImageTestInstance()
634 … m_presentModes, testConfig.presentMode, m_supportedUsageFlags, in SharedPresentableImageTestInstance()
635 testConfig.transform, testConfig.alpha)) in SharedPresentableImageTestInstance()
DvktWsiIncrementalPresentTests.cpp480 IncrementalPresentTestInstance(Context &context, const TestConfig &testConfig);
657 …PresentTestInstance::IncrementalPresentTestInstance(Context &context, const TestConfig &testConfig) in IncrementalPresentTestInstance() argument
659 , m_testConfig(testConfig) in IncrementalPresentTestInstance()
660 , m_useIncrementalPresent(testConfig.useIncrementalPresent) in IncrementalPresentTestInstance()
663 , m_instance(createInstanceWithWsi(context, m_instanceExtensions, testConfig.wsiType)) in IncrementalPresentTestInstance()
667 testConfig.wsiType)) in IncrementalPresentTestInstance()
669 …, m_surface(vk::wsi::createSurface(m_vki, m_instance, testConfig.wsiType, *m_nativeDisplay, *m_nat… in IncrementalPresentTestInstance()
675 testConfig.useIncrementalPresent, in IncrementalPresentTestInstance()
693 … , m_swapchainConfigs(generateSwapchainConfigs(*m_surface, &m_queueFamilyIndex, testConfig.scaling, in IncrementalPresentTestInstance()
695testConfig.presentMode, testConfig.transform, testConfig.alpha)) in IncrementalPresentTestInstance()
DvktWsiDisplayTimingTests.cpp423 DisplayTimingTestInstance(Context &context, const TestConfig &testConfig);
575 DisplayTimingTestInstance::DisplayTimingTestInstance(Context &context, const TestConfig &testConfig) in DisplayTimingTestInstance() argument
577 , m_useDisplayTiming(testConfig.useDisplayTiming) in DisplayTimingTestInstance()
581 , m_instance(createInstanceWithWsi(context, m_instanceExtensions, testConfig.wsiType)) in DisplayTimingTestInstance()
585 testConfig.wsiType)) in DisplayTimingTestInstance()
587 …, m_surface(vk::wsi::createSurface(m_vki, m_instance, testConfig.wsiType, *m_nativeDisplay, *m_nat… in DisplayTimingTestInstance()
593 testConfig.useDisplayTiming, in DisplayTimingTestInstance()
612 m_presentModes, testConfig.presentMode)) in DisplayTimingTestInstance()
/external/robolectric/robolectric/src/test/java/org/robolectric/plugins/
DDefaultSdkPickerTest.java222 ConfigurationImpl testConfig = new ConfigurationImpl(); in buildConfig() local
223 testConfig.put(Config.class, builder.build()); in buildConfig()
224 return testConfig; in buildConfig()
/external/angle/src/tests/perf_tests/
Dglmark2Benchmark.cpp242 std::string testName, testConfig; in parseOutput() local
243 lin >> testName >> testConfig; in parseOutput()
/external/angle/src/tests/deqp_support/
Dangle_deqp_gtest.cpp442 GPUTestConfig testConfig = GPUTestConfig(api, gOptions.preRotation); in initialize() local
447 for (uint32_t condition : testConfig.getConditions()) in initialize()
459 if (!testSuite->loadTestExpectationsFromFileWithConfig(testConfig, in initialize()
/external/opencensus-java/exporters/trace/ocagent/src/test/java/io/opencensus/exporter/trace/ocagent/
DOcAgentTraceExporterIntegrationTest.java170 public void testConfig() { in testConfig() method in OcAgentTraceExporterIntegrationTest
/external/ksp/gradle-plugin/src/test/kotlin/com/google/devtools/ksp/gradle/
DSourceSetConfigurationsTest.kt299 …testRule.appModule.plugins.add(PluginDeclaration.kotlin("kapt", testRule.testConfig.kotlinBaseVers… in <lambda>()

12