Home
last modified time | relevance | path

Searched refs:finst (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c461 unsigned idx, const struct tgsi_full_instruction *finst) in nvfx_vertprog_parse_instruction() argument
476 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 …]
Dnvfx_fragprog.c447 const struct tgsi_full_instruction *finst) in nvfx_fragprog_parse_instruction() argument
457 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 …]