Searched defs:ac_shader_config (Results 1 – 1 of 1) sorted by relevance
68 struct ac_shader_config { struct69 unsigned num_sgprs;70 unsigned num_vgprs;71 unsigned spilled_sgprs;72 unsigned spilled_vgprs;96 struct ac_shader_config *conf, argument