Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp2655 class OverwriteTestCase : public vkt::TestCase class
2658OverwriteTestCase (tcu::TestContext& testCtx, const std::string& name, const std::string& descrip…
2659 virtual ~OverwriteTestCase (void) {} in ~OverwriteTestCase()
2680 OverwriteTestCase::OverwriteTestCase (tcu::TestContext& testCtx, const std::string& name, const std… in OverwriteTestCase() function in vkt::pipeline::__anon8b516eb80111::OverwriteTestCase
2685 void OverwriteTestCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms()
2732 TestInstance* OverwriteTestCase::createInstance (Context& context) const in createInstance()
2964 …group->addChild(new OverwriteTestCase(testCtx, "overwrite", "Test push constant range overwrites",… in addOverwriteCase()