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_tris : 16;80 unsigned ngg_cull_flags_tris_y_inverted : 16;81 unsigned ngg_cull_flags_lines : 16;[all …]