Searched refs:LinearDerivateCase (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 1052 class LinearDerivateCase : public TriangleDerivateCase class 1055 LinearDerivateCase (tcu::TestContext& testCtx, 1065 virtual ~LinearDerivateCase (void); 1074 LinearDerivateCase::LinearDerivateCase (tcu::TestContext& testCtx, in LinearDerivateCase() function in vkt::sr::__anon7f93c3b80111::LinearDerivateCase 1096 LinearDerivateCase::~LinearDerivateCase (void) in ~LinearDerivateCase() 1100 TestInstance* LinearDerivateCase::createInstance (Context& context) const in createInstance() 1106 void LinearDerivateCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 1784 …linearCaseGroup->addChild(new LinearDerivateCase(m_testCtx, caseName.str(), "", function, dataType… in init() 1812 …fboGroup->addChild(new LinearDerivateCase(m_testCtx, caseName.str(), "", function, dataType, preci… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 936 class LinearDerivateCase : public TriangleDerivateCase class 939 …LinearDerivateCase (Context& context, const char* name, const char* description, DerivateFunc fun… 940 ~LinearDerivateCase (void) {} in ~LinearDerivateCase() 952 LinearDerivateCase::LinearDerivateCase (Context& context, const char* name, const char* description… in LinearDerivateCase() function in deqp::gles3::Functional::LinearDerivateCase 966 void LinearDerivateCase::init (void) in init() 1052 bool LinearDerivateCase::verify (const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferA… in verify() 1702 …linearCaseGroup->addChild(new LinearDerivateCase(m_context, caseName.str().c_str(), "", function, … in init() 1730 …fboGroup->addChild(new LinearDerivateCase(m_context, caseName.str().c_str(), "", function, dataTyp… in init() 1763 …fboGroup->addChild(new LinearDerivateCase(m_context, caseName.str().c_str(), "", function, dataTyp… in init()
|