Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c1034 …struct nvfx_relocation* label_reloc = (struct nvfx_relocation*)((char*)vpc->label_relocs.data + i); in _nvfx_vertprog_translate() local
1037 hw_reloc.location = label_reloc->location; in _nvfx_vertprog_translate()
1038 hw_reloc.target = ((unsigned*)insns.data)[label_reloc->target]; in _nvfx_vertprog_translate()
Dnvfx_fragprog.c1119 …struct nvfx_relocation* label_reloc = (struct nvfx_relocation*)((char*)fpc->label_relocs.data + i); in _nvfx_fragprog_translate() local
1120 fp->insn[label_reloc->location] |= ((unsigned*)insns.data)[label_reloc->target]; in _nvfx_fragprog_translate()