Lines Matching defs:r600_cs_track
39 struct r600_cs_track { struct
41 u32 group_size;
42 u32 nbanks;
43 u32 npipes;
45 u32 sq_config;
46 u32 log_nsamples;
47 u32 nsamples;
48 u32 cb_color_base_last[8];
49 struct radeon_bo *cb_color_bo[8];
50 u64 cb_color_bo_mc[8];
51 u64 cb_color_bo_offset[8];
52 struct radeon_bo *cb_color_frag_bo[8];
53 u64 cb_color_frag_offset[8];
54 struct radeon_bo *cb_color_tile_bo[8];
55 u64 cb_color_tile_offset[8];
56 u32 cb_color_mask[8];
57 u32 cb_color_info[8];
58 u32 cb_color_view[8];
59 u32 cb_color_size_idx[8]; /* unused */
60 u32 cb_target_mask;
61 u32 cb_shader_mask; /* unused */
62 bool is_resolve;
63 u32 cb_color_size[8];
64 u32 vgt_strmout_en;
65 u32 vgt_strmout_buffer_en;
66 struct radeon_bo *vgt_strmout_bo[4];
67 u64 vgt_strmout_bo_mc[4]; /* unused */
68 u32 vgt_strmout_bo_offset[4];
69 u32 vgt_strmout_size[4];
70 u32 db_depth_control;
71 u32 db_depth_info;
72 u32 db_depth_size_idx;
73 u32 db_depth_view;
74 u32 db_depth_size;
75 u32 db_offset;
76 struct radeon_bo *db_bo;
77 u64 db_bo_mc;
78 bool sx_misc_kill_all_prims;
79 bool cb_dirty;
80 bool db_dirty;
81 bool streamout_dirty;
82 struct radeon_bo *htile_bo;
83 u64 htile_offset;
84 u32 htile_surface;