/external/skia/src/gpu/ops/ |
D | GrDrawVerticesOp.cpp | 100 return fMeshes[0].fVertices->hasIndices(); in isIndexed() 533 if (fMeshes[0].fVertices->hasIndices() != that->fMeshes[0].fVertices->hasIndices()) { in onCombineIfPossible() 642 SkTArray<uint16_t>* indices, bool hasIndices) { in randomize_params() argument 651 if (hasIndices) { in randomize_params() 674 bool hasIndices = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local 683 hasIndices); in GR_DRAW_OP_TEST_DEFINE() 688 hasIndices); in GR_DRAW_OP_TEST_DEFINE() 698 hasIndices ? indices.count() : 0, in GR_DRAW_OP_TEST_DEFINE()
|
/external/skqp/src/gpu/ops/ |
D | GrDrawVerticesOp.cpp | 504 if (fMeshes[0].fVertices->hasIndices() != that->fMeshes[0].fVertices->hasIndices()) { in onCombineIfPossible() 591 SkTArray<uint16_t>* indices, bool hasIndices) { in randomize_params() argument 600 if (hasIndices) { in randomize_params() 623 bool hasIndices = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local 632 hasIndices); in GR_DRAW_OP_TEST_DEFINE() 637 hasIndices); in GR_DRAW_OP_TEST_DEFINE() 647 hasIndices ? indices.count() : 0, in GR_DRAW_OP_TEST_DEFINE()
|
D | GrDrawVerticesOp.h | 128 return fMeshes[0].fVertices->hasIndices(); in isIndexed()
|
/external/llvm/lib/IR/ |
D | ConstantsContext.h | 460 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {} 466 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) { 491 if (Indexes != (CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()))
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | ConstantsContext.h | 484 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {} 491 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) { 516 if (Indexes != (CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()))
|
/external/llvm/lib/Transforms/IPO/ |
D | IPConstantPropagation.cpp | 229 if (EV->hasIndices()) in PropagateConstantReturn()
|
D | DeadArgumentElimination.cpp | 386 && IV->hasIndices()) in SurveyUse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | IPConstantPropagation.cpp | 235 if (EV->hasIndices()) in PropagateConstantReturn()
|
D | DeadArgumentElimination.cpp | 405 && IV->hasIndices()) in SurveyUse()
|
/external/skia/include/core/ |
D | SkVertices.h | 217 bool hasIndices() const { return SkToBool(this->indices()); } in hasIndices() function
|
/external/skqp/include/core/ |
D | SkVertices.h | 217 bool hasIndices() const { return SkToBool(this->indices()); } in hasIndices() function
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | IPConstantPropagation.cpp | 258 if (EV->hasIndices()) in PropagateConstantReturn()
|
D | DeadArgumentElimination.cpp | 389 && IV->hasIndices()) in SurveyUse() 523 if (Ext && Ext->hasIndices()) { in SurveyFunction()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Operator.h | 272 bool hasIndices() const { in hasIndices() function
|
D | Constants.h | 759 bool hasIndices() const;
|
D | Instructions.h | 809 bool hasIndices() const { 1757 bool hasIndices() const { 1879 bool hasIndices() const {
|
/external/llvm/include/llvm/IR/ |
D | Operator.h | 415 bool hasIndices() const { in hasIndices() function
|
D | Constants.h | 1035 bool hasIndices() const;
|
D | Instructions.h | 1010 bool hasIndices() const { 2302 bool hasIndices() const { 2429 bool hasIndices() const {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Operator.h | 487 bool hasIndices() const { in hasIndices() function
|
D | Constants.h | 1102 bool hasIndices() const;
|
D | Instructions.h | 1029 bool hasIndices() const { 2737 bool hasIndices() const { 2868 bool hasIndices() const {
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantsContext.h | 465 CE->hasIndices() ?
|
D | AsmWriter.cpp | 930 if (CE->hasIndices()) { in WriteConstantInternal()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1259 if (!EV.hasIndices()) in visitExtractValueInst()
|