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