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