Home
last modified time | relevance | path

Searched defs:npush (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnv17_fence.c43 struct nvif_push *npush = chan->chan.push; in nv17_fence_sync() local
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnv17_fence.c43 struct nvif_push *npush = chan->chan.push; in nv17_fence_sync() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vbo.c349 unsigned npush = (count > mpush) ? mpush : count; local
381 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); local
406 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); global() local
448 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); global() local
494 unsigned npush = (count > mpush) ? mpush : count; global() local
[all...]
H A Dnv30_draw.c150 unsigned npush = MIN2(count, NV04_PFIFO_MAX_PACKET_LEN); in nv30_render_draw_elements() local

Completed in 4 milliseconds