Lines Matching defs:temps
1330 hash_table *temps)
1334 remap_visitor(struct gl_linked_shader *target, hash_table *temps)
1339 this->temps = temps;
1345 hash_entry *entry = _mesa_hash_table_search(temps, ir->var);
1372 hash_table *temps;
1375 remap_visitor v(target, temps);
1406 hash_table *temps = NULL;
1409 temps = _mesa_pointer_hash_table_create(NULL);
1428 _mesa_hash_table_insert(temps, var, inst);
1430 remap_variables(inst, target, temps);
1440 _mesa_hash_table_destroy(temps, NULL);