Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DIndexDataManager.cpp66 inline GLsizei getNumIndices(const std::vector<GLsizei>& restartIndices, size_t i, GLsizei count) in getNumIndices() function
102 GLsizei numIndices = getNumIndices(restartIndices, i, count); in copyIndices()
116 GLsizei numIndices = getNumIndices(restartIndices, i, count); in copyIndices()
131 GLsizei numIndices = getNumIndices(restartIndices, i, count); in copyIndices()
157 GLsizei numIndices = getNumIndices(restartIndices, i, count); in copyIndices()
178 GLsizei numIndices = getNumIndices(restartIndices, i, count); in copyIndices()
246 unsigned int nbIndices = getNumIndices(restartIndices, i, count); in recomputePrimitiveCount()
260 unsigned int nbIndices = getNumIndices(restartIndices, i, count); in recomputePrimitiveCount()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp110 int getNumIndices (void);
188 int PrimitiveRestartCase::getNumIndices (void) in getNumIndices() function in deqp::gles3::Functional::PrimitiveRestartCase
268 DE_ASSERT(getNumIndices() == 0); in init()
461 int numIndices = getNumIndices(); in init()
571 int numIndices = getNumIndices(); in draw()
592 draw(0, getNumIndices()); in renderWithRestart()
617 int numIndices = getNumIndices(); in renderWithoutRestart()
Des3fVertexTextureTests.cpp245 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; } in getNumIndices() function in deqp::gles3::Functional::__anon63afcae40111::PosTexCoordQuadGrid
783 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr()); in renderCell()
1118 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr()); in renderCell()
1458 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr()); in renderCell()
1802 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr()); in renderCell()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeMetadataUtils.cpp114 if (EVI->getNumIndices() == 1 && EVI->getIndices()[0] == 0) { in findDevirtualizableCallsForTypeCheckedLoad()
118 if (EVI->getNumIndices() == 1 && EVI->getIndices()[0] == 1) { in findDevirtualizableCallsForTypeCheckedLoad()
DBasicAliasAnalysis.cpp1097 if (GEP1->getNumIndices() != GEP2->getNumIndices() || in aliasSameBasePointerGEPs()
1098 GEP1->getNumIndices() < 2) in aliasSameBasePointerGEPs()
1132 assert(GEP1->getNumIndices() > 1 && "Not enough GEP indices to examine"); in aliasSameBasePointerGEPs()
1137 for (unsigned i = 1, e = GEP1->getNumIndices() - 1; i != e; ++i) { in aliasSameBasePointerGEPs()
1165 for (unsigned i = 0, e = GEP1->getNumIndices() - 1; i != e; ++i) in aliasSameBasePointerGEPs()
1658 if (PV1GEP->getPointerOperand() == PN && PV1GEP->getNumIndices() == 1 && in aliasPHI()
1685 if (PV1GEP->getPointerOperand() == PN && PV1GEP->getNumIndices() == 1 && in aliasPHI()
DLazyValueInfo.cpp1170 if (EVI->getNumIndices() == 1 && *EVI->idx_begin() == 0) in solveBlockValueExtractValue()
1291 if (EVI->getNumIndices() == 1 && *EVI->idx_begin() == 1) in getValueFromConditionImpl()
DValueTracking.cpp1671 if (EVI->getNumIndices() != 1) break; in computeKnownBitsFromOperator()
3596 unsigned size = I->getNumIndices() + idx_range.size(); in FindInsertedValue()
4345 assert(EVI->getNumIndices() == 1 && "Obvious from CI's type"); in isOverflowIntrinsicNoWrap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DDwarfEHPrepare.cpp112 if (SelIVI->getNumIndices() == 1 && *SelIVI->idx_begin() == 1) { in GetExceptionObject()
115 ExcIVI->getNumIndices() == 1 && *ExcIVI->idx_begin() == 0) { in GetExceptionObject()
DSjLjEHPrepare.cpp144 if (EVI->getNumIndices() != 1) in substituteLPadValues()
/third_party/vk-gl-cts/modules/glshared/
DglsShaderPerformanceMeasurer.cpp67 static inline int getNumIndices (int gridSizeX, int gridSizeY) in getNumIndices() function
263 GLsizei numIndices = (GLsizei)getNumIndices(m_gridSizeX, m_gridSizeY); in render()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp258 if (EV->getNumIndices() == 1) in PropagateConstantReturn()
DArgumentPromotion.cpp441 Operands.reserve(GEP->getNumIndices()); in doPromotion()
635 Indices.reserve(GEP->getNumIndices()); in isSafeToPromoteArgument()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fVertexTextureTests.cpp196 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; } in getNumIndices() function in deqp::gles2::Functional::__anond2d153420111::PosTexCoordQuadGrid
683 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr()); in renderCell()
1020 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr()); in renderCell()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPerfHintAnalysis.cpp172 for (unsigned I = 1, E = GEP->getNumIndices() + 1; I != E; ++I) in isIndirectAccess()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h510 unsigned getNumIndices() const { // Note: always non-negative in getNumIndices() function
DInstructions.h1071 unsigned getNumIndices() const { // Note: always non-negative
2367 unsigned getNumIndices() const {
2498 unsigned getNumIndices() const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp895 if (EVI.getNumIndices() != 1) in visitExtractValueInst()
916 if (IVI.getNumIndices() != 1) in visitInsertValueInst()
DScalarizer.cpp625 unsigned NumIndices = GEPI.getNumIndices(); in visitGetElementPtrInst()
DNewGVN.cpp1205 AggregateValueExpression(I->getNumOperands(), II->getNumIndices()); in createAggregateValueExpression()
1212 AggregateValueExpression(I->getNumOperands(), EI->getNumIndices()); in createAggregateValueExpression()
1824 if (WO && EI->getNumIndices() == 1 && *EI->idx_begin() == 0) in performSymbolicAggrValueEvaluation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp411 for (unsigned I = 0, E = GEPA->getNumIndices() - 1; I < E; ++I) { in lookThroughComplexAddresses()
DVPlan.h772 IsIndexLoopInvariant(GEP->getNumIndices(), false) { in VPWidenGEPRecipe()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1939 unsigned Num = I.getNumIndices(); in visitExtractValueInst()
1984 unsigned Num = I.getNumIndices(); in visitInsertValueInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1098 if (!CI || IV->getNumIndices() != 1 || CI->getZExtValue() != *IV->idx_begin()) in likeBitCastFromVector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp440 if (!EVI || EVI->getNumIndices() != 1) in replaceRetconSuspendUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2961 return GEP->getNumIndices(); in LLVMGetNumIndices()
2963 return EV->getNumIndices(); in LLVMGetNumIndices()
2965 return IV->getNumIndices(); in LLVMGetNumIndices()

12