Searched refs:finst (Results 1 – 2 of 2) sorted by relevance
461 unsigned idx, const struct tgsi_full_instruction *finst) in nvfx_vertprog_parse_instruction() argument476 for (i = 0; i < finst->Instruction.NumSrcRegs; i++) { in nvfx_vertprog_parse_instruction()479 fsrc = &finst->Src[i]; in nvfx_vertprog_parse_instruction()485 for (i = 0; i < finst->Instruction.NumSrcRegs; i++) { in nvfx_vertprog_parse_instruction()488 fsrc = &finst->Src[i]; in nvfx_vertprog_parse_instruction()532 for (i = 0; i < finst->Instruction.NumSrcRegs; i++) { in nvfx_vertprog_parse_instruction()537 if(finst->Dst[0].Register.File == TGSI_FILE_ADDRESS && in nvfx_vertprog_parse_instruction()538 finst->Instruction.Opcode != TGSI_OPCODE_ARL) in nvfx_vertprog_parse_instruction()541 final_dst = dst = tgsi_dst(vpc, &finst->Dst[0]); in nvfx_vertprog_parse_instruction()542 mask = tgsi_mask(finst->Dst[0].Register.WriteMask); in nvfx_vertprog_parse_instruction()[all …]
447 const struct tgsi_full_instruction *finst) in nvfx_fragprog_parse_instruction() argument457 if (finst->Instruction.Opcode == TGSI_OPCODE_END) in nvfx_fragprog_parse_instruction()460 for (i = 0; i < finst->Instruction.NumSrcRegs; i++) { in nvfx_fragprog_parse_instruction()463 fsrc = &finst->Src[i]; in nvfx_fragprog_parse_instruction()469 for (i = 0; i < finst->Instruction.NumSrcRegs; i++) { in nvfx_fragprog_parse_instruction()472 fsrc = &finst->Src[i]; in nvfx_fragprog_parse_instruction()532 dst = tgsi_dst(fpc, &finst->Dst[0]); in nvfx_fragprog_parse_instruction()533 mask = tgsi_mask(finst->Dst[0].Register.WriteMask); in nvfx_fragprog_parse_instruction()534 sat = finst->Instruction.Saturate; in nvfx_fragprog_parse_instruction()536 switch (finst->Instruction.Opcode) { in nvfx_fragprog_parse_instruction()[all …]