Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c68 * PairedInst references the alpha instruction's dependency information.
70 struct schedule_instruction * PairedInst; member
177 if (sinst->PairedInst) { in get_tex_read_count()
178 tex_read_count += sinst->PairedInst->TexReadCount; in get_tex_read_count()
308 if (sinst->PairedInst) { in score_no_output()
309 if (!sinst->PairedInst->Instruction->U.P. in score_no_output()
311 && !sinst->PairedInst->Instruction->U.P. in score_no_output()
335 if (sinst->PairedInst) { in calc_score_r300()
354 if (sinst->PairedInst) { in calc_score_readers()
355 sinst->Score += sinst->PairedInst in calc_score_readers()
[all...]

Completed in 2 milliseconds