Lines Matching refs:PROGRAM_INPUT
666 srcReg->File = PROGRAM_INPUT; in Parse_SwizzleSrcReg()
760 srcReg->File = PROGRAM_INPUT; in Parse_ScalarSrcReg()
869 if (inst->SrcReg[0].File == PROGRAM_INPUT && in Parse_BiOpInstruction()
870 inst->SrcReg[1].File == PROGRAM_INPUT && in Parse_BiOpInstruction()
930 if ((inst->SrcReg[0].File == PROGRAM_INPUT && in Parse_TriOpInstruction()
931 inst->SrcReg[1].File == PROGRAM_INPUT && in Parse_TriOpInstruction()
933 (inst->SrcReg[0].File == PROGRAM_INPUT && in Parse_TriOpInstruction()
934 inst->SrcReg[2].File == PROGRAM_INPUT && in Parse_TriOpInstruction()
936 (inst->SrcReg[1].File == PROGRAM_INPUT && in Parse_TriOpInstruction()
937 inst->SrcReg[2].File == PROGRAM_INPUT && in Parse_TriOpInstruction()
1085 srcReg->File = PROGRAM_INPUT; in Parse_PrintInstruction()
1249 if (inst->SrcReg[0].File == PROGRAM_INPUT) in Parse_InstructionSequence()
1251 if (inst->SrcReg[1].File == PROGRAM_INPUT) in Parse_InstructionSequence()
1253 if (inst->SrcReg[2].File == PROGRAM_INPUT) in Parse_InstructionSequence()