Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_vertprog.c39 util_dynarray_fini(&vp->branch_relocs); in nv30_vertprog_destroy()
90 struct nv30_shader_reloc *reloc = vp->branch_relocs.data; in nv30_vertprog_validate()
91 unsigned nr_reloc = vp->branch_relocs.size / sizeof(*reloc); in nv30_vertprog_validate()
Dnv30_state.h89 struct util_dynarray branch_relocs; member
Dnvfx_vertprog.c1042 util_dynarray_append(&vp->branch_relocs, struct nvfx_relocation, hw_reloc); in _nvfx_vertprog_translate()
1045 util_dynarray_trim(&vp->branch_relocs); in _nvfx_vertprog_translate()