Home
last modified time | relevance | path

Searched refs:I915_ENGINE_CLASS_RENDER (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/intel/tools/
Daub_read.c138 enum drm_i915_gem_engine_class engine = I915_ENGINE_CLASS_RENDER; in handle_trace_block()
153 engine = I915_ENGINE_CLASS_RENDER; in handle_trace_block()
194 engine = I915_ENGINE_CLASS_RENDER; in handle_memtrace_reg_write()
237 engine = I915_ENGINE_CLASS_RENDER; in handle_memtrace_reg_write()
Daubinator_error_decode.c84 { I915_ENGINE_CLASS_RENDER, 0, "ACTHD_UDW" },
92 { I915_ENGINE_CLASS_RENDER, 0, "RCS_RING_BUFFER_CTL" },
99 { I915_ENGINE_CLASS_RENDER, 0, "RCS_FAULT_REG" },
107 [I915_ENGINE_CLASS_RENDER] = "rcs", in ring_name_to_class()
125 { "render", I915_ENGINE_CLASS_RENDER, 0 }, in ring_name_to_class()
174 case I915_ENGINE_CLASS_RENDER: in instdone_register_for_ring()
Daub_write.c358 [I915_ENGINE_CLASS_RENDER] = {
360 .engine_class = I915_ENGINE_CLASS_RENDER,
454 case I915_ENGINE_CLASS_RENDER: in engine_from_engine_class()
471 [I915_ENGINE_CLASS_RENDER] = gfx8_render_context_init, in get_context_init()
476 [I915_ENGINE_CLASS_RENDER] = gfx10_render_context_init, in get_context_init()
507 case I915_ENGINE_CLASS_RENDER: reg = HWS_PGA_RCSUNIT; break; in write_hwsp()
782 [I915_ENGINE_CLASS_RENDER] = AUB_TRACE_TYPE_RING_PRB0, in aub_dump_ring_buffer_legacy()
Derror2aub.c200 { "rcs", I915_ENGINE_CLASS_RENDER, true }, in engine_from_name()
205 { "render command stream", I915_ENGINE_CLASS_RENDER, false }, in engine_from_name()
534 aub_write_exec(&aub, 0, batch_bo->addr, 0, I915_ENGINE_CLASS_RENDER); in main()
Dintel_dump_gpu.c195 return I915_ENGINE_CLASS_RENDER; in engine_class_from_ring_flag()
Daubinator_viewer_decoder.cpp46 ctx->engine = I915_ENGINE_CLASS_RENDER; in aub_viewer_decode_ctx_init()
/third_party/mesa3d/src/intel/vulkan/
Danv_gem.c425 [I915_ENGINE_CLASS_RENDER] = -1, in anv_gem_create_context_engines()
429 [I915_ENGINE_CLASS_RENDER] = in anv_gem_create_context_engines()
430 anv_gem_count_engines(info, I915_ENGINE_CLASS_RENDER), in anv_gem_create_context_engines()
Danv_device.c692 anv_gem_count_engines(pdevice->engine_info, I915_ENGINE_CLASS_RENDER); in anv_physical_device_init_queue_families()
704 .engine_class = I915_ENGINE_CLASS_RENDER, in anv_physical_device_init_queue_families()
712 .engine_class = I915_ENGINE_CLASS_RENDER, in anv_physical_device_init_queue_families()
720 .engine_class = I915_ENGINE_CLASS_RENDER, in anv_physical_device_init_queue_families()
734 .engine_class = I915_ENGINE_CLASS_RENDER, in anv_physical_device_init_queue_families()
DgenX_state.c340 case I915_ENGINE_CLASS_RENDER: in genX()
/third_party/mesa3d/src/intel/common/
Dintel_decoder.c168 group->engine_mask = I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_RENDER) | in create_group()
188 group->engine_mask |= I915_ENGINE_CLASS_TO_MASK(I915_ENGINE_CLASS_RENDER); in create_group()
Dintel_batch_decoder.c52 ctx->engine = I915_ENGINE_CLASS_RENDER; in intel_batch_decode_ctx_init()
/third_party/libdrm/include/drm/
Di915_drm.h119 I915_ENGINE_CLASS_RENDER = 0, enumerator
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h165 I915_ENGINE_CLASS_RENDER = 0, enumerator