Home
last modified time | relevance | path

Searched refs:schedule_state (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c132 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 …]
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qpu_schedule.c86 struct schedule_state { struct
102 add_dep(struct schedule_state *state, in add_dep() argument
142 add_read_dep(struct schedule_state *state, in add_read_dep()
150 add_write_dep(struct schedule_state *state, in add_write_dep()
175 process_raddr_deps(struct schedule_state *state, struct schedule_node *n, in process_raddr_deps()
243 process_mux_deps(struct schedule_state *state, struct schedule_node *n, in process_mux_deps()
252 process_waddr_deps(struct schedule_state *state, struct schedule_node *n, in process_waddr_deps()
328 process_cond_deps(struct schedule_state *state, struct schedule_node *n, in process_cond_deps()
349 calculate_deps(struct schedule_state *state, struct schedule_node *n) in calculate_deps()
443 struct schedule_state state; in calculate_forward_deps()
[all …]
Dvc4_qir_schedule.c63 struct schedule_state { struct
428 get_register_pressure_cost(struct schedule_state *state, struct qinst *inst) in get_register_pressure_cost()
463 choose_instruction(struct schedule_state *state) in choose_instruction()
539 dump_state(struct vc4_compile *c, struct schedule_state *state) in dump_state()
625 struct qblock *block, struct schedule_state *state) in schedule_instructions()
696 struct schedule_state state = { { 0 } }; in qir_schedule_instructions_block()