Searched defs:zink_fs_key (Results 1 – 1 of 1) sorted by relevance
93 struct zink_fs_key { struct94 struct zink_fs_key_base base; argument96 bool lower_line_stipple : 1;97 bool lower_line_smooth : 1;98 bool lower_point_smooth : 1;99 bool robust_access : 1;100 uint16_t pad2 : 12;177 zink_fs_key(const struct zink_shader_key *key) in zink_fs_key() function