Searched defs:vrend_shader_key (Results 1 – 1 of 1) sorted by relevance
120 struct vrend_shader_key { struct121 bool fs_prim_is_points;122 uint32_t coord_replace;123 bool invert_fs_origin;124 bool pstipple_tex;125 bool add_alpha_test;126 bool color_two_side;127 uint8_t alpha_test;128 uint8_t clip_plane_enable;129 bool gs_present;[all …]