Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c1035 struct nvfx_relocation hw_reloc; 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()
1042 util_dynarray_append(&vp->branch_relocs, struct nvfx_relocation, hw_reloc); in _nvfx_vertprog_translate()