Searched refs:ConstantDerivateCase (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 856 class ConstantDerivateCase : public TriangleDerivateCase class 859 ConstantDerivateCase (tcu::TestContext& testCtx, 864 virtual ~ConstantDerivateCase (void); 870 ConstantDerivateCase::ConstantDerivateCase (tcu::TestContext& testCtx, in ConstantDerivateCase() function in vkt::sr::__anon6be423a10111::ConstantDerivateCase 882 ConstantDerivateCase::~ConstantDerivateCase (void) in ~ConstantDerivateCase() 886 TestInstance* ConstantDerivateCase::createInstance (Context& context) const in createInstance() 892 void ConstantDerivateCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 1882 …constantGroup->addChild(new ConstantDerivateCase(m_testCtx, glu::getDataTypeName(dataType), "", fu… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 904 class ConstantDerivateCase : public TriangleDerivateCase class 907 …ConstantDerivateCase (Context& context, const char* name, const char* description, DerivateFunc f… 908 ~ConstantDerivateCase (void) {} in ~ConstantDerivateCase() 919 ConstantDerivateCase::ConstantDerivateCase (Context& context, const char* name, const char* descrip… in ConstantDerivateCase() function in deqp::gles3::Functional::ConstantDerivateCase 929 void ConstantDerivateCase::init (void) in init() 960 qpTestResult ConstantDerivateCase::verify (const tcu::ConstPixelBufferAccess& result, const tcu::Pi… in verify() 1788 …constantGroup->addChild(new ConstantDerivateCase(m_context, glu::getDataTypeName(dataType), "", fu… in init()
|