Home
last modified time | relevance | path

Searched refs:sinst (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c174 static unsigned get_tex_read_count(struct schedule_instruction * sinst) in get_tex_read_count() argument
176 unsigned tex_read_count = sinst->TexReadCount; in get_tex_read_count()
177 if (sinst->PairedInst) { in get_tex_read_count()
178 tex_read_count += sinst->PairedInst->TexReadCount; in get_tex_read_count()
184 static void print_list(struct schedule_instruction * sinst) in print_list() argument
187 for (ptr = sinst; ptr; ptr=ptr->NextReady) { in print_list()
189 unsigned score = sinst->Score; in print_list()
247 static void instruction_ready(struct schedule_state * s, struct schedule_instruction * sinst) in instruction_ready() argument
249 DBG("%i is now ready\n", sinst->Instruction->IP); in instruction_ready()
253 if (sinst in instruction_ready()
263 decrease_dependencies(struct schedule_state * s, struct schedule_instruction * sinst) decrease_dependencies() argument
303 score_no_output(struct schedule_instruction * sinst) score_no_output() argument
324 calc_score_r300(struct schedule_instruction * sinst) calc_score_r300() argument
348 calc_score_readers(struct schedule_instruction * sinst) calc_score_readers() argument
368 commit_update_reads(struct schedule_state * s, struct schedule_instruction * sinst) commit_update_reads() argument
384 commit_update_writes(struct schedule_state * s, struct schedule_instruction * sinst) commit_update_writes() argument
422 commit_alu_instruction(struct schedule_state * s, struct schedule_instruction * sinst) commit_alu_instruction() argument
[all...]

Completed in 1 milliseconds