Lines Matching refs:hash_table
112 struct hash_table *ht) const = 0;
221 virtual ir_rvalue *clone(void *mem_ctx, struct hash_table *) const;
231 struct hash_table *variable_context = NULL);
422 virtual ir_variable *clone(void *mem_ctx, struct hash_table *ht) const;
1189 struct hash_table *ht) const;
1191 struct hash_table *ht) const;
1207 struct hash_table *variable_context);
1319 struct hash_table *variable_context,
1333 virtual ir_function *clone(void *mem_ctx, struct hash_table *ht) const;
1420 virtual ir_if *clone(void *mem_ctx, struct hash_table *ht) const;
1444 virtual ir_loop *clone(void *mem_ctx, struct hash_table *ht) const;
1471 virtual ir_assignment *clone(void *mem_ctx, struct hash_table *ht) const;
1474 struct hash_table *variable_context = NULL);
1562 virtual ir_expression *clone(void *mem_ctx, struct hash_table *ht) const;
1575 struct hash_table *variable_context = NULL);
1654 virtual ir_call *clone(void *mem_ctx, struct hash_table *ht) const;
1657 struct hash_table *variable_context = NULL);
1730 virtual ir_return *clone(void *mem_ctx, struct hash_table *) const;
1769 virtual ir_loop_jump *clone(void *mem_ctx, struct hash_table *) const;
1809 virtual ir_discard *clone(void *mem_ctx, struct hash_table *ht) const;
1834 virtual ir_demote *clone(void *mem_ctx, struct hash_table *ht) const;
1901 virtual ir_texture *clone(void *mem_ctx, struct hash_table *) const;
1904 struct hash_table *variable_context = NULL);
2005 virtual ir_swizzle *clone(void *mem_ctx, struct hash_table *) const;
2008 struct hash_table *variable_context = NULL);
2050 virtual ir_dereference *clone(void *mem_ctx, struct hash_table *) const = 0;
2078 struct hash_table *) const;
2081 struct hash_table *variable_context = NULL);
2131 struct hash_table *) const;
2134 struct hash_table *variable_context = NULL);
2179 struct hash_table *) const;
2182 struct hash_table *variable_context = NULL);
2264 virtual ir_constant *clone(void *mem_ctx, struct hash_table *) const;
2267 struct hash_table *variable_context = NULL);
2390 virtual ir_emit_vertex *clone(void *mem_ctx, struct hash_table *ht) const in clone()
2423 virtual ir_end_primitive *clone(void *mem_ctx, struct hash_table *ht) const in clone()
2453 virtual ir_barrier *clone(void *mem_ctx, struct hash_table *) const in clone() argument