Searched defs:si_shader (Results 1 – 1 of 1) sorted by relevance
839 struct si_shader { struct843 struct si_shader_selector *selector; argument844 struct si_shader_selector *previous_stage_sel; /* for refcounting */ argument846 struct si_shader_part *prolog; argument847 struct si_shader *previous_stage; /* for GFX9 */ argument848 struct si_shader_part *epilog; argument849 struct si_shader *gs_copy_shader; argument853 union si_shader_key key; argument863 struct si_shader_binary binary; argument865 struct si_shader_binary_info info; argument[all …]