Lines Matching refs:remap_table
47 struct hash_table *remap_table;
57 init_clone_state(clone_state *state, struct hash_table *remap_table,
63 if (remap_table) {
64 state->remap_table = remap_table;
66 state->remap_table = _mesa_pointer_hash_table_create(NULL);
75 _mesa_hash_table_destroy(state->remap_table, NULL);
89 if (unlikely(!state->remap_table)) {
94 entry = _mesa_hash_table_search(state->remap_table, ptr);
106 _mesa_hash_table_insert(state->remap_table, ptr, nptr);
262 if (likely(state->remap_table))
529 struct hash_table *remap_table)
534 .remap_table = remap_table,
654 struct hash_table *remap_table)
663 init_clone_state(&state, remap_table, false, true);
679 if (!remap_table)