Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c1027 struct schedule_instruction *alpha_ptr; in pair_instructions() local
1034 alpha_ptr = s->ReadyAlpha; in pair_instructions()
1035 while(alpha_ptr) { in pair_instructions()
1036 struct schedule_instruction * alpha_next = alpha_ptr->NextReady; in pair_instructions()
1037 if (merge_instructions(&rgb_ptr->Instruction->U.P, &alpha_ptr->Instruction->U.P)) { in pair_instructions()
1041 remove_inst_from_list(&s->ReadyAlpha, alpha_ptr); in pair_instructions()
1042 rgb_ptr->PairedInst = alpha_ptr; in pair_instructions()
1046 alpha_ptr = alpha_next; in pair_instructions()