Searched defs:r600_shader (Results 1 – 1 of 1) sorted by relevance
67 struct r600_shader { struct75 struct r600_shader_io input[PIPE_MAX_SHADER_INPUTS]; argument76 struct r600_shader_io output[PIPE_MAX_SHADER_OUTPUTS]; argument77 struct r600_shader_atomic atomics[8]; argument78 unsigned nhwatomic_ranges;79 boolean uses_kill;80 boolean fs_write_all;81 boolean two_side;82 boolean needs_scratch_space;86 unsigned nr_ps_max_color_exports;[all …]