Searched refs:rc_list (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_list.h | 33 struct rc_list { struct 35 struct rc_list * Prev; 36 struct rc_list * Next; 39 struct rc_list * rc_list(struct memory_pool * pool, void * item); 40 void rc_list_add(struct rc_list ** list, struct rc_list * new_value); 41 void rc_list_remove(struct rc_list ** list, struct rc_list * rm_value); 42 unsigned int rc_list_count(struct rc_list * lis [all...] |
H A D | radeon_list.c | 35 struct rc_list * rc_list(struct memory_pool * pool, void * item) in rc_list() function 37 struct rc_list * new = memory_pool_malloc(pool, sizeof(struct rc_list)); in rc_list() 45 void rc_list_add(struct rc_list ** list, struct rc_list * new_value) in rc_list_add() 47 struct rc_list * temp; in rc_list_add() 60 void rc_list_remove(struct rc_list ** list, struct rc_list * rm_value) in rc_list_remove() 73 unsigned int rc_list_count(struct rc_list * lis [all...] |
H A D | radeon_variable.h | 34 struct rc_list; 76 struct rc_list * rc_get_variables(struct radeon_compiler * c); 80 struct rc_list * rc_variable_readers_union(struct rc_variable * var); 82 struct rc_list * rc_variable_list_get_writers( 83 struct rc_list * var_list, 87 struct rc_list * rc_variable_list_get_writers_one_reader( 88 struct rc_list * var_list,
|
H A D | radeon_variable.c | 50 struct rc_list * readers; in rc_variable_change_dst() 277 struct rc_list ** variable_list, in get_variable_helper() 280 struct rc_list * list_ptr; in get_variable_helper() 290 rc_list_add(variable_list, rc_list(&variable->C->Pool, variable)); in get_variable_helper() 294 struct rc_list ** variable_list, in get_variable_pair_helper() 361 struct rc_list * rc_get_variables(struct radeon_compiler * c) in rc_get_variables() 364 struct rc_list * variable_list = NULL; in rc_get_variables() 431 struct rc_list * current = variable_list; in rc_get_variables() 467 struct rc_list * rc_variable_readers_union(struct rc_variable * var) in rc_variable_readers_union() 469 struct rc_list * lis in rc_variable_readers_union() [all...] |
H A D | radeon_rename_regs.c | 54 struct rc_list * variables; in rc_rename_regs() 55 struct rc_list * var_ptr; in rc_rename_regs()
|
H A D | radeon_pair_regalloc.c | 333 struct rc_list * readers = rc_variable_readers_union(variable); in variable_get_class() 521 struct rc_list * var_ptr; in do_advanced_regalloc() 522 struct rc_list * variables; in do_advanced_regalloc() 579 struct rc_list * a, * b; in do_advanced_regalloc()
|
H A D | radeon_pair_schedule.c | 81 struct rc_list * TexReaders; 151 struct rc_list *PendingTEX; 409 struct rc_list * pend_ptr; in notify_sem_wait() 411 struct rc_list * read_ptr; in notify_sem_wait() 485 rc_list_add(&s->PendingTEX, rc_list(&s->C->Pool, readytex)); in emit_all_tex() 1138 rc_list_add(&writer->TexReaders, rc_list(&s->C->Pool, reader)); in add_tex_reader()
|
H A D | r500_fragprog.c | 51 struct rc_list * writer_list, * list_ptr; in r500_transform_IF() 52 struct rc_list * var_list = rc_get_variables(c); in r500_transform_IF()
|
H A D | radeon_optimize.c | 724 struct rc_list * var_list) in peephole_mul_omod() 731 struct rc_list * writer_list; in peephole_mul_omod() 996 struct rc_list * var_list = NULL; in rc_optimize()
|
Completed in 8 milliseconds