Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp830 class ConstantDerivateCase : public TriangleDerivateCase class
833 ConstantDerivateCase (tcu::TestContext& testCtx,
838 virtual ~ConstantDerivateCase (void);
844 ConstantDerivateCase::ConstantDerivateCase (tcu::TestContext& testCtx, in ConstantDerivateCase() function in vkt::sr::__anonf4e990170111::ConstantDerivateCase
856 ConstantDerivateCase::~ConstantDerivateCase (void) in ~ConstantDerivateCase()
860 TestInstance* ConstantDerivateCase::createInstance (Context& context) const in createInstance()
866 void ConstantDerivateCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms()
1757 …constantGroup->addChild(new ConstantDerivateCase(m_testCtx, glu::getDataTypeName(dataType), "", fu… in init()
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp869 class ConstantDerivateCase : public TriangleDerivateCase class
872ConstantDerivateCase (Context& context, const char* name, const char* description, DerivateFunc f…
873 ~ConstantDerivateCase (void) {} in ~ConstantDerivateCase()
884 ConstantDerivateCase::ConstantDerivateCase (Context& context, const char* name, const char* descrip… in ConstantDerivateCase() function in deqp::gles3::Functional::ConstantDerivateCase
894 void ConstantDerivateCase::init (void) in init()
925 bool ConstantDerivateCase::verify (const tcu::ConstPixelBufferAccess& result, const tcu::PixelBuffe… in verify()
1675 …constantGroup->addChild(new ConstantDerivateCase(m_context, glu::getDataTypeName(dataType), "", fu… in init()