Searched defs:aco_shader_info (Results 1 – 1 of 1) sorted by relevance
103 struct aco_shader_info { struct104 uint8_t wave_size;105 bool is_ngg;106 bool has_ngg_culling;107 bool has_ngg_early_prim_export;108 uint32_t num_tess_patches;109 unsigned workgroup_size;110 struct {120 } vs;121 struct {[all …]