Searched defs:serialized_nir (Results 1 – 3 of 3) sorted by relevance
47 struct serialized_nir { struct48 unsigned char sha1_key[20];49 size_t size;50 char data[0];
753 struct serialized_nir { struct767 const struct serialized_nir *snir = NULL; in anv_device_search_for_nir() argument
242 void *serialized_nir; member