Home
last modified time | relevance | path

Searched defs:isInvalid (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/
DGrNativeRect.h85 bool isInvalid() const { return fX == -1 && fWidth == -1 && fY == -1 in isInvalid() function
DGrGpuResource.h252 bool isInvalid() const { return fID == SK_InvalidUniqueID; } in isInvalid() function
DGrSurfaceProxy.h178 bool isInvalid() const { return SK_InvalidUniqueID == fID; } in isInvalid() function
/third_party/skia/src/gpu/v1/
DClipStack.h127 bool isInvalid() const { return fInvalidatedByIndex >= 0; } in isInvalid() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h198 bool isInvalid() const { in isInvalid() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp43 bool isInvalid() const { return Rec == nullptr; } in isInvalid() function
53 bool isInvalid() const { return MC == nullptr; } in isInvalid() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp100 bool isInvalid() const { return SymbolicPart == nullptr; } in isInvalid() function in llvm::reassociate::XorOpnd