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

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

Completed in 98 milliseconds