Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_vertprog.c45 util_dynarray_fini(&vp->const_relocs); in nv30_vertprog_destroy()
133 struct nv30_shader_reloc *reloc = vp->const_relocs.data; in nv30_vertprog_validate()
134 unsigned nr_reloc = vp->const_relocs.size / sizeof(*reloc); in nv30_vertprog_validate()
Dnv30_state.h93 struct util_dynarray const_relocs; member
Dnvfx_vertprog.c144 util_dynarray_append(&vp->const_relocs, struct nvfx_relocation, reloc); in emit_src()