Home | History | Annotate | Download | only in util

Lines Matching full:instruction

248  * TGSI instruction transform callback.
249 * Before the first instruction, insert our new code to sample the
268 /* emit our new declarations before the first instruction */
358 newInst.Instruction.Opcode = TGSI_OPCODE_MUL;
359 newInst.Instruction.NumDstRegs = 1;
362 newInst.Instruction.NumSrcRegs = 2;
371 newInst.Instruction.Opcode = TGSI_OPCODE_TEX;
372 newInst.Instruction.NumDstRegs = 1;
375 newInst.Instruction.NumSrcRegs = 2;
376 newInst.Instruction.Texture = TRUE;
386 newInst.Instruction.Opcode = TGSI_OPCODE_KIL;
387 newInst.Instruction.NumDstRegs = 0;
388 newInst.Instruction.NumSrcRegs = 1;
395 /* emit this instruction */