Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/dawn/
DDawnErrorChecker.cpp19 constexpr DawnErrorType kErrorScopeTypes[] = { variable
21 static_assert(std::size(kErrorScopeNames) == std::size(kErrorScopeTypes));
22 constexpr int kScopeCount = std::size(kErrorScopeTypes);
62 errorState->fError |= kErrorScopeTypes[errorState->fScopeIdx]; in popErrorScopes()
100 errorState->fError |= kErrorScopeTypes[errorState->fScopeIdx]; in popErrorScopes()