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

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

Completed in 135 milliseconds