Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/gen8/
H A Dpreemption_gen8.cpp23 static constexpr uint32_t cmdLevelVal = (1 << 2); member
38 regVal = PreemptionConfig<GfxFamily>::cmdLevelVal; in programCmdStream()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/command_stream/
H A Dpreemption.inl64 regVal = PreemptionConfig<GfxFamily>::cmdLevelVal | PreemptionConfig<GfxFamily>::mask;
130 constexpr uint32_t PreemptionConfig<GfxFamily>::cmdLevelVal = (1 << 2); member in NEO::PreemptionConfig<GfxFamily>
H A Dpreemption.h94 static const uint32_t cmdLevelVal; member