Searched refs:reloc_next (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_cl.h62 struct vc4_cl_out *reloc_next; member in struct:vc4_cl
169 cl->reloc_next = cl->next;
181 *(uint32_t *)cl->reloc_next = vc4_gem_hindex(job, bo);
182 cl_advance(&cl->reloc_next, 4);
196 *(uint32_t *)cl->reloc_next = vc4_gem_hindex(job, bo);
197 cl_advance(&cl->reloc_next, 4);
282 *(uint32_t *)cl->reloc_next = vc4_gem_hindex(cl->job, reloc->bo);
283 cl_advance(&cl->reloc_next, 4);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_cl.h62 struct vc4_cl_out *reloc_next; member in struct:vc4_cl
169 cl->reloc_next = cl->next;
181 *(uint32_t *)cl->reloc_next = vc4_gem_hindex(job, bo);
182 cl_advance(&cl->reloc_next, 4);
196 *(uint32_t *)cl->reloc_next = vc4_gem_hindex(job, bo);
197 cl_advance(&cl->reloc_next, 4);
282 *(uint32_t *)cl->reloc_next = vc4_gem_hindex(cl->job, reloc->bo);
283 cl_advance(&cl->reloc_next, 4);

Completed in 6 milliseconds