Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_vertprog.c462 unsigned idx, const struct tgsi_full_instruction *finst) in nvfx_vertprog_parse_instruction()
477 for (i = 0; i < finst->Instruction.NumSrcRegs; i++) { in nvfx_vertprog_parse_instruction()
480 fsrc = &finst->Src[i]; in nvfx_vertprog_parse_instruction()
486 for (i = 0; i < finst->Instruction.NumSrcRegs; i++) { in nvfx_vertprog_parse_instruction()
489 fsrc = &finst->Src[i]; in nvfx_vertprog_parse_instruction()
533 for (i = 0; i < finst->Instruction.NumSrcRegs; i++) { in nvfx_vertprog_parse_instruction()
538 if(finst->Dst[0].Register.File == TGSI_FILE_ADDRESS && in nvfx_vertprog_parse_instruction()
539 finst->Instruction.Opcode != TGSI_OPCODE_ARL) in nvfx_vertprog_parse_instruction()
542 final_dst = dst = tgsi_dst(vpc, &finst->Dst[0]); in nvfx_vertprog_parse_instruction()
543 mask = tgsi_mask(finst in nvfx_vertprog_parse_instruction()
461 nvfx_vertprog_parse_instruction(struct nvfx_vpc *vpc, unsigned idx, const struct tgsi_full_instruction *finst) nvfx_vertprog_parse_instruction() argument
1018 const struct tgsi_full_instruction *finst; _nvfx_vertprog_translate() local
[all...]
H A Dnvfx_fragprog.c447 const struct tgsi_full_instruction *finst) in nvfx_fragprog_parse_instruction()
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 in nvfx_fragprog_parse_instruction()
446 nvfx_fragprog_parse_instruction(struct nvfx_fpc *fpc, const struct tgsi_full_instruction *finst) nvfx_fragprog_parse_instruction() argument
1103 const struct tgsi_full_instruction *finst; _nvfx_fragprog_translate() local
[all...]

Completed in 4 milliseconds