Home
last modified time | relevance | path

Searched refs:rc_variable (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.h44 struct rc_variable { struct
55 struct rc_variable * Friend; argument
59 struct rc_variable * var,
63 void rc_variable_compute_live_intervals(struct rc_variable * var);
66 struct rc_variable * var,
67 struct rc_variable * friend);
69 struct rc_variable * rc_variable(
78 unsigned int rc_variable_writemask_sum(struct rc_variable * var);
80 struct rc_list * rc_variable_readers_union(struct rc_variable * var);
92 void rc_variable_print(struct rc_variable * var);
Dradeon_variable.c43 struct rc_variable * var, in rc_variable_change_dst()
47 struct rc_variable * var_ptr; in rc_variable_change_dst()
146 void rc_variable_compute_live_intervals(struct rc_variable * var) in rc_variable_compute_live_intervals()
236 struct rc_variable * a, in readers_intersect()
237 struct rc_variable * b) in readers_intersect()
262 struct rc_variable * var, in rc_variable_add_friend()
263 struct rc_variable * friend) in rc_variable_add_friend()
272 struct rc_variable * rc_variable( in rc_variable() function
279 struct rc_variable * new = in rc_variable()
280 memory_pool_malloc(&c->Pool, sizeof(struct rc_variable)); in rc_variable()
[all …]
Dradeon_pair_regalloc.c276 struct rc_variable * variable, in variable_get_class()
287 struct rc_variable * var_ptr; in variable_get_class()
308 struct rc_variable * var_ptr; in variable_get_class()
646 struct rc_variable * var_a = a->Item; in do_advanced_regalloc()
648 struct rc_variable * var_b = b->Item; in do_advanced_regalloc()
670 struct rc_variable * var = var_ptr->Item; in do_advanced_regalloc()
694 struct rc_variable * var = var_ptr->Item; in do_advanced_regalloc()
Dradeon_rename_regs.c73 struct rc_variable * var = var_ptr->Item; in rc_rename_regs()
Dradeon_optimize.c709 struct rc_variable * var; in peephole_mul_omod()
819 struct rc_variable * writer = writer_list->Item; in peephole_mul_omod()
Dr500_fragprog.c45 struct rc_variable * writer; in r500_transform_IF()