Searched defs:serialized_nir (Results 1 – 3 of 3) sorted by relevance
48 struct serialized_nir { struct49 unsigned char sha1_key[20];50 size_t size;51 char data[0];
769 struct serialized_nir { struct783 const struct serialized_nir *snir = NULL; in anv_device_search_for_nir() argument
270 void *serialized_nir; member