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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c68 * PairedInst references the alpha insturction's dependency information.
70 struct schedule_instruction * PairedInst; member in struct:schedule_instruction
177 if (sinst->PairedInst) {
178 tex_read_count += sinst->PairedInst->TexReadCount;
308 if (sinst->PairedInst) {
309 if (!sinst->PairedInst->Instruction->U.P.
311 && !sinst->PairedInst->Instruction->U.P.
335 if (sinst->PairedInst) {
354 if (sinst->PairedInst) {
355 sinst->Score += sinst->PairedInst
[all...]
/xsrc/external/mit/MesaLib/dist/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 in struct:schedule_instruction
177 if (sinst->PairedInst) {
178 tex_read_count += sinst->PairedInst->TexReadCount;
308 if (sinst->PairedInst) {
309 if (!sinst->PairedInst->Instruction->U.P.
311 && !sinst->PairedInst->Instruction->U.P.
335 if (sinst->PairedInst) {
354 if (sinst->PairedInst) {
355 sinst->Score += sinst->PairedInst
[all...]

Completed in 3 milliseconds