Searched refs:AtomicCounterIndexingCase (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fOpaqueTypeIndexingTests.cpp | 934 class AtomicCounterIndexingCase : public TestCase class 937 …AtomicCounterIndexingCase (Context& context, const char* name, const char* description, IndexExpr… 938 ~AtomicCounterIndexingCase (void); 944 AtomicCounterIndexingCase (const AtomicCounterIndexingCase&); 945 AtomicCounterIndexingCase& operator= (const AtomicCounterIndexingCase&); 954 AtomicCounterIndexingCase::AtomicCounterIndexingCase (Context& context, const char* name, const cha… in AtomicCounterIndexingCase() function in deqp::gles31::Functional::__anonabce4bbb0111::AtomicCounterIndexingCase 962 AtomicCounterIndexingCase::~AtomicCounterIndexingCase (void) in ~AtomicCounterIndexingCase() 983 void AtomicCounterIndexingCase::init (void) in init() 1015 void AtomicCounterIndexingCase::getShaderSpec (ShaderSpec* spec, int numCounters, int numOps, const… in getShaderSpec() 1068 AtomicCounterIndexingCase::IterateResult AtomicCounterIndexingCase::iterate (void) in iterate() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktOpaqueTypeIndexingTests.cpp | 1781 class AtomicCounterIndexingCase : public OpaqueTypeIndexingCase class 1784 AtomicCounterIndexingCase (tcu::TestContext& testCtx, 1789 virtual ~AtomicCounterIndexingCase (void); 1794 AtomicCounterIndexingCase (const BlockArrayIndexingCase&); 1795 AtomicCounterIndexingCase& operator= (const BlockArrayIndexingCase&); 1802 AtomicCounterIndexingCase::AtomicCounterIndexingCase (tcu::TestContext& testCtx, in AtomicCounterIndexingCase() function in vkt::shaderexecutor::__anon189dabbf0111::AtomicCounterIndexingCase 1814 AtomicCounterIndexingCase::~AtomicCounterIndexingCase (void) in ~AtomicCounterIndexingCase() 1818 TestInstance* AtomicCounterIndexingCase::createInstance (Context& ctx) const in createInstance() 1828 void AtomicCounterIndexingCase::createShaderSpec (void) in createShaderSpec() 2025 …acGroup->addChild (new AtomicCounterIndexingCase (m_testCtx, name.c_str(), indexExprDesc, indexExp… in init()
|