Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_winsys.h20 PUSH_AVAIL(struct nouveau_pushbuf *push) in PUSH_AVAIL() function
30 if (PUSH_AVAIL(push) < size) in PUSH_SPACE()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_local.h27 PUSH_AVAIL(struct nouveau_pushbuf *push) in PUSH_AVAIL() function
35 if (PUSH_AVAIL(push) < size) in PUSH_SPACE()
Dnouveau_vbo_t.c387 if (count > get_max_vertices(ctx, ib, PUSH_AVAIL(push))) in vbo_draw_vbo()
431 PUSH_AVAIL(push))) in vbo_draw_imm()
Dnouveau_swtnl_t.c209 npush = get_max_vertices(ctx, NULL, PUSH_AVAIL(push)); in swtnl_flush_vertices()
Dnv04_render.c211 if (PUSH_AVAIL(push) < 32 + (n * vertex_size)) { \
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.c399 assert(PUSH_AVAIL(push) + push->rsvd_kick >= 3); in nv30_screen_fence_emit()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.c500 assert(PUSH_AVAIL(push) + push->rsvd_kick >= 5); in nv50_screen_fence_emit()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_screen.c651 assert(PUSH_AVAIL(push) + push->rsvd_kick >= 5); in nvc0_screen_fence_emit()