Searched refs:I915_ENGINE_CLASS_RENDER (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/intel/tools/ |
D | aub_read.c | 138 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()
|
D | aubinator_error_decode.c | 84 { 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()
|
D | aub_write.c | 358 [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()
|
D | error2aub.c | 200 { "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()
|
D | intel_dump_gpu.c | 195 return I915_ENGINE_CLASS_RENDER; in engine_class_from_ring_flag()
|
D | aubinator_viewer_decoder.cpp | 46 ctx->engine = I915_ENGINE_CLASS_RENDER; in aub_viewer_decode_ctx_init()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_gem.c | 425 [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()
|
D | anv_device.c | 692 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()
|
D | genX_state.c | 340 case I915_ENGINE_CLASS_RENDER: in genX()
|
/third_party/mesa3d/src/intel/common/ |
D | intel_decoder.c | 168 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()
|
D | intel_batch_decoder.c | 52 ctx->engine = I915_ENGINE_CLASS_RENDER; in intel_batch_decode_ctx_init()
|
/third_party/libdrm/include/drm/ |
D | i915_drm.h | 119 I915_ENGINE_CLASS_RENDER = 0, enumerator
|
/third_party/mesa3d/include/drm-uapi/ |
D | i915_drm.h | 165 I915_ENGINE_CLASS_RENDER = 0, enumerator
|