Searched defs:aco_shader_info (Results 1 – 1 of 1) sorted by relevance
98 struct aco_shader_info { struct99 enum ac_hw_stage hw_stage;100 uint8_t wave_size;101 bool has_ngg_culling;102 bool has_ngg_early_prim_export;103 bool image_2d_view_of_3d;104 unsigned workgroup_size;105 bool merged_shader_compiled_separately; /* GFX9+ */106 struct ac_arg next_stage_pc;107 struct ac_arg epilog_pc; /* Vulkan only */[all …]