Home | History | Annotate | Download | only in nv30

Lines Matching defs:reloc

88       struct nv30_shader_reloc *reloc = vp->branch_relocs.data;
89 unsigned nr_reloc = vp->branch_relocs.size / sizeof(*reloc);
106 inst = vp->insns[reloc->location].data;
107 target = vp->exec->start + reloc->target;
111 reloc++;
115 inst = vp->insns[reloc->location].data;
116 target = vp->exec->start + reloc->target;
122 reloc++;
131 struct nv30_shader_reloc *reloc = vp->const_relocs.data;
132 unsigned nr_reloc = vp->const_relocs.size / sizeof(*reloc);
149 inst = vp->insns[reloc->location].data;
150 target = vp->data->start + reloc->target;
154 reloc++;
158 inst = vp->insns[reloc->location].data;
159 target = vp->data->start + reloc->target;
163 reloc++;