Home
last modified time | relevance | path

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

/external/skia/src/gpu/batches/
DGrDrawVerticesBatch.cpp259 SkTArray<uint16_t>* indices, bool hasIndices) { in randomize_params() argument
268 if (hasIndices) { in randomize_params()
286 bool hasIndices = random->nextBool(); in DRAW_BATCH_TEST_DEFINE() local
298 &indices, hasIndices); in DRAW_BATCH_TEST_DEFINE()
306 &indices, hasIndices); in DRAW_BATCH_TEST_DEFINE()
320 indices.begin(), hasIndices ? vertexCount : 0, in DRAW_BATCH_TEST_DEFINE()
/external/llvm/lib/IR/
DConstantsContext.h468 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {}
474 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {
499 if (Indexes != (CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()))
DConstants.cpp1143 bool ConstantExpr::hasIndices() const { in hasIndices() function in ConstantExpr
DAsmWriter.cpp1324 if (CE->hasIndices()) { in WriteConstantInternal()
/external/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp258 if (EV->hasIndices()) in PropagateConstantReturn()
DDeadArgumentElimination.cpp460 && IV->hasIndices()) in SurveyUse()
/external/llvm/include/llvm/IR/
DOperator.h414 bool hasIndices() const { in hasIndices() function
DConstants.h1077 bool hasIndices() const;
DInstructions.h1019 bool hasIndices() const {
2256 bool hasIndices() const {
2383 bool hasIndices() const {
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2205 if (!EV.hasIndices()) in visitExtractValueInst()