HomeSort by: relevance | last modified time | path
    Searched defs:annotations (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_print.c 56 * Optional table of annotations mapping nir object
59 struct hash_table *annotations; member in struct:__anon3413
65 if (!state->annotations)
68 struct hash_entry *entry = _mesa_hash_table_search(state->annotations, obj);
73 _mesa_hash_table_remove(state->annotations, entry);
1358 struct hash_table *annotations)
1363 state.annotations = annotations;
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_print.c 57 * Optional table of annotations mapping nir object
60 struct hash_table *annotations; member in struct:__anon798
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);
    [all...]

Completed in 10 milliseconds