Home
last modified time | relevance | path

Searched defs:si_shader (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h839 struct si_shader { struct
843 struct si_shader_selector *selector; argument
844 struct si_shader_selector *previous_stage_sel; /* for refcounting */ argument
846 struct si_shader_part *prolog; argument
847 struct si_shader *previous_stage; /* for GFX9 */ argument
848 struct si_shader_part *epilog; argument
849 struct si_shader *gs_copy_shader; argument
853 union si_shader_key key; argument
863 struct si_shader_binary binary; argument
865 struct si_shader_binary_info info; argument
[all …]