Searched defs:schedule_list (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qpu_schedule.c | 441 calculate_forward_deps(struct vc4_compile *c, struct list_head *schedule_list) in calculate_forward_deps() 453 calculate_reverse_deps(struct vc4_compile *c, struct list_head *schedule_list) in calculate_reverse_deps() 572 struct list_head *schedule_list, in choose_instruction_to_schedule() 706 dump_state(struct list_head *schedule_list) in dump_state() 805 mark_instruction_scheduled(struct list_head *schedule_list, in mark_instruction_scheduled() 893 struct list_head *schedule_list, in schedule_instructions() 1030 struct list_head schedule_list; in qpu_schedule_instructions_block() local
|
D | vc4_qir_schedule.c | 294 struct list_head *schedule_list) in calculate_forward_deps() 413 struct list_head *schedule_list) in calculate_reverse_deps()
|
/external/mesa3d/src/broadcom/compiler/ |
D | qpu_schedule.c | 433 calculate_forward_deps(struct v3d_compile *c, struct list_head *schedule_list) in calculate_forward_deps() 446 calculate_reverse_deps(struct v3d_compile *c, struct list_head *schedule_list) in calculate_reverse_deps() 731 struct list_head *schedule_list, in choose_instruction_to_schedule() 890 struct list_head *schedule_list) in dump_state() 991 mark_instruction_scheduled(struct list_head *schedule_list, in mark_instruction_scheduled() 1228 struct list_head *schedule_list, in schedule_instructions() 1377 struct list_head schedule_list; in qpu_schedule_instructions_block() local
|