Searched refs:UnusedShaderStagesCase (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMiscTests.cpp | 431 class UnusedShaderStagesCase : public vkt::TestCase class 434 UnusedShaderStagesCase (tcu::TestContext& testCtx, const std::string& name, const UnusedShaderStageParams& params) in UnusedShaderStagesCase() function in vkt::pipeline::__anon28231::UnusedShaderStagesCase 438 virtual ~UnusedShaderStagesCase (void) {} in ~UnusedShaderStagesCase() 462 void UnusedShaderStagesCase::initPrograms (vk::SourceCollections &programCollection) const in initPrograms() 634 TestInstance* UnusedShaderStagesCase::createInstance (Context &context) const in createInstance() 639 void UnusedShaderStagesCase::checkSupport (Context &context) const in checkSupport() 1713 miscTests->addChild(new UnusedShaderStagesCase(testCtx, testName, params)); in createMiscTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMiscTests.cpp | 428 class UnusedShaderStagesCase : public vkt::TestCase class 431 UnusedShaderStagesCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const UnusedShaderStageParams& params) in UnusedShaderStagesCase() function in vkt::pipeline::__anon29450::UnusedShaderStagesCase 435 virtual ~UnusedShaderStagesCase (void) {} in ~UnusedShaderStagesCase() 459 void UnusedShaderStagesCase::initPrograms (vk::SourceCollections &programCollection) const in initPrograms() 631 TestInstance* UnusedShaderStagesCase::createInstance (Context &context) const in createInstance() 636 void UnusedShaderStagesCase::checkSupport (Context &context) const in checkSupport() 1413 miscTests->addChild(new UnusedShaderStagesCase(testCtx, testName, "", params)); in createMiscTests()
|
Completed in 7 milliseconds