Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderDiscardTests.hpp35 class ShaderDiscardTests : public TestCaseGroup class
38 ShaderDiscardTests (Context& context);
39 virtual ~ShaderDiscardTests (void);
44 ShaderDiscardTests (const ShaderDiscardTests&); // not allowed!
45 ShaderDiscardTests& operator= (const ShaderDiscardTests&); // not allowed!
Des3fShaderDiscardTests.cpp117 ShaderDiscardTests::ShaderDiscardTests (Context& context) in ShaderDiscardTests() function in deqp::gles3::Functional::ShaderDiscardTests
122 ShaderDiscardTests::~ShaderDiscardTests (void) in ~ShaderDiscardTests()
355 void ShaderDiscardTests::init (void) in init()
Des3fFunctionalTests.cpp214 addChild(new ShaderDiscardTests (m_context)); in init()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderDiscardTests.hpp35 class ShaderDiscardTests : public TestCaseGroup class
38 ShaderDiscardTests (Context& context);
39 virtual ~ShaderDiscardTests (void);
44 ShaderDiscardTests (const ShaderDiscardTests&); // not allowed!
45 ShaderDiscardTests& operator= (const ShaderDiscardTests&); // not allowed!
Des2fShaderDiscardTests.cpp137 ShaderDiscardTests::ShaderDiscardTests (Context& context) in ShaderDiscardTests() function in deqp::gles2::Functional::ShaderDiscardTests
142 ShaderDiscardTests::~ShaderDiscardTests (void) in ~ShaderDiscardTests()
367 void ShaderDiscardTests::init (void) in init()
Des2fFunctionalTests.cpp149 addChild(new ShaderDiscardTests (m_context)); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDiscardTests.cpp410 class ShaderDiscardTests : public tcu::TestCaseGroup class
413 ShaderDiscardTests (tcu::TestContext& textCtx, const char *groupName);
414 virtual ~ShaderDiscardTests (void);
419 ShaderDiscardTests (const ShaderDiscardTests&); // not allowed!
420 ShaderDiscardTests& operator= (const ShaderDiscardTests&); // not allowed!
424 ShaderDiscardTests::ShaderDiscardTests (tcu::TestContext& testCtx, const char *groupName) in ShaderDiscardTests() function in vkt::sr::__anon6a14493d0111::ShaderDiscardTests
430 ShaderDiscardTests::~ShaderDiscardTests (void) in ~ShaderDiscardTests()
434 void ShaderDiscardTests::init (void) in init()
451 return new ShaderDiscardTests(testCtx, "discard"); in createDiscardTests()
456 return new ShaderDiscardTests(testCtx, "demote"); in createDemoteTests()