Searched refs:schedule_state (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_schedule.c | 132 struct schedule_state { struct 160 static struct reg_value ** get_reg_valuep(struct schedule_state * s, in get_reg_valuep() argument 247 static void instruction_ready(struct schedule_state * s, struct schedule_instruction * sinst) in instruction_ready() 263 static void decrease_dependencies(struct schedule_state * s, struct schedule_instruction * sinst) in decrease_dependencies() 368 static void commit_update_reads(struct schedule_state * s, in commit_update_reads() 386 static void commit_update_writes(struct schedule_state * s, in commit_update_writes() 411 static void notify_sem_wait(struct schedule_state *s) in notify_sem_wait() 426 static void commit_alu_instruction(struct schedule_state * s, struct schedule_instruction * sinst) in commit_alu_instruction() 446 static void emit_all_tex(struct schedule_state * s, struct rc_instruction * before) in emit_all_tex() 881 struct schedule_state * s, in convert_rgb_to_alpha() [all …]
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_qpu_schedule.c | 79 struct schedule_state { struct 96 add_dep(struct schedule_state *state, in add_dep() argument 116 add_read_dep(struct schedule_state *state, in add_read_dep() 124 add_write_dep(struct schedule_state *state, in add_write_dep() 149 process_raddr_deps(struct schedule_state *state, struct schedule_node *n, in process_raddr_deps() 217 process_mux_deps(struct schedule_state *state, struct schedule_node *n, in process_mux_deps() 226 process_waddr_deps(struct schedule_state *state, struct schedule_node *n, in process_waddr_deps() 302 process_cond_deps(struct schedule_state *state, struct schedule_node *n, in process_cond_deps() 323 calculate_deps(struct schedule_state *state, struct schedule_node *n) in calculate_deps() 418 struct schedule_state state; in calculate_forward_deps() [all …]
|
D | vc4_qir_schedule.c | 60 struct schedule_state { struct 407 get_register_pressure_cost(struct schedule_state *state, struct qinst *inst) in get_register_pressure_cost() 452 choose_instruction(struct schedule_state *state) in choose_instruction() 529 dump_state(struct vc4_compile *c, struct schedule_state *state) in dump_state() 617 struct qblock *block, struct schedule_state *state) in schedule_instructions() 679 struct schedule_state *state = rzalloc(NULL, struct schedule_state); in qir_schedule_instructions_block()
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | qpu_schedule.c | 73 struct schedule_state { struct 94 add_dep(struct schedule_state *state, in add_dep() argument 114 add_read_dep(struct schedule_state *state, in add_read_dep() 122 add_write_dep(struct schedule_state *state, in add_write_dep() 153 process_mux_deps(struct schedule_state *state, struct schedule_node *n, in process_mux_deps() 204 process_waddr_deps(struct schedule_state *state, struct schedule_node *n, in process_waddr_deps() 278 calculate_deps(struct schedule_state *state, struct schedule_node *n) in calculate_deps() 455 struct schedule_state state; in calculate_forward_deps() 470 struct schedule_state state; in calculate_reverse_deps()
|