Lines Matching defs:annotations
57 * Optional table of annotations mapping nir object
60 struct hash_table *annotations;
68 if (!state->annotations)
71 struct hash_entry *entry = _mesa_hash_table_search(state->annotations, obj);
76 _mesa_hash_table_remove(state->annotations, entry);
1594 struct hash_table *annotations)
1599 state.annotations = annotations;
1657 nir_shader_as_str_annotated(nir_shader *nir, struct hash_table *annotations, void *mem_ctx)
1664 nir_print_shader_annotated(nir, stream, annotations);
1708 nir_shader *shader, struct hash_table *annotations)
1710 char *str = nir_shader_as_str_annotated(shader, annotations, NULL);