/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawDifferingInterpolationTests.cpp | 102 class DrawTestCase : public TestCase class 105 …DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const DrawParams dat… 106 ~DrawTestCase (void); 115 DrawTestCase::DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const Dr… in DrawTestCase() function in vkt::Draw::__anona4157ac60111::DrawTestCase 121 DrawTestCase::~DrawTestCase (void) in ~DrawTestCase() 125 void DrawTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms() 165 void DrawTestCase::checkSupport(Context& context) const in checkSupport() 171 TestInstance* DrawTestCase::createInstance (Context& context) const in createInstance() 475 …testGroup->addChild(new DrawTestCase(testCtx, "flat_0", "Mismatching flat interpolation testcase 0… in createTests() 476 …testGroup->addChild(new DrawTestCase(testCtx, "flat_1", "Mismatching flat interpolation testcase 1… in createTests() [all …]
|
D | vktDrawExplicitVertexParameterTests.cpp | 223 class DrawTestCase : public TestCase class 226 …DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const DrawParams dat… 227 ~DrawTestCase (void); 236 DrawTestCase::DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const Dr… in DrawTestCase() function in vkt::Draw::__anon09b595710111::DrawTestCase 242 DrawTestCase::~DrawTestCase (void) in ~DrawTestCase() 246 void DrawTestCase::checkSupport(Context &context) const in checkSupport() 257 void DrawTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms() 332 TestInstance* DrawTestCase::createInstance (Context& context) const in createInstance() 783 testGroup->addChild(new DrawTestCase(testCtx, getTestName(params).c_str(), "", params)); in createTests()
|
D | vktDrawMultipleInterpolationTests.cpp | 136 class DrawTestCase : public TestCase class 139 DrawTestCase (tcu::TestContext& testCtx, 143 ~DrawTestCase (void); 151 DrawTestCase::DrawTestCase (tcu::TestContext& testCtx, in DrawTestCase() function in vkt::Draw::__anona66317a40111::DrawTestCase 160 DrawTestCase::~DrawTestCase (void) in ~DrawTestCase() 164 void DrawTestCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 307 void DrawTestCase::checkSupport (Context& context) const in checkSupport() 319 TestInstance* DrawTestCase::createInstance (Context& context) const in createInstance() 954 sampleGroup->addChild(new DrawTestCase(testCtx, testVariant.name, testVariant.desc, params)); in createTests()
|
D | vktBasicDrawTests.cpp | 644 class DrawTestCase : public TestCase class 647 … DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const T data); 648 ~DrawTestCase (void); 661 DrawTestCase<T>::DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const… in DrawTestCase() function in vkt::Draw::__anonc561e8d20111::DrawTestCase 669 DrawTestCase<T>::~DrawTestCase (void) in ~DrawTestCase() 674 void DrawTestCase<T>::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 681 void DrawTestCase<T>::checkSupport (Context& context) const in checkSupport() 705 void DrawTestCase<T>::initShaderSources (void) in initShaderSources() 738 TestInstance* DrawTestCase<T>::createInstance (Context& context) const in createInstance() 1485 typedef DrawTestCase<DrawParams> DrawCase; [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
D | vktDrawDifferingInterpolationTests.cpp | 102 class DrawTestCase : public TestCase class 105 …DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const DrawParams dat… 106 ~DrawTestCase (void); 115 DrawTestCase::DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const Dr… in DrawTestCase() function in vkt::Draw::__anon5525a9460111::DrawTestCase 121 DrawTestCase::~DrawTestCase (void) in ~DrawTestCase() 125 void DrawTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms() 165 void DrawTestCase::checkSupport(Context& context) const in checkSupport() 171 TestInstance* DrawTestCase::createInstance (Context& context) const in createInstance() 475 …testGroup->addChild(new DrawTestCase(testCtx, "flat_0", "Mismatching flat interpolation testcase 0… in createTests() 476 …testGroup->addChild(new DrawTestCase(testCtx, "flat_1", "Mismatching flat interpolation testcase 1… in createTests() [all …]
|
D | vktDrawExplicitVertexParameterTests.cpp | 223 class DrawTestCase : public TestCase class 226 …DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const DrawParams dat… 227 ~DrawTestCase (void); 236 DrawTestCase::DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const Dr… in DrawTestCase() function in vkt::Draw::__anondccb93f10111::DrawTestCase 242 DrawTestCase::~DrawTestCase (void) in ~DrawTestCase() 246 void DrawTestCase::checkSupport(Context &context) const in checkSupport() 257 void DrawTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms() 332 TestInstance* DrawTestCase::createInstance (Context& context) const in createInstance() 783 testGroup->addChild(new DrawTestCase(testCtx, getTestName(params).c_str(), "", params)); in createTests()
|
D | vktDrawMultipleInterpolationTests.cpp | 136 class DrawTestCase : public TestCase class 139 DrawTestCase (tcu::TestContext& testCtx, 143 ~DrawTestCase (void); 151 DrawTestCase::DrawTestCase (tcu::TestContext& testCtx, in DrawTestCase() function in vkt::Draw::__anon46e776240111::DrawTestCase 160 DrawTestCase::~DrawTestCase (void) in ~DrawTestCase() 164 void DrawTestCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 307 void DrawTestCase::checkSupport (Context& context) const in checkSupport() 319 TestInstance* DrawTestCase::createInstance (Context& context) const in createInstance() 954 sampleGroup->addChild(new DrawTestCase(testCtx, testVariant.name, testVariant.desc, params)); in createTests()
|
D | vktBasicDrawTests.cpp | 644 class DrawTestCase : public TestCase class 647 … DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const T data); 648 ~DrawTestCase (void); 661 DrawTestCase<T>::DrawTestCase (tcu::TestContext& context, const char* name, const char* desc, const… in DrawTestCase() function in vkt::Draw::__anona9f947520111::DrawTestCase 669 DrawTestCase<T>::~DrawTestCase (void) in ~DrawTestCase() 674 void DrawTestCase<T>::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 681 void DrawTestCase<T>::checkSupport (Context& context) const in checkSupport() 705 void DrawTestCase<T>::initShaderSources (void) in initShaderSources() 738 TestInstance* DrawTestCase<T>::createInstance (Context& context) const in createInstance() 1485 typedef DrawTestCase<DrawParams> DrawCase; [all …]
|