pub type drm_i915_sarea_t = _drm_i915_sarea;
struct drm_i915_sarea_t {Show 53 fields
pub texList: [drm_tex_region; 256],
pub last_upload: i32,
pub last_enqueue: i32,
pub last_dispatch: i32,
pub ctxOwner: i32,
pub texAge: i32,
pub pf_enabled: i32,
pub pf_active: i32,
pub pf_current_page: i32,
pub perf_boxes: i32,
pub width: i32,
pub height: i32,
pub front_handle: u32,
pub front_offset: i32,
pub front_size: i32,
pub back_handle: u32,
pub back_offset: i32,
pub back_size: i32,
pub depth_handle: u32,
pub depth_offset: i32,
pub depth_size: i32,
pub tex_handle: u32,
pub tex_offset: i32,
pub tex_size: i32,
pub log_tex_granularity: i32,
pub pitch: i32,
pub rotation: i32,
pub rotated_offset: i32,
pub rotated_size: i32,
pub rotated_pitch: i32,
pub virtualX: i32,
pub virtualY: i32,
pub front_tiled: u32,
pub back_tiled: u32,
pub depth_tiled: u32,
pub rotated_tiled: u32,
pub rotated2_tiled: u32,
pub pipeA_x: i32,
pub pipeA_y: i32,
pub pipeA_w: i32,
pub pipeA_h: i32,
pub pipeB_x: i32,
pub pipeB_y: i32,
pub pipeB_w: i32,
pub pipeB_h: i32,
pub unused_handle: u32,
pub unused1: u32,
pub unused2: u32,
pub unused3: u32,
pub front_bo_handle: u32,
pub back_bo_handle: u32,
pub unused_bo_handle: u32,
pub depth_bo_handle: u32,
}
§front_handle: u32
§back_handle: u32
§depth_handle: u32
§tex_handle: u32
§unused_handle: u32
§front_bo_handle: u32
§back_bo_handle: u32
§unused_bo_handle: u32
§depth_bo_handle: u32