Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnve4_compute.c806 struct nouveau_bo **pbo, uint64_t *pgpuaddr) in nve4_compute_alloc_launch_desc() argument
808 uint8_t *ptr = nouveau_scratch_get(nv, 512, pgpuaddr, pbo); in nve4_compute_alloc_launch_desc()
811 if (*pgpuaddr & 255) { in nve4_compute_alloc_launch_desc()
812 unsigned adj = 256 - (*pgpuaddr & 255); in nve4_compute_alloc_launch_desc()
814 *pgpuaddr += adj; in nve4_compute_alloc_launch_desc()