Searched refs:I915_ENGINE_CLASS_COPY (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/intel/common/ |
D | intel_gem.c | 92 [I915_ENGINE_CLASS_COPY] = -1, in intel_gem_create_context_engines() 99 [I915_ENGINE_CLASS_COPY] = in intel_gem_create_context_engines() 100 intel_gem_count_engines(info, I915_ENGINE_CLASS_COPY), in intel_gem_create_context_engines() 111 engine_class == I915_ENGINE_CLASS_COPY || in intel_gem_create_context_engines()
|
D | intel_decoder.c | 171 I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_COPY); in create_group() 193 group->engine_mask |= I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_COPY); in create_group()
|
/third_party/mesa3d/src/intel/tools/ |
D | aubinator_error_decode.c | 82 { I915_ENGINE_CLASS_COPY, 0, "BCS_ACTHD_UDW" }, 90 { I915_ENGINE_CLASS_COPY, 0, "BCS_RING_BUFFER_CTL" }, 98 { I915_ENGINE_CLASS_COPY, 0, "BCS_FAULT_REG" }, 109 [I915_ENGINE_CLASS_COPY] = "bcs", in ring_name_to_class() 127 { "blt", I915_ENGINE_CLASS_COPY, 0 }, in ring_name_to_class() 181 case I915_ENGINE_CLASS_COPY: in instdone_register_for_ring()
|
D | aub_write.c | 376 [I915_ENGINE_CLASS_COPY] = { 378 .engine_class = I915_ENGINE_CLASS_COPY, 455 case I915_ENGINE_CLASS_COPY: in engine_from_engine_class() 472 [I915_ENGINE_CLASS_COPY] = gfx8_blitter_context_init, in get_context_init() 477 [I915_ENGINE_CLASS_COPY] = gfx10_blitter_context_init, in get_context_init() 508 case I915_ENGINE_CLASS_COPY: reg = BCSUNIT0(HWS_PGA); break; in write_hwsp() 784 [I915_ENGINE_CLASS_COPY] = AUB_TRACE_TYPE_RING_PRB2, in aub_dump_ring_buffer_legacy()
|
D | aub_read.c | 172 engine = I915_ENGINE_CLASS_COPY; in handle_trace_block() 227 engine = I915_ENGINE_CLASS_COPY; in handle_memtrace_reg_write() 260 engine = I915_ENGINE_CLASS_COPY; in handle_memtrace_reg_write()
|
D | error2aub.c | 203 { "bcs", I915_ENGINE_CLASS_COPY, true }, in engine_from_name() 206 { "blt command stream", I915_ENGINE_CLASS_COPY, false }, in engine_from_name()
|
D | intel_noop_drm_shim.c | 375 I915_ENGINE_CLASS_COPY; in i915_ioctl_query()
|
D | intel_dump_gpu.c | 199 return I915_ENGINE_CLASS_COPY; in engine_class_from_ring_flag()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_utrace.c | 272 case I915_ENGINE_CLASS_COPY: in queue_family_to_name()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.c | 242 batch->decoder.engine = I915_ENGINE_CLASS_COPY; in iris_init_batch() 290 [IRIS_BATCH_BLITTER] = I915_ENGINE_CLASS_COPY, in iris_create_engines_context()
|
/third_party/libdrm/include/drm/ |
D | i915_drm.h | 120 I915_ENGINE_CLASS_COPY = 1, enumerator
|
/third_party/mesa3d/include/drm-uapi/ |
D | i915_drm.h | 187 I915_ENGINE_CLASS_COPY = 1, enumerator
|