Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.h76 struct rc_list * rc_get_variables(struct radeon_compiler * c);
Dradeon_rename_regs.c68 variables = rc_get_variables(c); in rc_rename_regs()
Dr500_fragprog.c47 struct rc_list * var_list = rc_get_variables(c); in r500_transform_IF()
Dradeon_variable.c355 struct rc_list * rc_get_variables(struct radeon_compiler * c) in rc_get_variables() function
Dradeon_pair_regalloc.c527 variables = rc_get_variables(s->C); in do_advanced_regalloc()
Dradeon_optimize.c904 var_list = rc_get_variables(c); in rc_optimize()