Home
last modified time | relevance | path

Searched refs:readytex (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c448 struct schedule_instruction *readytex; in emit_all_tex() local
459 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 …]