Home
last modified time | relevance | path

Searched refs:engine_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()
185 group->engine_mask = 0; 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.h121 uint32_t engine_mask; /* <instruction> specific */ member