Home
last modified time | relevance | path

Searched refs:TestSpec (Results 1 – 24 of 24) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawIndirectTest.cpp98 typedef DrawTypedTestSpec TestSpec; typedef in vkt::Draw::__anone88b33510111::IndirectDraw
100 IndirectDraw (Context &context, TestSpec testSpec);
146 IndirectDrawInstanced (Context &context, TestSpec testSpec);
250 IndirectDraw::IndirectDraw (Context &context, TestSpec testSpec) in IndirectDraw()
647 IndirectDrawInstanced<FirstInstanceSupport>::IndirectDrawInstanced (Context &context, TestSpec test… in IndirectDrawInstanced()
994 void checkSupport(Context& context, IndirectDraw::TestSpec testSpec) in checkSupport()
1038 IndirectDraw::TestSpec testSpec; in init()
1045 …ectDrawGroup->addChild(new InstanceFactory<IndirectDraw, FunctionSupport1<IndirectDraw::TestSpec> > in init()
1046 …_list", "Draws triangle list", testSpec, FunctionSupport1<IndirectDraw::TestSpec>::Args(checkSuppo… in init()
1048 …ectDrawGroup->addChild(new InstanceFactory<IndirectDraw, FunctionSupport1<IndirectDraw::TestSpec> > in init()
[all …]
DvktDrawSimpleTest.cpp50 typedef TestSpecBase TestSpec; typedef in vkt::Draw::__anond21878090111::SimpleDraw
51 SimpleDraw (Context &context, TestSpec testSpec);
58 typedef TestSpec TestSpec; typedef in vkt::Draw::__anond21878090111::SimpleDrawInstanced
59 SimpleDrawInstanced (Context &context, TestSpec testSpec);
63 SimpleDraw::SimpleDraw (Context &context, TestSpec testSpec) in SimpleDraw()
198 SimpleDrawInstanced::SimpleDrawInstanced (Context &context, TestSpec testSpec) in SimpleDrawInstanced()
291 void checkSupport(Context& context, SimpleDraw::TestSpec testSpec) in checkSupport()
311 SimpleDraw::TestSpec testSpec; in init()
317 addChild(new InstanceFactory<SimpleDraw, FunctionSupport1<SimpleDraw::TestSpec> > in init()
318 …le_list", "Draws triangle list", testSpec, FunctionSupport1<SimpleDraw::TestSpec>::Args(checkSuppo… in init()
[all …]
DvktDrawIndexedTest.cpp55 typedef TestSpecBase TestSpec; typedef in vkt::Draw::__anon9c6354600211::DrawIndexed
57 DrawIndexed (Context &context, TestSpec testSpec);
67 DrawInstancedIndexed (Context &context, TestSpec testSpec);
71 DrawIndexed::DrawIndexed (Context &context, TestSpec testSpec) in DrawIndexed()
212 DrawInstancedIndexed::DrawInstancedIndexed (Context &context, TestSpec testSpec) in DrawInstancedIndexed()
319 void checkSupport(Context& context, DrawIndexed::TestSpec testSpec) in checkSupport()
339 DrawIndexed::TestSpec testSpec; in init()
345 addChild(new InstanceFactory<DrawIndexed, FunctionSupport1<DrawIndexed::TestSpec> > in init()
346 … "Draws indexed triangle list", testSpec, FunctionSupport1<DrawIndexed::TestSpec>::Args(checkSuppo… in init()
348 addChild(new InstanceFactory<DrawIndexed, FunctionSupport1<DrawIndexed::TestSpec> > in init()
[all …]
DvktDrawShaderDrawParametersTests.cpp77 typedef FlagsTestSpec TestSpec; typedef in vkt::Draw::__anon2d42f80b0111::DrawTest
78 DrawTest (Context &context, TestSpec testSpec);
98 DrawTest::DrawTest (Context &context, TestSpec testSpec) in DrawTest()
308 void checkSupport (Context& context, DrawTest::TestSpec testSpec) in checkSupport()
349 void addDrawCase (tcu::TestCaseGroup* group, DrawTest::TestSpec testSpec, const TestFlags flags) in addDrawCase()
361 … FunctionSupport1<DrawTest::TestSpec>>(group->getTestContext(), name.str(), "", testSpec, Function… in addDrawCase()
375 DrawTest::TestSpec testSpec; in init()
390 DrawTest::TestSpec testSpec; in init()
407 DrawTest::TestSpec testSpec; in init()
DvktDrawTestCaseUtil.hpp58 …t& testCtx, const std::string& name, const std::string& desc, typename Instance::TestSpec testSpec) in InstanceFactory()
65 …x, const std::string& name, const std::string& desc, typename Instance::TestSpec testSpec, const S… in InstanceFactory()
92 const typename Instance::TestSpec m_testSpec;
DvktDrawConcurrentTests.cpp63 typedef TestSpecBase TestSpec; typedef in vkt::Draw::__anone9bc57d50111::ConcurrentDraw
64 ConcurrentDraw (Context &context, TestSpec testSpec);
68 ConcurrentDraw::ConcurrentDraw (Context &context, TestSpec testSpec) in ConcurrentDraw()
380 void checkSupport(Context& context, ConcurrentDraw::TestSpec testSpec) in checkSupport()
397 ConcurrentDraw::TestSpec testSpec in init()
408TestSpec>>(m_testCtx, "compute_and_triangle_list", "Draws triangle list while running a compute sh… in init()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fPixelBufferObjectTests.cpp60 struct TestSpec struct in deqp::gles3::Functional::__anon3dcdaf290111::ReadPixelsTest
78 ReadPixelsTest (Context& context, const TestSpec& spec);
94 TestSpec::FramebufferType m_framebuffeType;
106 ReadPixelsTest::ReadPixelsTest (Context& context, const TestSpec& spec) in ReadPixelsTest()
119 if (m_framebuffeType == TestSpec::FRAMEBUFFERTYPE_NATIVE) in ReadPixelsTest()
123 else if (m_framebuffeType == TestSpec::FRAMEBUFFERTYPE_RENDERBUFFER) in ReadPixelsTest()
159 if (m_framebuffeType == TestSpec::FRAMEBUFFERTYPE_RENDERBUFFER) in init()
208 if (m_framebuffeType == TestSpec::FRAMEBUFFERTYPE_NATIVE) in init()
210 else if (m_framebuffeType == TestSpec::FRAMEBUFFERTYPE_RENDERBUFFER) in init()
334 if (m_framebuffeType == TestSpec::FRAMEBUFFERTYPE_NATIVE) in clearColor()
[all …]
Des3fSamplerObjectTests.cpp62 gls::TextureSamplerTest::TestSpec simpleTestCases[] = { in init()
100 gls::MultiTextureSamplerTest::TestSpec multiTestCases[] = { in init()
145 gls::TextureSamplerTest::TestSpec simpleTestCases3D[] = { in init()
183 gls::MultiTextureSamplerTest::TestSpec multiTestCases3D[] = { in init()
228 gls::TextureSamplerTest::TestSpec simpleTestCasesCube[] = { in init()
266 gls::MultiTextureSamplerTest::TestSpec multiTestCasesCube[] = { in init()
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharingTests.cpp80 struct TestSpec struct in deqp::egl::GLES2SharingTest
93 …haringTest (EglTestContext& eglTestCtx, const char* name , const char* desc, const TestSpec& spec);
100 TestSpec m_spec;
115 …SharingTest (EglTestContext& eglTestCtx, const char* name , const char* desc, const TestSpec& spec) in GLES2SharingTest()
297 …stContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec);
309 …estContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec) in GLES2BufferSharingTest()
470 …eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec, bool asCol…
483 …eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec, bool asCo… in GLES2TextureSharingTest()
693 …stContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec);
704 …estContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec) in GLES2ProgramSharingTest()
[all …]
DteglImageFormatTests.cpp125 struct TestSpec struct
1327 ImageFormatCase (EglTestContext& eglTestCtx, const TestSpec& spec);
1338 const TestSpec m_spec;
1354 …const GLint glesApi = m_spec.contexts[0] == TestSpec::API_GLES3 ? EGL_OPENGL_ES3_BIT : EGL_OPEN… in getConfig()
1370 ImageFormatCase::ImageFormatCase (EglTestContext& eglTestCtx, const TestSpec& spec) in ImageFormatCase()
1419 const TestSpec::Operation& op = m_spec.operations[operationNdx]; in checkExtensions()
1437 …if (m_spec.contexts[0] == TestSpec::API_GLES3 && eglu::getVersion(egl, m_display) < eglu::Version(… in init()
1462 if (m_spec.contexts[0] == TestSpec::API_GLES3) in init()
1475 case TestSpec::API_GLES2: in init()
1481 case TestSpec::API_GLES3: in init()
[all …]
/third_party/vk-gl-cts/modules/glshared/
DglsSamplerObjectTest.hpp54 struct TestSpec struct in deqp::gls::TextureSamplerTest
63 …TextureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const TestSpec& spec…
112 struct TestSpec struct in deqp::gls::MultiTextureSamplerTest
122 …xtureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const TestSpec& spec);
DglsSamplerObjectTest.cpp72 …TextureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const TestSpec& spec) in TextureSamplerTest()
583 …TextureSamplerTest (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const TestSpec& spec) in MultiTextureSamplerTest()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fAtomicCounterTests.cpp87 struct TestSpec struct in deqp::gles31::Functional::__anon45527e350111::AtomicCounterTest
89 TestSpec (void) in TestSpec() argument
109 …icCounterTest (Context& context, const char* name, const char* description, const TestSpec& spec);
117 const TestSpec m_spec;
124 static string generateShaderSource (const TestSpec& spec);
128 …deUint32>& increments, const vector<deUint32>& decrements, int initialValue, const TestSpec& spec);
154 …omicCounterTest (Context& context, const char* name, const char* description, const TestSpec& spec) in AtomicCounterTest()
172 string AtomicCounterTest::generateShaderSource (const TestSpec& spec) in generateShaderSource()
712 …<deUint32>& increments, const vector<deUint32>& decrements, int initialValue, const TestSpec& spec) in checkPath()
1050 string specToTestName (const AtomicCounterTest::TestSpec& spec) in specToTestName()
[all …]
Des31fVertexAttributeBindingTests.cpp236 struct TestSpec struct in deqp::gles31::Functional::__anond240b2e50111::SingleBindingCase
252 static TestSpec genTestSpec (int flags);
260 const TestSpec m_spec;
375 SingleBindingCase::TestSpec SingleBindingCase::genTestSpec (int flags) in genTestSpec()
388 TestSpec spec; in genTestSpec()
536 struct TestSpec struct in deqp::gles31::Functional::__anond240b2e50111::MultipleBindingCase
550 TestSpec genTestSpec (int flags) const;
555 const TestSpec m_spec;
682 MultipleBindingCase::TestSpec MultipleBindingCase::genTestSpec (int flags) const in genTestSpec()
684 MultipleBindingCase::TestSpec spec; in genTestSpec()
Des31fDrawTests.cpp1945 struct TestSpec in init() struct
1956 static const TestSpec specs[] = in init()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilStateTests.cpp89 struct TestSpec { struct in DepthStencilStateTest
133 TestSpec base = {baseState, baseColor, 0.5f, 0u}; in CheckDepthCompareFunction()
187 TestSpec base = {baseState, baseColor, 0.0f, 1u}; in CheckStencilCompareFunction()
246 void CheckStencil(std::vector<TestSpec> testParams, uint32_t expectedStencil) { in CheckStencil()
267 void DoTest(const std::vector<TestSpec>& testParams, in DoTest()
299 const TestSpec& test = testParams[i]; in DoTest()
356 void DoTest(const std::vector<TestSpec>& testParams, in DoTest()
409 TestSpec specs[3] = { in TEST_P()
605 TestSpec base = {baseState, baseColor, 0.5f, 3u}; // Base triangle to set the stencil to 3 in TEST_P()
643 TestSpec base = {baseState, baseColor, 0.5f, in TEST_P()
[all …]
DPrimitiveStateTests.cpp78 struct TestSpec { struct in DepthClampingTest
88 void DoTest(const std::vector<TestSpec>& testParams, const RGBA8& expected) { in DoTest()
100 const TestSpec& test = testParams[i]; in DoTest()
/third_party/vk-gl-cts/modules/gles31/stress/
Des31sVertexAttributeBindingTests.cpp230 struct TestSpec struct in deqp::gles31::Stress::__anon264712230111::SingleBindingCase
246 static TestSpec genTestSpec (int flags);
254 const TestSpec m_spec;
369 SingleBindingCase::TestSpec SingleBindingCase::genTestSpec (int flags) in genTestSpec()
382 TestSpec spec; in genTestSpec()
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pDrawCallBatchingTests.cpp69 struct TestSpec struct in deqp::gles2::Performance::__anon4c9808470111::DrawCallBatchingTest
85 …llBatchingTest (Context& context, const char* name, const char* description, const TestSpec& spec);
111 TestSpec m_spec;
149 …allBatchingTest (Context& context, const char* name, const char* description, const TestSpec& spec) in DrawCallBatchingTest()
931 string specToName (const DrawCallBatchingTest::TestSpec& spec) in specToName()
955 string specToDescrpition (const DrawCallBatchingTest::TestSpec& spec) in specToDescrpition()
1056 DrawCallBatchingTest::TestSpec spec; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorTests.cpp493 struct TestSpec in createTestsInGroup() struct
510 const TestSpec cases[] = in createTestsInGroup()
527 const TestSpec cases[] = in createTestsInGroup()
545 const TestSpec cases[] = in createTestsInGroup()
/third_party/libabigail/tests/lib/
Dcatch.hpp571 class TestSpec;
588 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config );
589 …std::vector<TestCase> filterTests( std::vector<TestCase> const& testCases, TestSpec const& testSpe…
4511 class TestSpec;
4528 virtual TestSpec const& testSpec() const = 0;
5112 class TestSpec { class
5213 TestSpec::Filter m_currentFilter;
5214 TestSpec m_testSpec;
5221 TestSpec testSpec();
5251 TestSpec parseTestSpec( std::string const& arg );
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalClearAttachmentTests.cpp58 typedef ConditionalTestSpec TestSpec; typedef in vkt::conditional::__anond323504b0111::ConditionalClearAttachmentTest
DvktConditionalDrawTests.cpp86 typedef ConditionalTestSpec TestSpec; typedef in vkt::conditional::__anon546e06e90111::ConditionalDraw
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DStorageTextureValidationTests.cpp205 struct TestSpec { in TEST_F() struct
210 constexpr std::array<TestSpec, 6> kTestSpecs = { in TEST_F()