Searched refs:getNumIndices (Results 1 - 21 of 21) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp110 int getNumIndices (void);
188 int PrimitiveRestartCase::getNumIndices (void) function in class:deqp::gles3::Functional::PrimitiveRestartCase
253 DE_ASSERT(getNumIndices() == 0);
446 int numIndices = getNumIndices();
556 int numIndices = getNumIndices();
577 draw(0, getNumIndices());
602 int numIndices = getNumIndices();
H A Des3fVertexTextureTests.cpp243 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; } function in class:deqp::gles3::Functional::__anon4289::PosTexCoordQuadGrid
781 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
1116 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
1456 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
1800 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
/external/llvm/lib/CodeGen/
H A DDwarfEHPrepare.cpp109 if (SelIVI->getNumIndices() == 1 && *SelIVI->idx_begin() == 1) {
112 ExcIVI->getNumIndices() == 1 && *ExcIVI->idx_begin() == 0) {
H A DAtomicExpandPass.cpp566 assert(EV->getNumIndices() == 1 && EV->getIndices()[0] <= 1 &&
H A DSjLjEHPrepare.cpp165 if (EVI->getNumIndices() != 1)
/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp767 if (GEP1->getNumIndices() != GEP2->getNumIndices() ||
768 GEP1->getNumIndices() < 2)
795 assert(GEP1->getNumIndices() > 1 && "Not enough GEP indices to examine");
800 for (unsigned i = 1, e = GEP1->getNumIndices() - 1; i != e; ++i) {
828 for (unsigned i = 0, e = GEP1->getNumIndices() - 1; i != e; ++i)
1240 if (PV1GEP->getPointerOperand() == PN && PV1GEP->getNumIndices() == 1 &&
H A DValueTracking.cpp1529 if (EVI->getNumIndices() != 1) break;
2806 unsigned size = I->getNumIndices() + idx_range.size();
/external/deqp/modules/glshared/
H A DglsShaderPerformanceMeasurer.cpp67 static inline int getNumIndices (int gridSizeX, int gridSizeY) function in namespace:deqp::gls
261 GLsizei numIndices = (GLsizei)getNumIndices(m_gridSizeX, m_gridSizeY);
/external/llvm/unittests/IR/
H A DInstructionsTest.cpp359 EXPECT_EQ(GepII0->getNumIndices(), 1u);
360 EXPECT_EQ(GepII1->getNumIndices(), 1u);
361 EXPECT_EQ(GepII2->getNumIndices(), 1u);
362 EXPECT_EQ(GepII3->getNumIndices(), 1u);
/external/llvm/include/llvm/IR/
H A DOperator.h410 unsigned getNumIndices() const { // Note: always non-negative function in class:llvm::GEPOperator
H A DInstructions.h1015 unsigned getNumIndices() const { // Note: always non-negative function in class:llvm::GetElementPtrInst
2252 unsigned getNumIndices() const { function in class:llvm::ExtractValueInst
2379 unsigned getNumIndices() const { function in class:llvm::InsertValueInst
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp193 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; } function in class:deqp::gles2::Functional::__anon4080::PosTexCoordQuadGrid
680 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
1012 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp480 Indices.reserve(GEP->getNumIndices());
963 Operands.reserve(GEP->getNumIndices());
/external/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp427 if (ExtractInst->getNumIndices() != 1)
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp773 if (EVI.getNumIndices() != 1)
794 if (IVI.getNumIndices() != 1)
H A DScalarizer.cpp443 unsigned NumIndices = GEPI.getNumIndices();
H A DGVN.cpp230 if (I != nullptr && EI->getNumIndices() == 1 && *EI->idx_begin() == 0 ) {
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp1521 for (unsigned i = 0; i < evi->getNumIndices(); ++i) {
1538 for (unsigned i = 0; i < ivi->getNumIndices(); ++i) {
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1892 unsigned Num = I.getNumIndices();
1937 unsigned Num = I.getNumIndices();
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1564 if (GEP.getNumIndices() == 1) {
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp900 if (G->getNumIndices() != 1)

Completed in 853 milliseconds