Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemShaderTimeoutTests.cpp49 class ShaderTimeoutCase : public vkt::TestCase class
52ShaderTimeoutCase(tcu::TestContext& testCtx, const std::string& name, deUint32 iterations) : TestC… in ShaderTimeoutCase() function in vkt::postmortem::__anon3b0fa9e90111::ShaderTimeoutCase
117 TestInstance* ShaderTimeoutCase::createInstance(Context& context) const in createInstance()
122 void ShaderTimeoutCase::initPrograms(vk::SourceCollections& programCollection) const in initPrograms()
271 timeoutGroup->addChild(new ShaderTimeoutCase(testCtx, name.str(), iterations)); in createShaderTimeoutTests()