Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ops/
DGrDrawVerticesOp.cpp100 return fMeshes[0].fVertices->hasIndices(); in isIndexed()
534 if (fMeshes[0].fVertices->hasIndices() != that->fMeshes[0].fVertices->hasIndices()) { in onCombineIfPossible()
641 SkTArray<uint16_t>* indices, bool hasIndices) { in randomize_params() argument
650 if (hasIndices) { in randomize_params()
673 bool hasIndices = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
682 hasIndices); in GR_DRAW_OP_TEST_DEFINE()
687 hasIndices); in GR_DRAW_OP_TEST_DEFINE()
697 hasIndices ? indices.count() : 0, in GR_DRAW_OP_TEST_DEFINE()
/third_party/skia/src/gpu/ops/
DDrawVerticesOp.cpp266 return fMeshes[0].fVertices->priv().hasIndices(); in isIndexed()
663 SkTArray<uint16_t>* indices, bool hasIndices) { in randomize_params() argument
672 if (hasIndices) { in randomize_params()
698 bool hasIndices = random->nextBool(); in GR_DRAW_OP_TEST_DEFINE() local
707 hasIndices); in GR_DRAW_OP_TEST_DEFINE()
712 hasIndices); in GR_DRAW_OP_TEST_DEFINE()
722 hasIndices ? indices.count() : 0, in GR_DRAW_OP_TEST_DEFINE()
/third_party/skia/src/core/
DSkVerticesPriv.h27 bool hasIndices() const { return SkToBool(fVertices->fIndices); } in hasIndices() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantsContext.h483 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()),
491 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()),
517 if (Indexes != (CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()))
DConstants.cpp1257 bool ConstantExpr::hasIndices() const { in hasIndices() function in ConstantExpr
DAsmWriter.cpp1537 if (CE->hasIndices()) { in WriteConstantInternal()
/third_party/flutter/skia/include/core/
DSkVertices.h217 bool hasIndices() const { return SkToBool(this->indices()); } in hasIndices() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DOperator.h514 bool hasIndices() const { in hasIndices() function
DConstants.h1106 bool hasIndices() const;
DInstructions.h1075 bool hasIndices() const {
2371 bool hasIndices() const {
2502 bool hasIndices() const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DDeadArgumentElimination.cpp409 && IV->hasIndices()) in SurveyUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2697 if (!EV.hasIndices()) in visitExtractValueInst()