/external/swiftshader/src/OpenGL/libGLESv2/ |
D | IndexDataManager.cpp | 66 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()
|
/external/deqp/modules/gles3/functional/ |
D | es3fPrimitiveRestartTests.cpp | 110 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()
|
D | es3fVertexTextureTests.cpp | 245 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; } in getNumIndices() function in deqp::gles3::Functional::__anone6e68b620111::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()
|
/external/llvm/lib/Analysis/ |
D | TypeMetadataUtils.cpp | 103 if (EVI->getNumIndices() == 1 && EVI->getIndices()[0] == 0) { in findDevirtualizableCallsForTypeCheckedLoad() 107 if (EVI->getNumIndices() == 1 && EVI->getIndices()[0] == 1) { in findDevirtualizableCallsForTypeCheckedLoad()
|
D | BasicAliasAnalysis.cpp | 835 if (GEP1->getNumIndices() != GEP2->getNumIndices() || in aliasSameBasePointerGEPs() 836 GEP1->getNumIndices() < 2) in aliasSameBasePointerGEPs() 863 assert(GEP1->getNumIndices() > 1 && "Not enough GEP indices to examine"); in aliasSameBasePointerGEPs() 868 for (unsigned i = 1, e = GEP1->getNumIndices() - 1; i != e; ++i) { in aliasSameBasePointerGEPs() 896 for (unsigned i = 0, e = GEP1->getNumIndices() - 1; i != e; ++i) in aliasSameBasePointerGEPs() 1347 if (PV1GEP->getPointerOperand() == PN && PV1GEP->getNumIndices() == 1 && in aliasPHI()
|
D | ValueTracking.cpp | 1332 if (EVI->getNumIndices() != 1) break; in computeKnownBitsFromOperator() 2735 unsigned size = I->getNumIndices() + idx_range.size(); in FindInsertedValue() 3415 assert(EVI->getNumIndices() == 1 && "Obvious from CI's type"); in isOverflowIntrinsicNoWrap()
|
/external/llvm/lib/CodeGen/ |
D | DwarfEHPrepare.cpp | 109 if (SelIVI->getNumIndices() == 1 && *SelIVI->idx_begin() == 1) { in GetExceptionObject() 112 ExcIVI->getNumIndices() == 1 && *ExcIVI->idx_begin() == 0) { in GetExceptionObject()
|
D | SjLjEHPrepare.cpp | 141 if (EVI->getNumIndices() != 1) in substituteLPadValues()
|
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 363 EXPECT_EQ(GepII0->getNumIndices(), 1u); in TEST() 364 EXPECT_EQ(GepII1->getNumIndices(), 1u); in TEST() 365 EXPECT_EQ(GepII2->getNumIndices(), 1u); in TEST() 366 EXPECT_EQ(GepII3->getNumIndices(), 1u); in TEST()
|
/external/deqp/modules/glshared/ |
D | glsShaderPerformanceMeasurer.cpp | 67 static inline int getNumIndices (int gridSizeX, int gridSizeY) in getNumIndices() function 261 GLsizei numIndices = (GLsizei)getNumIndices(m_gridSizeX, m_gridSizeY); in render()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Operator.h | 268 unsigned getNumIndices() const { // Note: always non-negative in getNumIndices() function
|
D | Instructions.h | 805 unsigned getNumIndices() const { // Note: always non-negative 1753 unsigned getNumIndices() const { 1875 unsigned getNumIndices() const {
|
/external/deqp/modules/gles2/functional/ |
D | es2fVertexTextureTests.cpp | 196 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; } in getNumIndices() function in deqp::gles2::Functional::__anon560813c00111::PosTexCoordQuadGrid 683 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr()); in renderCell() 1015 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr()); in renderCell()
|
/external/llvm/include/llvm/IR/ |
D | Operator.h | 411 unsigned getNumIndices() const { // Note: always non-negative in getNumIndices() function
|
D | Instructions.h | 1006 unsigned getNumIndices() const { // Note: always non-negative 2298 unsigned getNumIndices() const { 2425 unsigned getNumIndices() const {
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 356 Indices.reserve(GEP->getNumIndices()); in isSafeToPromoteArgument() 840 Operands.reserve(GEP->getNumIndices()); in DoPromotion()
|
/external/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 506 Indices.reserve(GEP->getNumIndices()); in isSafeToPromoteArgument() 985 Operands.reserve(GEP->getNumIndices()); in DoPromotion()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | EfficiencySanitizer.cpp | 736 if (GepInst == nullptr || GepInst->getNumIndices() == 1) { in instrumentGetElementPtr() 753 for (unsigned i = 1; i < GepInst->getNumIndices(); ++i) { in instrumentGetElementPtr()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 794 if (EVI.getNumIndices() != 1) in visitExtractValueInst() 815 if (IVI.getNumIndices() != 1) in visitInsertValueInst()
|
D | Scalarizer.cpp | 446 unsigned NumIndices = GEPI.getNumIndices(); in visitGetElementPtrInst()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SCCP.cpp | 826 if (EVI.getNumIndices() != 1) in visitExtractValueInst() 847 if (IVI.getNumIndices() != 1) in visitInsertValueInst()
|
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 1420 for (unsigned i = 0; i < evi->getNumIndices(); ++i) { in printInstruction() 1437 for (unsigned i = 0; i < ivi->getNumIndices(); ++i) { in printInstruction()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2352 return GEP->getNumIndices(); in LLVMGetNumIndices() 2354 return EV->getNumIndices(); in LLVMGetNumIndices() 2356 return IV->getNumIndices(); in LLVMGetNumIndices()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 146 deUint32 getNumIndices (void) const { return getNumVertices(); } in getNumIndices() function in vkt::synchronization::__anon1e5811150111::VertexGrid 2301 pIndirectCommand->indexCount = m_vertices.getNumIndices(); in Implementation() 2382 vk.cmdDrawIndexed(cmdBuffer, m_vertices.getNumIndices(), 1u, 0u, 0, 0u); in recordCommands()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 946 if (!CI || IV->getNumIndices() != 1 || CI->getZExtValue() != *IV->idx_begin()) in likeBitCastFromVector()
|