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.c169 group->engine_mask = I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_RENDER) | in create_group()
170 I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_VIDEO) | in create_group()
171 I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_COPY); in create_group()
189 group->engine_mask |= I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_RENDER); in create_group()
191 group->engine_mask |= I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_VIDEO); in create_group()
193 group->engine_mask |= I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_COPY); in create_group()
760 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