Home
last modified time | relevance | path

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

/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/node/deps/v8/src/regexp/
Dregexp-flags.h21 V(has_indices, HasIndices, hasIndices, 'd', 7) \
/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/node/test/parallel/
Dtest-primordials-regexp.js60 hasIndices: { property
/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/node/lib/internal/per_context/
Dprimordials.js684 hasIndices: { property
/third_party/node/deps/v8/src/builtins/
Dregexp.tq265 'RegExp.prototype.hasIndices');
/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()