Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c1026 struct schedule_instruction *rgb_ptr; in pair_instructions() local
1031 rgb_ptr = s->ReadyRGB; in pair_instructions()
1032 while(rgb_ptr) { in pair_instructions()
1033 struct schedule_instruction * rgb_next = rgb_ptr->NextReady; in pair_instructions()
1037 if (merge_instructions(&rgb_ptr->Instruction->U.P, &alpha_ptr->Instruction->U.P)) { in pair_instructions()
1040 remove_inst_from_list(&s->ReadyRGB, rgb_ptr); in pair_instructions()
1042 rgb_ptr->PairedInst = alpha_ptr; in pair_instructions()
1043 add_inst_to_list(&s->ReadyFullALU, rgb_ptr); in pair_instructions()
1048 rgb_ptr = rgb_next; in pair_instructions()