HomeSort by relevance Sort by last modified time
    Searched refs:getNumIndices (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/llvm/lib/Analysis/
TypeMetadataUtils.cpp 103 if (EVI->getNumIndices() == 1 && EVI->getIndices()[0] == 0) {
107 if (EVI->getNumIndices() == 1 && EVI->getIndices()[0] == 1) {
BasicAliasAnalysis.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fPrimitiveRestartTests.cpp 110 int getNumIndices (void);
188 int PrimitiveRestartCase::getNumIndices (void)
253 DE_ASSERT(getNumIndices() == 0);
446 int numIndices = getNumIndices();
556 int numIndices = getNumIndices();
577 draw(0, getNumIndices());
602 int numIndices = getNumIndices();
es3fVertexTextureTests.cpp 245 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; }
783 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
    [all...]
  /external/llvm/lib/CodeGen/
DwarfEHPrepare.cpp 109 if (SelIVI->getNumIndices() == 1 && *SelIVI->idx_begin() == 1) {
112 ExcIVI->getNumIndices() == 1 && *ExcIVI->idx_begin() == 0) {
SjLjEHPrepare.cpp 141 if (EVI->getNumIndices() != 1)
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
Sphere.java 143 public int[] getNumIndices() {
PlanetsRenderer.java 205 int[] numIndices = mSpheres[i].getNumIndices();
409 int[] numIndices = mSpheres[i].getNumIndices();
  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.cpp 67 static inline int getNumIndices (int gridSizeX, int gridSizeY)
261 GLsizei numIndices = (GLsizei)getNumIndices(m_gridSizeX, m_gridSizeY);
  /external/llvm/unittests/IR/
InstructionsTest.cpp 363 EXPECT_EQ(GepII0->getNumIndices(), 1u);
364 EXPECT_EQ(GepII1->getNumIndices(), 1u);
365 EXPECT_EQ(GepII2->getNumIndices(), 1u);
366 EXPECT_EQ(GepII3->getNumIndices(), 1u);
  /external/swiftshader/third_party/LLVM/include/llvm/
Operator.h 268 unsigned getNumIndices() const { // Note: always non-negative
Instructions.h 805 unsigned getNumIndices() const { // Note: always non-negative
    [all...]
  /external/llvm/include/llvm/IR/
Operator.h 411 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 442 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 442 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 442 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 442 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 442 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 442 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 442 unsigned getNumIndices() const { // Note: always non-negative
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 442 unsigned getNumIndices() const { // Note: always non-negative
  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 196 int getNumIndices (void) const { return m_gridSize*m_gridSize*3*2; }
683 glDrawElements(GL_TRIANGLES, grid.getNumIndices(), GL_UNSIGNED_SHORT, grid.getIndexPtr());
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 506 Indices.reserve(GEP->getNumIndices());
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
EfficiencySanitizer.cpp 736 if (GepInst == nullptr || GepInst->getNumIndices() == 1) {
753 for (unsigned i = 1; i < GepInst->getNumIndices(); ++i) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ArgumentPromotion.cpp 356 Indices.reserve(GEP->getNumIndices());
    [all...]

Completed in 954 milliseconds

1 2 3