Lines Matching defs:vrend_shader_key
83 struct vrend_shader_key { struct
84 uint32_t coord_replace;
85 bool invert_fs_origin;
86 bool pstipple_tex;
87 bool add_alpha_test;
88 bool color_two_side;
89 uint8_t alpha_test;
90 uint8_t clip_plane_enable;
91 bool gs_present;
92 bool tcs_present;
93 bool tes_present;
94 bool flatshade;
95 bool prev_stage_pervertex_out;
96 uint8_t prev_stage_num_clip_out;
97 uint8_t prev_stage_num_cull_out;
98 float alpha_ref_val;
99 uint32_t cbufs_are_a8_bitmask;
123 struct vrend_shader_key *key, argument