Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp332 class SamplerIndexingCase : public TestCase class
335SamplerIndexingCase (Context& context, const char* name, const char* description, glu::ShaderTyp…
336 ~SamplerIndexingCase (void);
342 SamplerIndexingCase (const SamplerIndexingCase&);
343 SamplerIndexingCase& operator= (const SamplerIndexingCase&);
352 SamplerIndexingCase::SamplerIndexingCase (Context& context, const char* name, const char* descripti… in SamplerIndexingCase() function in deqp::gles31::Functional::__anonabce4bbb0111::SamplerIndexingCase
360 SamplerIndexingCase::~SamplerIndexingCase (void) in ~SamplerIndexingCase()
364 void SamplerIndexingCase::init (void) in init()
395 void SamplerIndexingCase::getShaderSpec (ShaderSpec* spec, int numSamplers, int numLookups, const i… in getShaderSpec()
485 SamplerIndexingCase::IterateResult SamplerIndexingCase::iterate (void) in iterate()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp675 class SamplerIndexingCase : public OpaqueTypeIndexingCase class
678 SamplerIndexingCase (tcu::TestContext& testCtx,
684 virtual ~SamplerIndexingCase (void);
689 SamplerIndexingCase (const SamplerIndexingCase&);
690 SamplerIndexingCase& operator= (const SamplerIndexingCase&);
700 SamplerIndexingCase::SamplerIndexingCase (tcu::TestContext& testCtx, in SamplerIndexingCase() function in vkt::shaderexecutor::__anon189dabbf0111::SamplerIndexingCase
716 SamplerIndexingCase::~SamplerIndexingCase (void) in ~SamplerIndexingCase()
720 TestInstance* SamplerIndexingCase::createInstance (Context& ctx) const in createInstance()
733 void SamplerIndexingCase::createShaderSpec (void) in createShaderSpec()
1418 …shaderGroup->addChild(new SamplerIndexingCase(m_testCtx, caseName.c_str(), "", shaderType, sampler… in init()