Home
last modified time | relevance | path

Searched defs:sinst (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c153 static unsigned get_tex_read_count(struct schedule_instruction * sinst) in get_tex_read_count()
163 static void print_list(struct schedule_instruction * sinst) in print_list()
226 static void instruction_ready(struct schedule_state * s, struct schedule_instruction * sinst) in instruction_ready()
242 static void decrease_dependencies(struct schedule_state * s, struct schedule_instruction * sinst) in decrease_dependencies()
282 static void score_no_output(struct schedule_instruction * sinst) in score_no_output()
303 static void calc_score_r300(struct schedule_instruction * sinst) in calc_score_r300()
327 static void calc_score_readers(struct schedule_instruction * sinst) in calc_score_readers()
348 struct schedule_instruction * sinst){ in commit_update_reads()
364 struct schedule_instruction * sinst){ in commit_update_writes()
401 static void commit_alu_instruction(struct schedule_state * s, struct schedule_instruction * sinst) in commit_alu_instruction()