Searched defs:si_state_rasterizer (Results 1 – 1 of 1) sorted by relevance
71 struct si_state_rasterizer { struct72 struct si_pm4_state pm4;74 struct si_pm4_state *pm4_poly_offset;75 unsigned pa_sc_line_stipple;76 unsigned pa_cl_clip_cntl;77 float line_width;78 float max_point_size;79 unsigned ngg_cull_flags : 8;80 unsigned ngg_cull_flags_y_inverted : 8;81 unsigned sprite_coord_enable : 8;[all …]