Home | History | Annotate | Download | only in glsl

Lines Matching refs:temps

791 		hash_table *temps)
796 hash_table *temps)
801 this->temps = temps;
807 ir_variable *var = (ir_variable *) hash_table_find(temps, ir->var);
833 hash_table *temps;
836 remap_visitor v(target, temps);
867 hash_table *temps = NULL;
870 temps = hash_table_ctor(0, hash_table_pointer_hash,
892 hash_table_insert(temps, inst, var);
894 remap_variables(inst, target, temps);
904 hash_table_dtor(temps);