Searched refs:readytex (Results 1 – 1 of 1) sorted by relevance
444 struct schedule_instruction *readytex; in emit_all_tex() local455 readytex = s->ReadyTEX; in emit_all_tex()456 while(readytex) { in emit_all_tex()457 rc_insert_instruction(before->Prev, readytex->Instruction); in emit_all_tex()458 DBG("%i: commit TEX reads\n", readytex->Instruction->IP); in emit_all_tex()472 commit_update_reads(s, readytex); in emit_all_tex()473 readytex = readytex->NextReady; in emit_all_tex()475 readytex = s->ReadyTEX; in emit_all_tex()477 while(readytex){ in emit_all_tex()478 DBG("%i: commit TEX writes\n", readytex->Instruction->IP); in emit_all_tex()[all …]