Home
last modified time | relevance | path

Searched refs:IndexGroup (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/stress/
Des2sDrawTests.cpp83 class IndexGroup : public TestCaseGroup class
86IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod …
87 ~IndexGroup (void);
95 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in IndexGroup() function in deqp::gles2::Stress::__anon59b485fe0111::IndexGroup
101 IndexGroup::~IndexGroup (void) in ~IndexGroup()
105 void IndexGroup::init (void) in init()
185 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init()
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sDrawTests.cpp264 class IndexGroup : public TestCaseGroup class
267IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod …
268 ~IndexGroup (void);
276 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in IndexGroup() function in deqp::gles3::Stress::__anon2c1ea6e00111::IndexGroup
282 IndexGroup::~IndexGroup (void) in ~IndexGroup()
286 void IndexGroup::init (void) in init()
374 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDrawTests.cpp285 class IndexGroup : public TestCaseGroup class
288IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod …
289 ~IndexGroup (void);
297 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in IndexGroup() function in deqp::gles2::Functional::__anona6b3ae600111::IndexGroup
303 IndexGroup::~IndexGroup (void) in ~IndexGroup()
307 void IndexGroup::init (void) in init()
462 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDrawElementsBaseVertexTests.cpp476 class IndexGroup : public TestCaseGroup class
479IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod …
480 ~IndexGroup (void);
488 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in IndexGroup() function in deqp::gles31::Functional::__anonf12647fa0111::IndexGroup
494 IndexGroup::~IndexGroup (void) in ~IndexGroup()
498 void IndexGroup::init (void) in init()
900 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init()
Des31fDrawTests.cpp474 class IndexGroup : public TestCaseGroup class
477IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod …
478 ~IndexGroup (void);
486 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in IndexGroup() function in deqp::gles31::Functional::__anon9c9174a40111::IndexGroup
492 IndexGroup::~IndexGroup (void) in ~IndexGroup()
496 void IndexGroup::init (void) in init()
697 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDrawTests.cpp383 class IndexGroup : public TestCaseGroup class
386IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::DrawMethod …
387 ~IndexGroup (void);
395 IndexGroup::IndexGroup (Context& context, const char* name, const char* descr, gls::DrawTestSpec::D… in IndexGroup() function in deqp::gles3::Functional::__anone39477c20111::IndexGroup
401 IndexGroup::~IndexGroup (void) in ~IndexGroup()
405 void IndexGroup::init (void) in init()
563 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InterleavedAccess.cpp610 int IndexGroup[3] = {0, 0, 0}; in group2Shuffle() local
617 IndexGroup[(Index * 3) % (VF / Lane)] = Index; in group2Shuffle()
622 Output.push_back(IndexGroup[i % 3]); in group2Shuffle()
623 IndexGroup[i % 3]++; in group2Shuffle()