HomeSort by relevance Sort by last modified time
    Searched refs:hasIndices (Results 1 - 25 of 45) sorted by null

1 2

  /external/skia/src/gpu/ops/
GrDrawVerticesOp.cpp 263 if (fMeshes[0].fVertices->hasIndices() != that->fMeshes[0].fVertices->hasIndices()) {
357 SkTArray<uint16_t>* indices, bool hasIndices) {
366 if (hasIndices) {
389 bool hasIndices = random->nextBool();
399 hasIndices);
404 hasIndices);
414 hasIndices ? indices.count() : 0,
GrDrawVerticesOp.h 92 return fMeshes[0].fVertices->hasIndices();
  /external/skia/include/core/
SkVertices.h 86 bool hasIndices() const { return SkToBool(this->indices()); }
  /external/llvm/lib/IR/
ConstantsContext.h 460 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {}
466 Indexes(CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()) {
491 if (Indexes != (CE->hasIndices() ? CE->getIndices() : ArrayRef<unsigned>()))
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 229 if (EV->hasIndices())
DeadArgumentElimination.cpp 386 && IV->hasIndices())
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Operator.h 272 bool hasIndices() const {
Constants.h 759 bool hasIndices() const;
    [all...]
Instructions.h 809 bool hasIndices() const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
IPConstantPropagation.cpp 258 if (EV->hasIndices())
DeadArgumentElimination.cpp 389 && IV->hasIndices())
523 if (Ext && Ext->hasIndices()) {
    [all...]
  /external/llvm/include/llvm/IR/
Operator.h 415 bool hasIndices() const {
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 446 bool hasIndices() const {
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 446 bool hasIndices() const {
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 446 bool hasIndices() const {
Constants.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 446 bool hasIndices() const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Operator.h 446 bool hasIndices() const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Operator.h 446 bool hasIndices() const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Operator.h 446 bool hasIndices() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Operator.h 446 bool hasIndices() const {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantsContext.h 465 CE->hasIndices() ?

Completed in 1464 milliseconds

1 2