Searched refs:label_reloc (Results 1 – 2 of 2) sorted by relevance
1034 …struct nvfx_relocation* label_reloc = (struct nvfx_relocation*)((char*)vpc->label_relocs.data + i); in _nvfx_vertprog_translate() local1037 hw_reloc.location = label_reloc->location; in _nvfx_vertprog_translate()1038 hw_reloc.target = ((unsigned*)insns.data)[label_reloc->target]; in _nvfx_vertprog_translate()
1119 …struct nvfx_relocation* label_reloc = (struct nvfx_relocation*)((char*)fpc->label_relocs.data + i); in _nvfx_fragprog_translate() local1120 fp->insn[label_reloc->location] |= ((unsigned*)insns.data)[label_reloc->target]; in _nvfx_fragprog_translate()