Home
last modified time | relevance | path

Searched refs:TestConfig (Results 1 - 25 of 71) sorted by relevance

123

/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp62 struct TestConfig struct
104 TestContext (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig eglConfig, const TestConfig& config, bool share, TestContext* parent);
120 TestConfig m_config;
152 void createCoordData (vector<float>& data, const TestConfig& config) in createCoordData()
202 GLuint createCoordBuffer (const glw::Functions& gl, const TestConfig& config) in createCoordBuffer()
221 void createIndexData (vector<deUint16>& data, const TestConfig& config) in createIndexData()
240 GLuint createIndexBuffer (const glw::Functions& gl, const TestConfig& config) in createIndexBuffer()
259 void createTextureData (vector<deUint8>& data, const TestConfig& config) in createTextureData()
273 GLuint createTexture (const glw::Functions& gl, const TestConfig& config) in createTexture()
300 GLuint createProgram (const glw::Functions& gl, const TestConfig
[all...]
H A DteglGLES2SharingThreadedTests.cpp2060 struct TestConfig struct in deqp::egl::GLES2SharingRandomTest
2062 TestConfig (void);
2071 GLES2SharingRandomTest (EglTestContext& context, const TestConfig& config, const char* name, const char* description);
2081 TestConfig m_config;
2103 GLES2SharingRandomTest::TestConfig::TestConfig (void) in TestConfig() function in deqp::egl::GLES2SharingRandomTest::TestConfig
2113 GLES2SharingRandomTest::GLES2SharingRandomTest (EglTestContext& context, const TestConfig& config, const char* name, const char* description) in GLES2SharingRandomTest()
2952 struct TestConfig struct in deqp::egl::GLES2ThreadedSharingTest
2972 GLES2ThreadedSharingTest (EglTestContext& context, const TestConfig& config, const char* name, const char* description);
2986 TestConfig m_confi
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp749 struct TestConfig struct
770 TestConfig (const RenderPass& renderPass_, in TestConfig() function
822 TestConfig::RenderTypes operator| (TestConfig::RenderTypes a, TestConfig::RenderTypes b) in operator |()
824 return (TestConfig::RenderTypes)(((deUint32)a) | ((deUint32)b)); in operator |()
827 TestConfig::CommandBufferTypes operator| (TestConfig::CommandBufferTypes a, TestConfig::CommandBufferTypes b) in operator |()
829 return (TestConfig in operator |()
[all...]
H A DvktRenderPassSampleReadTests.cpp728 struct TestConfig struct
730 TestConfig (deUint32 sampleCount_, TestMode testMode_, deUint32 selectedSample_, RenderingType renderingType_) in TestConfig() function
747 SampleReadTestInstance (Context& context, TestConfig config);
797 SampleReadTestInstance::SampleReadTestInstance (Context& context, TestConfig config) in SampleReadTestInstance()
930 void init (vk::SourceCollections& dst, TestConfig config) const in init()
992 const TestConfig testConfig (sampleCount, TESTMODE_ADD, 0, renderingType); in initTests()
995 group->addChild(new InstanceFactory1<SampleReadTestInstance, TestConfig, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testConfig)); in initTests()
1000 const TestConfig testConfig (sampleCount, TESTMODE_SELECT, sample, renderingType); in initTests()
1003 group->addChild(new InstanceFactory1<SampleReadTestInstance, TestConfig, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testConfig)); in initTests()
H A DvktRenderPassSparseRenderTargetTests.cpp420 struct TestConfig struct
422 TestConfig (VkFormat format_, in TestConfig() function
436 SparseRenderTargetTestInstance (Context& context, TestConfig testConfig);
474 SparseRenderTargetTestInstance::SparseRenderTargetTestInstance (Context& context, TestConfig testConfig) in SparseRenderTargetTestInstance()
734 void init (vk::SourceCollections& dst, TestConfig testConfig) const in init()
893 const TestConfig testConfig (format, groupParams); in initTests()
896 group->addChild(new InstanceFactory1WithSupport<SparseRenderTargetTestInstance, TestConfig, FunctionSupport1<TestConfig>, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testConfig, typename FunctionSupport1<TestConfig>::Args(checkSupport, testConfig))); in initTests()
H A DvktRenderPassMultisampleResolveTests.cpp111 struct TestConfig struct
124 struct TestConfig2 : TestConfig
126 TestConfig2(const TestConfig& src, deUint32 level) in TestConfig2()
127 : TestConfig (src) in TestConfig2()
156 MultisampleRenderPassTestBase (Context& context, TestConfig config);
212 MultisampleRenderPassTestBase::MultisampleRenderPassTestBase (Context& context, TestConfig config) in MultisampleRenderPassTestBase()
606 MultisampleRenderPassTestInstance (Context& context, TestConfig config);
659 MultisampleRenderPassTestInstance (Context& context, TestConfig config, deUint32 renderLevel);
664 MultisampleRenderPassTestInstance::MultisampleRenderPassTestInstance (Context& context, TestConfig config) in MultisampleRenderPassTestInstance()
669 MultisampleRenderPassTestInstance::MultisampleRenderPassTestInstance (Context& context, TestConfig confi
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp739 struct TestConfig struct
760 TestConfig (const RenderPass& renderPass_, in TestConfig() function
812 TestConfig::RenderTypes operator| (TestConfig::RenderTypes a, TestConfig::RenderTypes b) in operator |()
814 return (TestConfig::RenderTypes)(((deUint32)a) | ((deUint32)b)); in operator |()
817 TestConfig::CommandBufferTypes operator| (TestConfig::CommandBufferTypes a, TestConfig::CommandBufferTypes b) in operator |()
819 return (TestConfig in operator |()
[all...]
H A DvktRenderPassSampleReadTests.cpp728 struct TestConfig struct
730 TestConfig (deUint32 sampleCount_, TestMode testMode_, deUint32 selectedSample_, RenderingType renderingType_) in TestConfig() function
747 SampleReadTestInstance (Context& context, TestConfig config);
797 SampleReadTestInstance::SampleReadTestInstance (Context& context, TestConfig config) in SampleReadTestInstance()
930 void init (vk::SourceCollections& dst, TestConfig config) const in init()
992 const TestConfig testConfig (sampleCount, TESTMODE_ADD, 0, renderingType); in initTests()
995 group->addChild(new InstanceFactory1<SampleReadTestInstance, TestConfig, 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()
1003 group->addChild(new InstanceFactory1<SampleReadTestInstance, TestConfig, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testName.c_str(), testConfig)); in initTests()
H A DvktRenderPassSparseRenderTargetTests.cpp420 struct TestConfig struct
422 TestConfig (VkFormat format_, in TestConfig() function
436 SparseRenderTargetTestInstance (Context& context, TestConfig testConfig);
474 SparseRenderTargetTestInstance::SparseRenderTargetTestInstance (Context& context, TestConfig testConfig) in SparseRenderTargetTestInstance()
732 void init (vk::SourceCollections& dst, TestConfig testConfig) const in init()
883 const TestConfig testConfig (format, groupParams); in initTests()
886 group->addChild(new InstanceFactory1WithSupport<SparseRenderTargetTestInstance, TestConfig, FunctionSupport1<TestConfig>, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(), testName.c_str(), testConfig, typename FunctionSupport1<TestConfig>::Args(checkSupport, testConfig))); in initTests()
/third_party/vulkan-loader/tests/
H A Dloader_unknown_ext_tests.cpp32 enum class TestConfig { class
37 bool has_flag(std::vector<TestConfig> const& flags, TestConfig config) { in has_flag()
594 std::vector<TestConfig> const& flags);
597 VkDevice get_dispatch_handle<VkDevice>(FrameworkEnvironment&, DeviceWrapper const& dev, std::vector<TestConfig> const&) { in get_dispatch_handle()
603 std::vector<TestConfig> const&) { in get_dispatch_handle()
617 VkQueue get_dispatch_handle<VkQueue>(FrameworkEnvironment& env, DeviceWrapper const& dev, std::vector<TestConfig> const&) { in get_dispatch_handle()
625 void unknown_function_test_impl(std::vector<TestConfig> const& flags) { in unknown_function_test_impl()
637 if (has_flag(flags, TestConfig::add_layer_interception)) { in unknown_function_test_impl()
645 if (has_flag(flags, TestConfig in unknown_function_test_impl()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFromHlslTests.cpp50 struct TestConfig struct
57 void init (vk::SourceCollections& dst, TestConfig config) const in init()
87 HlslTest (Context& context, TestConfig config);
94 HlslTest::HlslTest(Context& context, TestConfig config) in HlslTest()
221 typedef InstanceFactory1WithSupport<HlslTest, TestConfig, FunctionSupport0, Programs> HlslTestInstance; in createHlslComputeGroup()
224 TestConfig testConfig = { TT_CBUFFER_PACKING }; in createHlslComputeGroup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmFromHlslTests.cpp50 struct TestConfig struct
57 void init (vk::SourceCollections& dst, TestConfig config) const in init()
87 HlslTest (Context& context, TestConfig config);
94 HlslTest::HlslTest(Context& context, TestConfig config) in HlslTest()
221 typedef InstanceFactory1WithSupport<HlslTest, TestConfig, FunctionSupport0, Programs> HlslTestInstance; in createHlslComputeGroup()
224 TestConfig testConfig = { TT_CBUFFER_PACKING }; in createHlslComputeGroup()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp76 struct TestConfig { struct
89 DynamicControlPointsTestCase(tcu::TestContext& context, const std::string& name, TestConfig config);
95 TestConfig m_config;
102 DynamicControlPointsTestInstance(Context& context, TestConfig config);
105 TestConfig m_config;
110 TestConfig config) : vkt::TestCase (context, name), m_config(config) in DynamicControlPointsTestCase()
235 DynamicControlPointsTestInstance::DynamicControlPointsTestInstance(Context& context, TestConfig config) : in DynamicControlPointsTestInstance()
430 group->addChild(new DynamicControlPointsTestCase(testCtx, "change_output", TestConfig { in createDynamicControlPointTests()
441 group->addChild(new DynamicControlPointsTestCase(testCtx, "change_winding", TestConfig { in createDynamicControlPointTests()
452 group->addChild(new DynamicControlPointsTestCase(testCtx, "change_output_winding", TestConfig { in createDynamicControlPointTests()
[all...]
H A DvktPipelineExtendedDynamicStateTests.cpp1833 struct TestConfig struct
2022 TestConfig (vk::PipelineConstructionType pipelineType, SequenceOrdering ordering, bool useMeshShaders_, const VertexGenerator* staticVertexGenerator = nullptr, const VertexGenerator* dynamicVertexGenerator = nullptr) in TestConfig() function
2136 TestConfig (const TestConfig& other) in TestConfig() function
2965 ExtendedDynamicStateTest (tcu::TestContext& testCtx, const std::string& name, const TestConfig& testConfig);
2973 TestConfig m_testConfig;
2979 ExtendedDynamicStateInstance (Context& context, const TestConfig& testConfig);
2985 TestConfig m_testConfig;
2988 ExtendedDynamicStateTest::ExtendedDynamicStateTest (tcu::TestContext& testCtx, const std::string& name, const TestConfig& testConfig) in ExtendedDynamicStateTest()
3842 ExtendedDynamicStateInstance::ExtendedDynamicStateInstance(Context& context, const TestConfig
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDynamicControlPoints.cpp74 struct TestConfig { struct
87 DynamicControlPointsTestCase(tcu::TestContext& context, const std::string& name, const std::string& description, TestConfig config);
93 TestConfig m_config;
100 DynamicControlPointsTestInstance(Context& context, TestConfig config);
103 TestConfig m_config;
108 TestConfig config) : vkt::TestCase (context, name, description), m_config(config) in DynamicControlPointsTestCase()
233 DynamicControlPointsTestInstance::DynamicControlPointsTestInstance(Context& context, TestConfig config) : in DynamicControlPointsTestInstance()
425 TestConfig { in createDynamicControlPointTests()
436 TestConfig { in createDynamicControlPointTests()
447 TestConfig { in createDynamicControlPointTests()
[all...]
H A DvktPipelineExtendedDynamicStateTests.cpp1435 struct TestConfig struct
1583 TestConfig (vk::PipelineConstructionType pipelineType, SequenceOrdering ordering, bool useMeshShaders_, const VertexGenerator* staticVertexGenerator = nullptr, const VertexGenerator* dynamicVertexGenerator = nullptr) in TestConfig() function
1678 TestConfig (const TestConfig& other) in TestConfig() function
2437 ExtendedDynamicStateTest (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig);
2445 TestConfig m_testConfig;
2451 ExtendedDynamicStateInstance (Context& context, const TestConfig& testConfig);
2457 TestConfig m_testConfig;
2460 ExtendedDynamicStateTest::ExtendedDynamicStateTest (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig) in ExtendedDynamicStateTest()
3170 ExtendedDynamicStateInstance::ExtendedDynamicStateInstance(Context& context, const TestConfig
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp82 struct TestConfig struct
98 TestConfig (void) in TestConfig() function
356 AllocateFreeTestInstance (Context& context, const TestConfig config) in AllocateFreeTestInstance()
369 const TestConfig m_config;
400 if (m_config.order == TestConfig::ALLOC_REVERSE_FREE) in iterate()
402 else if (m_config.order == TestConfig::ALLOC_FREE) in iterate()
404 else if (m_config.order == TestConfig::MIXED_ALLOC_FREE) in iterate()
481 if (m_config.order == TestConfig::ALLOC_FREE || m_config.order == TestConfig::ALLOC_REVERSE_FREE) in iterate()
510 if (m_config.order == TestConfig in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryAllocationTests.cpp82 struct TestConfig struct
98 TestConfig (void) in TestConfig() function
356 AllocateFreeTestInstance (Context& context, const TestConfig config) in AllocateFreeTestInstance()
369 const TestConfig m_config;
400 if (m_config.order == TestConfig::ALLOC_REVERSE_FREE) in iterate()
402 else if (m_config.order == TestConfig::ALLOC_FREE) in iterate()
404 else if (m_config.order == TestConfig::MIXED_ALLOC_FREE) in iterate()
481 if (m_config.order == TestConfig::ALLOC_FREE || m_config.order == TestConfig::ALLOC_REVERSE_FREE) in iterate()
506 if (m_config.order == TestConfig in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationBasicEventTests.cpp47 struct TestConfig struct
54 tcu::TestStatus hostResetSetEventCase (Context& context, TestConfig config) in hostResetSetEventCase()
93 tcu::TestStatus deviceResetSetEventCase (Context& context, TestConfig config) in deviceResetSetEventCase()
167 tcu::TestStatus eventSetResetNoneStage (Context& context, TestConfig) in eventSetResetNoneStage()
235 tcu::TestStatus singleSubmissionCase (Context& context, TestConfig config) in singleSubmissionCase()
280 tcu::TestStatus multiSubmissionCase(Context& context, TestConfig config) in multiSubmissionCase()
345 tcu::TestStatus secondaryCommandBufferCase (Context& context, TestConfig config) in secondaryCommandBufferCase()
423 void checkSupport (Context& context, TestConfig config) in checkSupport()
437 void checkSecondaryBufferSupport (Context& context, TestConfig config) in checkSecondaryBufferSupport()
451 TestConfig confi in createBasicEventTests()
[all...]
H A DvktSynchronizationBasicSemaphoreTests.cpp51 struct TestConfig struct
65 Move<VkSemaphore> createTestSemaphore(Context& context, const DeviceInterface& vk, const VkDevice device, const TestConfig& config) in createTestSemaphore()
75 tcu::TestStatus basicOneQueueCase (Context& context, const TestConfig config) in basicOneQueueCase()
130 tcu::TestStatus noneWaitSubmitTest (Context& context, const TestConfig config) in noneWaitSubmitTest()
203 tcu::TestStatus basicChainCase(Context & context, TestConfig config) in basicChainCase()
263 tcu::TestStatus basicChainTimelineCase (Context& context, TestConfig config) in basicChainTimelineCase()
333 tcu::TestStatus basicThreadTimelineCase(Context& context, TestConfig config) in basicThreadTimelineCase()
411 VkResult basicWaitForTimelineValueHelper(Context& context, TestConfig config, VkSemaphoreWaitFlags wait_flags, deUint64 signal_value, deUint64 wait_value) { in basicWaitForTimelineValueHelper()
455 tcu::TestStatus basicWaitForAnyCurrentTimelineValueCase(Context& context, TestConfig config) in basicWaitForAnyCurrentTimelineValueCase()
464 tcu::TestStatus basicWaitForAnyLesserTimelineValueCase(Context& context, TestConfig confi
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationBasicEventTests.cpp47 struct TestConfig struct
54 tcu::TestStatus hostResetSetEventCase (Context& context, TestConfig config) in hostResetSetEventCase()
93 tcu::TestStatus deviceResetSetEventCase (Context& context, TestConfig config) in deviceResetSetEventCase()
167 tcu::TestStatus eventSetResetNoneStage (Context& context, TestConfig) in eventSetResetNoneStage()
235 tcu::TestStatus singleSubmissionCase (Context& context, TestConfig config) in singleSubmissionCase()
280 tcu::TestStatus multiSubmissionCase(Context& context, TestConfig config) in multiSubmissionCase()
345 tcu::TestStatus secondaryCommandBufferCase (Context& context, TestConfig config) in secondaryCommandBufferCase()
423 void checkSupport (Context& context, TestConfig config) in checkSupport()
437 void checkSecondaryBufferSupport (Context& context, TestConfig config) in checkSecondaryBufferSupport()
451 TestConfig confi in createBasicEventTests()
[all...]
H A DvktSynchronizationBasicSemaphoreTests.cpp51 struct TestConfig struct
65 Move<VkSemaphore> createTestSemaphore(Context& context, const DeviceInterface& vk, const VkDevice device, const TestConfig& config) in createTestSemaphore()
75 tcu::TestStatus basicOneQueueCase (Context& context, const TestConfig config) in basicOneQueueCase()
130 tcu::TestStatus noneWaitSubmitTest (Context& context, const TestConfig config) in noneWaitSubmitTest()
203 tcu::TestStatus basicChainCase(Context & context, TestConfig config) in basicChainCase()
263 tcu::TestStatus basicChainTimelineCase (Context& context, TestConfig config) in basicChainTimelineCase()
333 tcu::TestStatus basicThreadTimelineCase(Context& context, TestConfig config) in basicThreadTimelineCase()
411 tcu::TestStatus basicMultiQueueCase (Context& context, TestConfig config) in basicMultiQueueCase()
749 void checkSupport (Context& context, TestConfig config) in checkSupport()
761 void checkCommandBufferSimultaneousUseSupport (Context& context, TestConfig confi
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp52 struct TestConfig struct
54 TestConfig (const vk::VkFormat format_) : format (format_) {} in TestConfig() function
58 void checkSupport (Context& context, const TestConfig config) in checkSupport()
94 tcu::TestStatus imageOffsetTest (Context& context, const TestConfig config) in imageOffsetTest()
195 const TestConfig config (srcFormat); in initYcbcrImageOffsetTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrImageOffsetTests.cpp52 struct TestConfig struct
54 TestConfig (const vk::VkFormat format_) : format (format_) {} in TestConfig() function
58 void checkSupport (Context& context, const TestConfig config) in checkSupport()
94 tcu::TestStatus imageOffsetTest (Context& context, const TestConfig config) in imageOffsetTest()
195 const TestConfig config (srcFormat); in initYcbcrImageOffsetTests()
/third_party/backends/testsuite/backend/genesys/
H A Dsession_config_test.cpp44 struct TestConfig struct
251 void run_single_test_scan(const TestConfig& config, std::stringstream& out) in run_single_test_scan()
341 TestConfig config;
345 TestResult perform_single_test(const TestConfig& config, const std::string& check_directory, in perform_single_test()
403 std::vector<TestConfig> get_all_test_configs() in get_all_test_configs()
410 std::vector<TestConfig> configs; in get_all_test_configs()
436 TestConfig config; in get_all_test_configs()

Completed in 48 milliseconds

123