Searched defs:temps (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/glsl/
H A Dlinker.cpp613 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; member in class:remap_visitor
659 remap_visitor v(target, temps);
690 hash_table *temps = NULL; local
693 temps = hash_table_ctor(0, hash_table_pointer_hash,
713 hash_table_insert(temps, ins
612 remap_variables(ir_instruction *inst, struct gl_shader *target, hash_table *temps) argument
617 remap_visitor(struct gl_shader *target, hash_table *temps) argument
[all...]
/external/qemu/tcg/
H A Dtcg.h276 TCGTemp *temps; /* globals first, temps after */ member in struct:TCGContext
279 /* index of free temps, -1 if none */
/external/mksh/src/
H A Dsh.h573 struct temp *temps; /* temp files */ member in struct:env

Completed in 102 milliseconds