Searched defs:ac_shader_info (Results 1 – 1 of 1) sorted by relevance
30 struct ac_shader_info { struct31 bool loads_push_constants;32 uint32_t desc_set_used_mask;33 bool needs_multiview_view_index;34 bool uses_invocation_id;35 bool uses_prim_id;36 struct {60 struct ac_shader_info *info); argument