Home | History | Annotate | Download | only in program

Lines Matching refs:Instructions

36 The instructions we emit will use six kinds of source registers:
125 if (program->Base.Instructions)
126 free(program->Base.Instructions);
127 program->Base.Instructions = prog.Instructions;
133 /* Append fog instructions now if the program has "OPTION ARB_fog_exp"
205 if (program->Base.Instructions)
206 free(program->Base.Instructions);
207 program->Base.Instructions = prog.Instructions;