Lines Matching refs:IndirectDispatchCase
112 class IndirectDispatchCase : public TestCase class
115 …IndirectDispatchCase (Context& context, const char* name, const char* description, GenBuffer genBu…
116 ~IndirectDispatchCase (void);
144 IndirectDispatchCase (const IndirectDispatchCase&);
145 IndirectDispatchCase& operator= (const IndirectDispatchCase&);
148 IndirectDispatchCase::IndirectDispatchCase (Context& context, const char* name, const char* descrip… in IndirectDispatchCase() function in deqp::gles31::Functional::__anon9f66ec160111::IndirectDispatchCase
155 IndirectDispatchCase::~IndirectDispatchCase (void) in ~IndirectDispatchCase()
171 void IndirectDispatchCase::createCommandBuffer (deUint32 buffer) const in createCommandBuffer()
182 void IndirectDispatchCase::createCmdBufferUpload (deUint32 buffer) const in createCmdBufferUpload()
205 void IndirectDispatchCase::createCmdBufferCompute (deUint32 buffer) const in createCmdBufferCompute()
263 void IndirectDispatchCase::createResultBuffer (deUint32 buffer) const in createResultBuffer()
292 bool IndirectDispatchCase::verifyResultBuffer (deUint32 buffer) in verifyResultBuffer()
339 IndirectDispatchCase::IterateResult IndirectDispatchCase::iterate (void) in iterate()
392 class SingleDispatchCase : public IndirectDispatchCase
396 : IndirectDispatchCase(context, name, description, genBuffer) in SingleDispatchCase()
404 class MultiDispatchCase : public IndirectDispatchCase
408 …: IndirectDispatchCase(context, "multi_dispatch", "Dispatch multiple compute commands from single … in MultiDispatchCase()
421 class MultiDispatchReuseCommandCase : public IndirectDispatchCase
425 …: IndirectDispatchCase(context, "multi_dispatch_reuse_command", "Dispatch multiple compute command… in MultiDispatchReuseCommandCase()