Home
last modified time | relevance | path

Searched refs:hasIndices (Results 1 – 25 of 32) sorted by relevance

12

/external/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp100 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/
DGrDrawVerticesOp.cpp504 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()
DGrDrawVerticesOp.h128 return fMeshes[0].fVertices->hasIndices(); in isIndexed()
/external/llvm/lib/IR/
DConstantsContext.h460 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/
DConstantsContext.h484 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/
DIPConstantPropagation.cpp229 if (EV->hasIndices()) in PropagateConstantReturn()
DDeadArgumentElimination.cpp386 && IV->hasIndices()) in SurveyUse()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp235 if (EV->hasIndices()) in PropagateConstantReturn()
DDeadArgumentElimination.cpp405 && IV->hasIndices()) in SurveyUse()
/external/skia/include/core/
DSkVertices.h217 bool hasIndices() const { return SkToBool(this->indices()); } in hasIndices() function
/external/skqp/include/core/
DSkVertices.h217 bool hasIndices() const { return SkToBool(this->indices()); } in hasIndices() function
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DIPConstantPropagation.cpp258 if (EV->hasIndices()) in PropagateConstantReturn()
DDeadArgumentElimination.cpp389 && IV->hasIndices()) in SurveyUse()
523 if (Ext && Ext->hasIndices()) { in SurveyFunction()
/external/swiftshader/third_party/LLVM/include/llvm/
DOperator.h272 bool hasIndices() const { in hasIndices() function
DConstants.h759 bool hasIndices() const;
DInstructions.h809 bool hasIndices() const {
1757 bool hasIndices() const {
1879 bool hasIndices() const {
/external/llvm/include/llvm/IR/
DOperator.h415 bool hasIndices() const { in hasIndices() function
DConstants.h1035 bool hasIndices() const;
DInstructions.h1010 bool hasIndices() const {
2302 bool hasIndices() const {
2429 bool hasIndices() const {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h487 bool hasIndices() const { in hasIndices() function
DConstants.h1102 bool hasIndices() const;
DInstructions.h1029 bool hasIndices() const {
2737 bool hasIndices() const {
2868 bool hasIndices() const {
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantsContext.h465 CE->hasIndices() ?
DAsmWriter.cpp930 if (CE->hasIndices()) { in WriteConstantInternal()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp1259 if (!EV.hasIndices()) in visitExtractValueInst()

12