Home
last modified time | relevance | path

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

/third_party/skia/m133/src/gpu/graphite/dawn/
DDawnErrorChecker.cpp45 struct ErrorState { in popErrorScopes() struct
46 SkEnumBitMask<DawnErrorType> fError; in popErrorScopes()
47 int fScopeIdx; in popErrorScopes()
48 DawnAsyncWait fWait; in popErrorScopes()
50 ErrorState(const DawnSharedContext* sharedContext) in popErrorScopes() argument
83 struct ErrorState { in popErrorScopes() struct
84 SkEnumBitMask<DawnErrorType> fError = DawnErrorType::kNoError; in popErrorScopes()
85 int fScopeIdx = kScopeCount - 1; in popErrorScopes()