Searched defs:v3d_fs_key (Results 1 – 1 of 1) sorted by relevance
412 struct v3d_fs_key { struct413 struct v3d_key base;414 bool is_points;415 bool is_lines;416 bool line_smoothing;417 bool point_coord_upper_left;418 bool msaa;419 bool sample_coverage;420 bool sample_alpha_to_coverage;421 bool sample_alpha_to_one;[all …]