Home
last modified time | relevance | path

Searched refs:kick_notify (Results 1 - 7 of 7) sorted by relevance

/third_party/libdrm/nouveau/
H A Dnouveau.h196 void (*kick_notify)(struct nouveau_pushbuf *); member
H A Dpushbuf.c328 if (push->kick_notify) in pushbuf_submit()
329 push->kick_notify(push); in pushbuf_submit()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_context.c224 push->kick_notify = nv30_context_kick_notify; in nv30_context_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c362 nv50->base.pushbuf->kick_notify = nv50_default_kick_notify; in nv50_create()
H A Dnv50_vbo.c820 push->kick_notify = nv50_draw_vbo_kick_notify; in nv50_draw_vbo()
927 push->kick_notify = nv50_default_kick_notify; in nv50_draw_vbo()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo.c1050 push->kick_notify = nvc0_draw_vbo_kick_notify; in nvc0_draw_vbo()
1134 push->kick_notify = nvc0_default_kick_notify; in nvc0_draw_vbo()
H A Dnvc0_context.c89 PUSH_KICK(nvc0->base.pushbuf); /* fencing handled in kick_notify */ in nvc0_flush()
505 screen->base.pushbuf->kick_notify = nvc0_default_kick_notify; in nvc0_create()

Completed in 12 milliseconds