Lines Matching refs:reloc
122 struct nvfx_relocation reloc; in emit_src() local
139 reloc.location = vp->nr_insns - 1; in emit_src()
140 reloc.target = src.reg.index; in emit_src()
141 util_dynarray_append(&vp->const_relocs, struct nvfx_relocation, reloc); in emit_src()
466 struct nvfx_relocation reloc; in nvfx_vertprog_parse_instruction() local
709 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
710 reloc.target = finst->Label.Label + 1; in nvfx_vertprog_parse_instruction()
711 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction()
721 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
722 reloc.target = finst->Label.Label; in nvfx_vertprog_parse_instruction()
723 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction()
737 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
738 reloc.target = vpc->info->num_instructions; in nvfx_vertprog_parse_instruction()
739 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction()
760 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
761 reloc.target = loop.cont_target; in nvfx_vertprog_parse_instruction()
762 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction()
769 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
770 reloc.target = loop.cont_target; in nvfx_vertprog_parse_instruction()
771 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction()
778 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
779 reloc.target = loop.brk_target; in nvfx_vertprog_parse_instruction()
780 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction()
788 reloc.location = vpc->vp->nr_insns; in nvfx_vertprog_parse_instruction()
789 reloc.target = vpc->info->num_instructions; in nvfx_vertprog_parse_instruction()
790 util_dynarray_append(&vpc->label_relocs, struct nvfx_relocation, reloc); in nvfx_vertprog_parse_instruction()