Home
last modified time | relevance | path

Searched refs:pgpuaddr (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnve4_compute.c632 struct nouveau_bo **pbo, uint64_t *pgpuaddr) in nve4_compute_alloc_launch_desc() argument
634 uint8_t *ptr = nouveau_scratch_get(nv, 512, pgpuaddr, pbo); in nve4_compute_alloc_launch_desc()
637 if (*pgpuaddr & 255) { in nve4_compute_alloc_launch_desc()
638 unsigned adj = 256 - (*pgpuaddr & 255); in nve4_compute_alloc_launch_desc()
640 *pgpuaddr += adj; in nve4_compute_alloc_launch_desc()