Searched refs:branch_relocs (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vertprog.c39 util_dynarray_fini(&vp->branch_relocs);
90 struct nv30_shader_reloc *reloc = vp->branch_relocs.data;
91 unsigned nr_reloc = vp->branch_relocs.size / sizeof(*reloc);
H A Dnv30_state.h89 struct util_dynarray branch_relocs; member in struct:nv30_vertprog
H A Dnvfx_vertprog.c1042 util_dynarray_append(&vp->branch_relocs, struct nvfx_relocation, hw_reloc);
1045 util_dynarray_trim(&vp->branch_relocs);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vertprog.c39 util_dynarray_fini(&vp->branch_relocs);
90 struct nv30_shader_reloc *reloc = vp->branch_relocs.data;
91 unsigned nr_reloc = vp->branch_relocs.size / sizeof(*reloc);
H A Dnv30_state.h89 struct util_dynarray branch_relocs; member in struct:nv30_vertprog
H A Dnvfx_vertprog.c1043 util_dynarray_append(&vp->branch_relocs, struct nvfx_relocation, hw_reloc);
1046 util_dynarray_trim(&vp->branch_relocs);

Completed in 13 milliseconds