Lines Matching refs:state
47 namespace state {
97 state::ICVStateTy ICVState;
147 inline uint32_t &lookupForModify32Impl(uint32_t state::ICVStateTy::*Var, in lookupForModify32Impl()
163 inline uint32_t &lookupImpl(uint32_t state::ICVStateTy::*Var, in lookupImpl()
175 case state::VK_NThreads: in lookup32()
180 case state::VK_Level: in lookup32()
184 case state::VK_ActiveLevel: in lookup32()
189 case state::VK_MaxActiveLevels: in lookup32()
194 case state::VK_RunSched: in lookup32()
199 case state::VK_RunSchedChunk: in lookup32()
204 case state::VK_ParallelTeamSize: in lookup32()
206 case state::VK_HasThreadState: in lookup32()
217 case state::VK_ParallelRegionFn: in lookupPtr()
327 inline state::Value<uint32_t, state::VK_RunSchedChunk> RunSchedChunk;
330 inline state::Value<uint32_t, state::VK_ParallelTeamSize> ParallelTeamSize;
333 inline state::Value<uint32_t, state::VK_HasThreadState> HasThreadState;
336 inline state::PtrValue<ParallelRegionFnTy, state::VK_ParallelRegionFn>
348 inline state::Value<uint32_t, state::VK_NThreads> NThreads;
351 inline state::Value<uint32_t, state::VK_Level> Level;
357 inline state::Value<uint32_t, state::VK_ActiveLevel> ActiveLevel;
360 inline state::Value<uint32_t, state::VK_MaxActiveLevels> MaxActiveLevels;
363 inline state::Value<uint32_t, state::VK_RunSched> RunSched;