Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c174 static unsigned get_tex_read_count(struct schedule_instruction * sinst) in get_tex_read_count()
184 static void print_list(struct schedule_instruction * sinst) in print_list()
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()
303 static void score_no_output(struct schedule_instruction * sinst) in score_no_output()
324 static void calc_score_r300(struct schedule_instruction * sinst) in calc_score_r300()
348 static void calc_score_readers(struct schedule_instruction * sinst) in calc_score_readers()
369 struct schedule_instruction * sinst){ in commit_update_reads()
387 struct schedule_instruction * sinst){ in commit_update_writes()
426 static void commit_alu_instruction(struct schedule_state * s, struct schedule_instruction * sinst) in commit_alu_instruction()