Lines Matching defs:temps
1425 hash_table *temps)
1429 remap_visitor(struct gl_linked_shader *target, hash_table *temps)
1434 this->temps = temps;
1440 hash_entry *entry = _mesa_hash_table_search(temps, ir->var);
1467 hash_table *temps;
1470 remap_visitor v(target, temps);
1501 hash_table *temps = NULL;
1504 temps = _mesa_pointer_hash_table_create(NULL);
1523 _mesa_hash_table_insert(temps, var, inst);
1525 remap_variables(inst, target, temps);
1535 _mesa_hash_table_destroy(temps, NULL);