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.h16 PUSH_AVAIL(struct nouveau_pushbuf *push) in PUSH_AVAIL() function
24 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.c385 if (count > get_max_vertices(ctx, ib, PUSH_AVAIL(push))) in vbo_draw_vbo()
429 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/nvc0/
Dnvc0_transfer.c195 nr = PUSH_AVAIL(push); in nvc0_m2mf_push_linear()
240 nr = PUSH_AVAIL(push); in nve4_p2mf_push_linear()
485 unsigned nr = PUSH_AVAIL(push); in nvc0_cb_push()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_transfer.c192 nr = PUSH_AVAIL(push); in nv50_sifc_linear_u8()
402 nr = PUSH_AVAIL(push); in nv50_cb_push()
Dnv50_shader_state.c70 nr = PUSH_AVAIL(push); in nv50_constbufs_validate()