Searched defs:agx_shader_key (Results 1 – 1 of 1) sorted by relevance
203 struct agx_shader_key { struct205 struct agx_device_key dev;208 unsigned reserved_preamble;211 const nir_shader *libagx;214 bool has_scratch;219 bool is_helper;224 bool promote_constants;230 bool no_stop;256 void agx_compile_shader_nir(nir_shader *nir, struct agx_shader_key *key, argument