Searched defs:r600_shader (Results 1 – 1 of 1) sorted by relevance
59 struct r600_shader { struct65 struct r600_shader_io input[64]; argument66 struct r600_shader_io output[64]; argument67 boolean uses_kill;68 boolean fs_write_all;69 boolean two_side;73 unsigned nr_ps_max_color_exports;75 unsigned nr_ps_color_exports;77 unsigned clip_dist_write;78 boolean vs_position_window_space;[all …]