Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrContext.cpp825 if (this->hasIndices()) { in generateGeometry()
840 if (this->hasIndices()) { in generateGeometry()
860 if (this->hasIndices()) { in generateGeometry()
923 bool hasIndices() const { return fBatch.fHasIndices; } in hasIndices() function in DrawVerticesBatch
946 if (this->hasIndices() != that->hasIndices()) { in onCombineIfPossible()
1942 SkTArray<uint16_t>* indices, bool hasIndices) { in randomize_params() argument
1951 if (hasIndices) { in randomize_params()
1969 bool hasIndices = random->nextBool(); in BATCH_TEST_DEFINE() local
1981 &indices, hasIndices); in BATCH_TEST_DEFINE()
1989 &indices, hasIndices); in BATCH_TEST_DEFINE()
[all …]
/external/llvm/lib/IR/
DConstantsContext.h434 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {}
440 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {
465 if (Indexes != (CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()))
DAsmWriter.cpp1305 if (CE->hasIndices()) { in WriteConstantInternal()
DConstants.cpp1178 bool ConstantExpr::hasIndices() const { in hasIndices() function in ConstantExpr
/external/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp258 if (EV->hasIndices()) in PropagateConstantReturn()
DDeadArgumentElimination.cpp467 && IV->hasIndices()) in SurveyUse()
/external/llvm/include/llvm/IR/
DOperator.h417 bool hasIndices() const { in hasIndices() function
DInstructions.h943 bool hasIndices() const {
1968 bool hasIndices() const {
2092 bool hasIndices() const {
DConstants.h1020 bool hasIndices() const;
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2140 if (!EV.hasIndices()) in visitExtractValueInst()