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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c508 struct rc_pair_sub_instruction * dst_sub; local in function:merge_presub_sources
517 dst_sub = &dst_full->RGB;
522 dst_sub = &dst_full->Alpha;
531 if (dst_sub->Src[RC_PAIR_PRESUB_SRC].Used)
551 temp = dst_sub->Src[srcp_src];
552 dst_sub->Src[srcp_src] = dst_sub->Src[free_source];
564 dst_sub->Src[free_source] = temp;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c508 struct rc_pair_sub_instruction * dst_sub; local in function:merge_presub_sources
517 dst_sub = &dst_full->RGB;
522 dst_sub = &dst_full->Alpha;
531 if (dst_sub->Src[RC_PAIR_PRESUB_SRC].Used)
551 temp = dst_sub->Src[srcp_src];
552 dst_sub->Src[srcp_src] = dst_sub->Src[free_source];
564 dst_sub->Src[free_source] = temp;

Completed in 8 milliseconds