Searched refs:prevInst (Results 1 – 1 of 1) sorted by relevance
752 struct prog_instruction *prevInst; in _mesa_remove_extra_moves() local759 prevInst = prog->arb.Instructions + prevI; in _mesa_remove_extra_moves()761 if (prevInst->DstReg.File == PROGRAM_TEMPORARY && in _mesa_remove_extra_moves()762 prevInst->DstReg.Index == id && in _mesa_remove_extra_moves()763 prevInst->DstReg.RelAddr == 0) { in _mesa_remove_extra_moves()765 const GLuint dst_mask = prevInst->DstReg.WriteMask; in _mesa_remove_extra_moves()776 if (_mesa_merge_mov_into_inst(prevInst, mov)) { in _mesa_remove_extra_moves()781 _mesa_print_instruction(prevInst); in _mesa_remove_extra_moves()