Home | History | Annotate | Download | only in glsl

Lines Matching defs:temps

613 		hash_table *temps)
618 hash_table *temps)
623 this->temps = temps;
630 ir_variable *var = (ir_variable *) hash_table_find(temps, ir->var);
656 hash_table *temps;
659 remap_visitor v(target, temps);
690 hash_table *temps = NULL;
693 temps = hash_table_ctor(0, hash_table_pointer_hash,
713 hash_table_insert(temps, inst, var);
715 remap_variables(inst, target, temps);
725 hash_table_dtor(temps);