Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/Debug/
DContext.cpp192 Scope::ID nextScopeID = 1; member in vk::dbg::Context::Impl
398 …auto scope = std::make_shared<Scope>(ctx->nextScopeID++, file, std::make_shared<VariableContainer>… in createScope()