Searched defs:agx_shader_key (Results 1 – 1 of 1) sorted by relevance
254 struct agx_shader_key { struct256 struct agx_device_key dev;259 unsigned reserved_preamble;262 const nir_shader *libagx;265 bool has_scratch;270 bool is_helper;275 bool promote_constants;281 bool no_stop;287 bool secondary;311 void agx_compile_shader_nir(nir_shader *nir, struct agx_shader_key *key, argument