Lines Matching refs:InterInvocationTestCase

140 class InterInvocationTestCase : public TestCase  class
157InterInvocationTestCase(Context &context, const char *name, const char *desc, StorageType storage,…
158 ~InterInvocationTestCase(void);
189 InterInvocationTestCase::InterInvocationTestCase(Context &context, const char *name, const char *de… in InterInvocationTestCase() function in deqp::gles31::Functional::__anon966269800111::InterInvocationTestCase
210 InterInvocationTestCase::~InterInvocationTestCase(void) in ~InterInvocationTestCase()
215 void InterInvocationTestCase::init(void) in init()
294 void InterInvocationTestCase::deinit(void) in deinit()
318 InterInvocationTestCase::IterateResult InterInvocationTestCase::iterate(void) in iterate()
335 void InterInvocationTestCase::runCompute(void) in runCompute()
394 bool InterInvocationTestCase::verifyResults(void) in verifyResults()
444 std::string InterInvocationTestCase::genBarrierSource(void) const in genBarrierSource()
482 class InvocationBasicCase : public InterInvocationTestCase
494 : InterInvocationTestCase(context, name, desc, storage, flags) in InvocationBasicCase()
773 class InvocationAliasWriteCase : public InterInvocationTestCase
795 : InterInvocationTestCase(context, name, desc, storage, flags | FLAG_ALIASING_STORAGES) in InvocationAliasWriteCase()
3380 const InterInvocationTestCase::StorageType storage; in init()
3383 {"image", InterInvocationTestCase::STORAGE_IMAGE, 0}, in init()
3384 … {"image_atomic", InterInvocationTestCase::STORAGE_IMAGE, InterInvocationTestCase::FLAG_ATOMIC}, in init()
3385 {"ssbo", InterInvocationTestCase::STORAGE_BUFFER, 0}, in init()
3386 … {"ssbo_atomic", InterInvocationTestCase::STORAGE_BUFFER, InterInvocationTestCase::FLAG_ATOMIC}, in init()
3392 …const int extraFlags = (groupNdx == 0) ? (0) : (InterInvocationTestCase::FLAG_IN_… in init()
3397 … (configs[configNdx].storage == InterInvocationTestCase::STORAGE_BUFFER) ? ("buffer") : ("image"); in init()