Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h51 struct hash_table *labels_ht; member
Dast_to_hir.cpp6422 state->switch_state.labels_ht = in hir()
6498 _mesa_hash_table_destroy(state->switch_state.labels_ht, NULL); in hir()
6575 hash_table_foreach(state->switch_state.labels_ht, entry) { in hir()
6668 _mesa_hash_table_search(state->switch_state.labels_ht, in hir()
6682 struct case_label *l = ralloc(state->switch_state.labels_ht, in hir()
6689 _mesa_hash_table_insert(state->switch_state.labels_ht, in hir()