Home
last modified time | relevance | path

Searched defs:zink_fs_key (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_shader_keys.h93 struct zink_fs_key { struct
94 struct zink_fs_key_base base; argument
96 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