Home
last modified time | relevance | path

Searched refs:InvalidID (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceStringPool.h130 static constexpr IDType InvalidID = 0;
131 IDType ID = InvalidID;
139 bool isValid() const { return ID != InvalidID; } in isValid()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegisterBank.cpp21 const unsigned RegisterBank::InvalidID = UINT_MAX; member in RegisterBank
66 return ID != InvalidID && Name != nullptr && Size != 0 && in isValid()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBank.h37 static const unsigned InvalidID; variable
/third_party/skia/src/gpu/
DGrDrawingManager.h240 return GrSurfaceProxy::UniqueID::InvalidID().asUInt(); in GetInvalidKey()
DGrSurfaceProxy.h159 static UniqueID InvalidID() { in InvalidID() function