Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/common/
Dintel_decoder.c168 group->engine_mask = I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_RENDER) | in create_group()
169 I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_VIDEO) | in create_group()
170 I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_COPY); in create_group()
188 group->engine_mask |= I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_RENDER); in create_group()
190 group->engine_mask |= I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_VIDEO); in create_group()
192 group->engine_mask |= I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_COPY); in create_group()
757 if ((command->engine_mask & I915_ENGINE_CLASS_TO_MASK(engine)) && in intel_spec_find_instruction()
Dintel_decoder.h46 #define I915_ENGINE_CLASS_TO_MASK(x) BITSET_BIT(x) macro