Home
last modified time | relevance | path

Searched refs:labels_ht (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h56 struct hash_table *labels_ht; member
Dast_to_hir.cpp6770 state->switch_state.labels_ht = in hir()
6846 _mesa_hash_table_destroy(state->switch_state.labels_ht, NULL); in hir()
6925 hash_table_foreach(state->switch_state.labels_ht, entry) { in hir()
7018 _mesa_hash_table_search(state->switch_state.labels_ht, in hir()
7032 struct case_label *l = ralloc(state->switch_state.labels_ht, in hir()
7039 _mesa_hash_table_insert(state->switch_state.labels_ht, in hir()