Searched refs:DynamicStateComputeCase (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 737 class DynamicStateComputeCase : public vkt::TestCase class 741 DynamicStateComputeCase (tcu::TestContext& testCtx, const std::string& name, const TestParams& params, PipelineConstructionType pipelineConstructionType); 742 virtual ~DynamicStateComputeCase (void) {} in ~DynamicStateComputeCase() 769 DynamicStateComputeCase::DynamicStateComputeCase(tcu::TestContext& testCtx, const std::string& name, const TestParams& params, PipelineConstructionType pipelineConstructionType) in DynamicStateComputeCase() function in vkt::DynamicState::__anon27956::DynamicStateComputeCase 781 void DynamicStateComputeCase::checkSupport (Context& context) const in checkSupport() 794 void DynamicStateComputeCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 837 vkt::TestInstance* DynamicStateComputeCase::createInstance (Context& context) const in createInstance() 1158 stateGroup->addChild(new DynamicStateComputeCase(testCtx, moments[momentIdx].name, testParams, pipelineConstructionType)); in createDynamicStateComputeTests() 1195 operationGroup->addChild(new DynamicStateComputeCase(testCt in createDynamicStateComputeTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/dynamic_state/ |
H A D | vktDynamicStateComputeTests.cpp | 728 class DynamicStateComputeCase : public vkt::TestCase class 732 DynamicStateComputeCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& params); 733 virtual ~DynamicStateComputeCase (void) {} in ~DynamicStateComputeCase() 758 DynamicStateComputeCase::DynamicStateComputeCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& params) in DynamicStateComputeCase() function in vkt::DynamicState::__anon29191::DynamicStateComputeCase 768 void DynamicStateComputeCase::checkSupport (Context& context) const in checkSupport() 779 void DynamicStateComputeCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 822 vkt::TestInstance* DynamicStateComputeCase::createInstance (Context& context) const in createInstance() 1134 stateGroup->addChild(new DynamicStateComputeCase(testCtx, moments[momentIdx].name, "", testParams)); in createDynamicStateComputeTests() 1171 operationGroup->addChild(new DynamicStateComputeCase(testCt in createDynamicStateComputeTests() [all...] |
Completed in 5 milliseconds