Searched defs:aco_shader_info (Results 1 – 1 of 1) sorted by relevance
130 struct aco_shader_info { struct131 enum ac_hw_stage hw_stage;132 uint8_t wave_size;133 bool has_ngg_culling;134 bool has_ngg_early_prim_export;135 bool image_2d_view_of_3d;136 unsigned workgroup_size;137 bool has_epilog; /* Only for TCS or PS. */138 bool merged_shader_compiled_separately; /* GFX9+ */139 struct ac_arg next_stage_pc;[all …]