Lines Matching refs:Instructions

103    _mesa_copy_instructions (newInst + 4, vprog->Base.Instructions, origLen);  in _mesa_insert_mvp_dp4_code()
106 _mesa_free_instructions(vprog->Base.Instructions, origLen); in _mesa_insert_mvp_dp4_code()
109 vprog->Base.Instructions = newInst; in _mesa_insert_mvp_dp4_code()
205 _mesa_copy_instructions (newInst + 4, vprog->Base.Instructions, origLen); in _mesa_insert_mvp_mad_code()
208 _mesa_free_instructions(vprog->Base.Instructions, origLen); in _mesa_insert_mvp_mad_code()
211 vprog->Base.Instructions = newInst; in _mesa_insert_mvp_mad_code()
284 _mesa_copy_instructions(newInst, fprog->Base.Instructions, origLen); in _mesa_append_fog_code()
409 _mesa_free_instructions(fprog->Base.Instructions, origLen); in _mesa_append_fog_code()
412 fprog->Base.Instructions = newInst; in _mesa_append_fog_code()
453 const struct prog_instruction *inst = prog->Instructions + i; in _mesa_count_texture_indirections()
495 prog->NumTexInstructions += is_texture_instruction(prog->Instructions + i); in _mesa_count_texture_instructions()
528 struct prog_instruction *inst = prog->Instructions + i; in _mesa_remove_output_reads()
553 struct prog_instruction *inst = prog->Instructions + i; in _mesa_remove_output_reads()
570 struct prog_instruction *inst = prog->Instructions + i; in _mesa_remove_output_reads()
581 inst = prog->Instructions + endPos; in _mesa_remove_output_reads()
629 _mesa_free_instructions(prog->Base.Instructions, in _mesa_nop_fragment_program()
632 prog->Base.Instructions = inst; in _mesa_nop_fragment_program()
673 _mesa_free_instructions(prog->Base.Instructions, in _mesa_nop_vertex_program()
676 prog->Base.Instructions = inst; in _mesa_nop_vertex_program()