Searched refs:readytex (Results 1 – 1 of 1) sorted by relevance
448 struct schedule_instruction *readytex; in emit_all_tex() local459 readytex = s->ReadyTEX; in emit_all_tex()460 while(readytex) { in emit_all_tex()461 rc_insert_instruction(before->Prev, readytex->Instruction); in emit_all_tex()462 DBG("%i: commit TEX reads\n", readytex->Instruction->IP); in emit_all_tex()476 commit_update_reads(s, readytex); in emit_all_tex()477 readytex = readytex->NextReady; in emit_all_tex()479 readytex = s->ReadyTEX; in emit_all_tex()481 while(readytex){ in emit_all_tex()482 DBG("%i: commit TEX writes\n", readytex->Instruction->IP); in emit_all_tex()[all …]