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

/external/skia/src/gpu/
H A DGrContext.cpp825 if (this->hasIndices()) {
840 if (this->hasIndices()) {
860 if (this->hasIndices()) {
923 bool hasIndices() const { return fBatch.fHasIndices; } function in class:DrawVerticesBatch
946 if (this->hasIndices() != that->hasIndices()) {
1942 SkTArray<uint16_t>* indices, bool hasIndices) {
1951 if (hasIndices) {
1969 bool hasIndices = random->nextBool(); local
1981 &indices, hasIndices); local
1937 randomize_params(size_t count, size_t maxVertex, SkScalar min, SkScalar max, SkRandom* random, SkTArray<SkPoint>* positions, SkTArray<SkPoint>* texCoords, bool hasTexCoords, SkTArray<GrColor>* colors, bool hasColors, SkTArray<uint16_t>* indices, bool hasIndices) argument
1989 &indices, hasIndices); local
[all...]
/external/llvm/lib/IR/
H A 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>()))
H A DAsmWriter.cpp1305 if (CE->hasIndices()) {
H A DConstants.cpp1178 bool ConstantExpr::hasIndices() const { function in class:ConstantExpr
/external/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp258 if (EV->hasIndices())
H A DDeadArgumentElimination.cpp467 && IV->hasIndices())
/external/llvm/include/llvm/IR/
H A DOperator.h417 bool hasIndices() const { function in class:llvm::GEPOperator
H A DConstants.h1020 bool hasIndices() const;
H A DInstructions.h943 bool hasIndices() const { function in class:llvm::GetElementPtrInst
1968 bool hasIndices() const { function in class:llvm::ExtractValueInst
2092 bool hasIndices() const { function in class:llvm::InsertValueInst
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2140 if (!EV.hasIndices())

Completed in 140 milliseconds