Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp308 ExternalDependencyTestInstance (Context& context, ExternalTestConfig testConfig);
393 …dencyTestInstance::ExternalDependencyTestInstance (Context& context, ExternalTestConfig testConfig) in ExternalDependencyTestInstance() argument
395 …, m_extensionSupported ((testConfig.renderPassType == RENDERPASS_TYPE_RENDERPASS2) && context.re… in ExternalDependencyTestInstance()
396 , m_renderPassType (testConfig.renderPassType) in ExternalDependencyTestInstance()
397 , m_width (testConfig.imageSize.x()) in ExternalDependencyTestInstance()
398 , m_height (testConfig.imageSize.y()) in ExternalDependencyTestInstance()
399 , m_blurKernel (testConfig.blurKernel) in ExternalDependencyTestInstance()
400 , m_format (testConfig.format) in ExternalDependencyTestInstance()
401 …ies, context.getUniversalQueueFamilyIndex(), m_format, m_width, m_height, testConfig.renderPasses)) in ExternalDependencyTestInstance()
403 …, m_samplers (createSamplers(context.getDeviceInterface(), context.getDevice(), testConfig.ren… in ExternalDependencyTestInstance()
[all …]
DvktRenderPassSparseRenderTargetTests.cpp375 SparseRenderTargetTestInstance (Context& context, TestConfig testConfig);
411 …eRenderTargetTestInstance::SparseRenderTargetTestInstance (Context& context, TestConfig testConfig) in SparseRenderTargetTestInstance() argument
413 …, m_extensionSupported ((testConfig.renderPassType == RENDERPASS_TYPE_RENDERPASS2) && context.req… in SparseRenderTargetTestInstance()
414 , m_renderPassType (testConfig.renderPassType) in SparseRenderTargetTestInstance()
417 , m_format (testConfig.format) in SparseRenderTargetTestInstance()
423 …RenderPass(context.getDeviceInterface(), context.getDevice(), m_format, testConfig.renderPassType)) in SparseRenderTargetTestInstance()
589 void init (vk::SourceCollections& dst, TestConfig testConfig) const in init()
592 const VkFormat format (testConfig.format); in init()
721 const TestConfig testConfig (format, renderPassType); in initTests() local
724 …, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testName.c_str(), testConfig)); in initTests()
DvktRenderPassTests.cpp4871 const TestConfig testConfig (renderPass, in addAttachmentTests() local
4884 ….get(), testCaseName.c_str(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig); in addAttachmentTests()
4953 const TestConfig testConfig (renderPass, in addAttachmentWriteMaskTests() local
4966 ….get(), testCaseName.c_str(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig); in addAttachmentWriteMaskTests()
5405 const TestConfig testConfig (renderPass, in addAttachmentAllocationTests() local
5418 ….get(), testCaseName.c_str(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig); in addAttachmentAllocationTests()
5602 const TestConfig testConfig (renderPass, in addAttachmentAllocationTests() local
5615 ….get(), testCaseName.c_str(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig); in addAttachmentAllocationTests()
5647 const TestConfig testConfig (renderPass, in addSimpleTests() local
5660 …g>(group, "color", "Single color attachment case.", createTestShaders, renderPassTest, testConfig); in addSimpleTests()
[all …]
DvktRenderPassDepthStencilResolveTests.cpp1196 const TestConfig testConfig = in initTests() local
1214 …d(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, testName, testConfig)); in initTests()
1222 const TestConfig testConfig = in initTests() local
1240 …d(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, testName, testConfig)); in initTests()
1297 const TestConfig testConfig = in initTests() local
1315 …d(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, testName, testConfig)); in initTests()
1327 const TestConfig testConfig = in initTests() local
1345 …d(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, testName, testConfig)); in initTests()
DvktRenderPassSampleReadTests.cpp991 const TestConfig testConfig (sampleCount, TESTMODE_ADD, 0, renderPassType); in initTests() local
994 …, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testName.c_str(), testConfig)); in initTests()
999 const TestConfig testConfig (sampleCount, TESTMODE_SELECT, sample, renderPassType); in initTests() local
1002 …, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testName.c_str(), testConfig)); in initTests()
DvktRenderPassMultisampleResolveTests.cpp1709 const TestConfig testConfig (format, sampleCount, layerCount, renderPassType); in initTests() local
1715 …, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testName.c_str(), testConfig)); in initTests()
DvktRenderPassMultisampleTests.cpp2071 const TestConfig testConfig (format, sampleCount, renderPassType); in initTests() local
2074 …, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testName.c_str(), testConfig)); in initTests()
/external/deqp/modules/gles31/functional/
Des31fNegativeSampleVariablesTests.cpp107 struct testConfig in write_to_read_only_types() struct
148 struct testConfig in access_built_in_types_inside_other_shaders() struct
234 struct testConfig in index_outside_sample_mask_range() struct
278 struct testConfig in access_built_in_types_without_extension() struct
Des31fTextureLevelStateQueryTests.cpp830 bool testConfig (const TextureGenerationSpec& spec);
916 const bool result = testConfig(m_iterations[m_iteration]); in iterate()
947 bool TextureLevelCase::testConfig (const TextureGenerationSpec& spec) in testConfig() function in deqp::gles31::Functional::__anon05f4b2e10111::TextureLevelCase
/external/catch2/include/internal/
Dcatch_session.cpp82 ReusableStringStream testConfig; in runTests() local
86 if (!first) { testConfig << ' '; } in runTests()
88 testConfig << input; in runTests()
91 context.reporter().noMatchingTestCases(testConfig.str()); in runTests()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp560 SharedPresentableImageTestInstance (Context& context, const TestConfig& testConfig);
735 …geTestInstance::SharedPresentableImageTestInstance (Context& context, const TestConfig& testConfig) in SharedPresentableImageTestInstance() argument
737 , m_testConfig (testConfig) in SharedPresentableImageTestInstance()
741 …reateInstanceWithWsi(m_vkp, context.getUsedApiVersion(), m_instanceExtensions, testConfig.wsiType)) in SharedPresentableImageTestInstance()
744 …text.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in SharedPresentableImageTestInstance()
746 …, m_surface (vk::wsi::createSurface(m_vki, *m_instance, testConfig.wsiType, *m_nativeDisplay, … in SharedPresentableImageTestInstance()
750 …ance, m_vki, m_physicalDevice, m_deviceExtensions, m_queueFamilyIndex, testConfig.useSharedPresent… in SharedPresentableImageTestInstance()
764testConfig.scaling, m_surfaceProperties, m_surfaceFormats, m_presentModes, testConfig.presentMode,… in SharedPresentableImageTestInstance()
DvktWsiIncrementalPresentTests.cpp647 IncrementalPresentTestInstance (Context& context, const TestConfig& testConfig);
827 …resentTestInstance::IncrementalPresentTestInstance (Context& context, const TestConfig& testConfig) in IncrementalPresentTestInstance() argument
829 , m_testConfig (testConfig) in IncrementalPresentTestInstance()
830 , m_useIncrementalPresent (testConfig.useIncrementalPresent) in IncrementalPresentTestInstance()
833 …reateInstanceWithWsi(m_vkp, context.getUsedApiVersion(), m_instanceExtensions, testConfig.wsiType)) in IncrementalPresentTestInstance()
836 …text.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in IncrementalPresentTestInstance()
838 …, m_surface (vk::wsi::createSurface(m_vki, *m_instance, testConfig.wsiType, *m_nativeDisplay, … in IncrementalPresentTestInstance()
842 …ance, m_vki, m_physicalDevice, m_deviceExtensions, m_queueFamilyIndex, testConfig.useIncrementalPr… in IncrementalPresentTestInstance()
858 …milyIndex, testConfig.scaling, m_surfaceProperties, m_surfaceFormats, m_presentModes, testConfig.p… in IncrementalPresentTestInstance()
DvktWsiDisplayTimingTests.cpp537 DisplayTimingTestInstance (Context& context, const TestConfig& testConfig);
688 …splayTimingTestInstance::DisplayTimingTestInstance (Context& context, const TestConfig& testConfig) in DisplayTimingTestInstance() argument
690 , m_useDisplayTiming (testConfig.useDisplayTiming) in DisplayTimingTestInstance()
694 …reateInstanceWithWsi(m_vkp, context.getUsedApiVersion(), m_instanceExtensions, testConfig.wsiType)) in DisplayTimingTestInstance()
697 …text.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in DisplayTimingTestInstance()
699 …, m_surface (vk::wsi::createSurface(m_vki, *m_instance, testConfig.wsiType, *m_nativeDisplay, … in DisplayTimingTestInstance()
703 …ance, m_vki, m_physicalDevice, m_deviceExtensions, m_queueFamilyIndex, testConfig.useDisplayTiming… in DisplayTimingTestInstance()
719 …m_queueFamilyIndex, m_surfaceProperties, m_surfaceFormats, m_presentModes, testConfig.presentMode)) in DisplayTimingTestInstance()
/external/deqp/external/openglcts/scripts/verify/
Dverify_es.py124 for testConfig in testConfigs:
125 caseListFile = testConfig.getAttributeNode("caseListFile").nodeValue
136 cmdLine = testConfig.getAttributeNode("commandLine").nodeValue
155 conformOs = testConfig.getAttributeNode("os").nodeValue
/external/syzkaller/dashboard/app/
Dapp_test.go19 installConfig(testConfig)
23 var testConfig = &GlobalConfig{ var
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp3049 const TestConfig& testConfig = testConfigs[configNdx]; in createMultisampleTests() local
3059 …pleShadingTest(testCtx, "primitive_triangle", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests()
3060 …nSampleShadingTest(testCtx, "primitive_line", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests()
3061 …leShadingTest(testCtx, "primitive_point_1px", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests()
3062 …SampleShadingTest(testCtx, "primitive_point", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests()
3064 …ingTest(testCtx, "primitive_triangle_sparse", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests()
3065 …ShadingTest(testCtx, "primitive_line_sparse", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests()
3066 …ngTest(testCtx, "primitive_point_1px_sparse", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests()
3067 …hadingTest(testCtx, "primitive_point_sparse", "", samples[samplesNdx], testConfig.minSampleShading… in createMultisampleTests()
3099 const TestConfig& testConfig = testConfigs[configNdx]; in createMultisampleTests() local
[all …]
/external/v8/tools/clusterfuzz/
Dv8_foozzie_test.py31 def testConfig(self): member in ConfigTest
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Dgradient_descent_test.py678 def testConfig(self): member in MomentumOptimizerTest
Doptimizer_v2_test.py273 def testConfig(self): member in OptimizerTest
/external/catch2/single_include/catch2/
Dcatch.hpp10909 ReusableStringStream testConfig; in runTests() local
10913 if (!first) { testConfig << ' '; } in runTests()
10915 testConfig << input; in runTests()
10918 context.reporter().noMatchingTestCases(testConfig.str()); in runTests()