Home
last modified time | relevance | path

Searched refs:getNumIndices (Results 1 – 20 of 20) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp110 int getNumIndices (void);
188 int PrimitiveRestartCase::getNumIndices (void) in getNumIndices() function in deqp::gles3::Functional::PrimitiveRestartCase
253 DE_ASSERT(getNumIndices() == 0); in init()
446 int numIndices = getNumIndices(); in init()
556 int numIndices = getNumIndices(); in draw()
577 draw(0, getNumIndices()); in renderWithRestart()
602 int numIndices = getNumIndices(); in renderWithoutRestart()
Des3fVertexTextureTests.cpp243 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; } in getNumIndices() function in deqp::gles3::Functional::__anon99b68abc0111::PosTexCoordQuadGrid
781 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr()); in renderCell()
1116 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr()); in renderCell()
1456 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr()); in renderCell()
1800 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr()); in renderCell()
/external/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp79 if (SelIVI->getNumIndices() == 1 && *SelIVI->idx_begin() == 1) { in GetExceptionObject()
82 ExcIVI->getNumIndices() == 1 && *ExcIVI->idx_begin() == 0) { in GetExceptionObject()
DAtomicExpandLoadLinkedPass.cpp329 assert(EV->getNumIndices() == 1 && EV->getIndices()[0] <= 1 && in expandAtomicCmpXchg()
DSjLjEHPrepare.cpp159 if (EVI->getNumIndices() != 1) in substituteLPadValues()
/external/llvm/unittests/IR/
DInstructionsTest.cpp357 EXPECT_EQ(GepII0->getNumIndices(), 1u); in TEST()
358 EXPECT_EQ(GepII1->getNumIndices(), 1u); in TEST()
359 EXPECT_EQ(GepII2->getNumIndices(), 1u); in TEST()
360 EXPECT_EQ(GepII3->getNumIndices(), 1u); in TEST()
/external/deqp/modules/glshared/
DglsShaderPerformanceMeasurer.cpp67 static inline int getNumIndices (int gridSizeX, int gridSizeY) in getNumIndices() function
261 GLsizei numIndices = (GLsizei)getNumIndices(m_gridSizeX, m_gridSizeY); in render()
/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp193 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; } in getNumIndices() function in deqp::gles2::Functional::__anon08d8131a0111::PosTexCoordQuadGrid
680 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr()); in renderCell()
1012 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr()); in renderCell()
/external/llvm/include/llvm/IR/
DOperator.h408 unsigned getNumIndices() const { // Note: always non-negative in getNumIndices() function
DInstructions.h893 unsigned getNumIndices() const { // Note: always non-negative
1896 unsigned getNumIndices() const {
2017 unsigned getNumIndices() const {
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp362 Indices.reserve(GEP->getNumIndices()); in isSafeToPromoteArgument()
860 Operands.reserve(GEP->getNumIndices()); in DoPromotion()
/external/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp290 if (ExtractInst->getNumIndices() != 1) in splitOverflowIntrinsic()
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp764 if (EVI.getNumIndices() != 1) in visitExtractValueInst()
785 if (IVI.getNumIndices() != 1) in visitInsertValueInst()
DScalarizer.cpp432 unsigned NumIndices = GEPI.getNumIndices(); in visitGetElementPtrInst()
DGVN.cpp224 if (I != nullptr && EI->getNumIndices() == 1 && *EI->idx_begin() == 0 ) { in create_extractvalue_expression()
/external/llvm/lib/Analysis/
DValueTracking.cpp769 if (EVI->getNumIndices() != 1) break; in computeKnownBits()
1691 unsigned size = I->getNumIndices() + idx_range.size(); in FindInsertedValue()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp1524 for (unsigned i = 0; i < evi->getNumIndices(); ++i) { in printInstruction()
1541 for (unsigned i = 0; i < ivi->getNumIndices(); ++i) { in printInstruction()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1484 if (DL && GEP.getNumIndices() == 1 && in visitGetElementPtrInst()
2010 if (EV.getNumIndices() == 0) in visitExtractValueInst()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1891 unsigned Num = I.getNumIndices(); in visitExtractValueInst()
1936 unsigned Num = I.getNumIndices(); in visitInsertValueInst()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp891 if (G->getNumIndices() != 1) in isInstVectorizable()