Searched refs:const_relocs (Results 1 – 3 of 3) sorted by relevance
45 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()
93 struct util_dynarray const_relocs; member
144 util_dynarray_append(&vp->const_relocs, struct nvfx_relocation, reloc); in emit_src()