/external/libdrm/nouveau/ |
nouveau-symbol-check | 51 nouveau_pushbuf_space
|
nouveau.h | 213 int nouveau_pushbuf_space(struct nouveau_pushbuf *, uint32_t dwords,
|
pushbuf.c | 472 nouveau_pushbuf_space(push, 0, 0, 0); 491 ret = nouveau_pushbuf_space(push, relocs, relocs, 0); 637 nouveau_pushbuf_space(struct nouveau_pushbuf *push, function
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_winsys.h | 31 return nouveau_pushbuf_space(push, size, 0, 0) == 0;
|
nouveau_video.c | 76 nouveau_pushbuf_space(push, 16, 2, 0); 591 nouveau_pushbuf_space(push, 32, 4, 0);
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
nv30_clear.c | 131 if (nouveau_pushbuf_space(push, 32, 1, 0) || 196 if (nouveau_pushbuf_space(push, 32, 1, 0) ||
|
nv30_transfer.c | 158 if (nouveau_pushbuf_space(push, 512, 8, 0) || 434 if (nouveau_pushbuf_space(push, 64, 6, 0) || 519 if (nouveau_pushbuf_space(push, 32, 2, 0) || 711 if (nouveau_pushbuf_space(push, 32, 2, 0) || 735 if (nouveau_pushbuf_space(push, 32, 2, 0) ||
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
nv98_video.c | 277 nouveau_pushbuf_space(push[0], 16, 1, 0); 288 nouveau_pushbuf_space(push[1], 16, 1, 0); 299 nouveau_pushbuf_space(push[2], 16, 1, 0);
|
nv98_video_ppp.c | 97 nouveau_pushbuf_space(push, 32, 4, 0);
|
nv98_video_bsp.c | 110 nouveau_pushbuf_space(push, 32, num_refs, 0);
|
nv98_video_vp.c | 114 nouveau_pushbuf_space(push, 32 + codec_extra, num_refs, 0);
|
nv50_surface.c | 298 if (nouveau_pushbuf_space(push, 64 + sf->depth, 1, 0)) 397 if (nouveau_pushbuf_space(push, 64 + sf->depth, 1, 0)) 755 if (nouveau_pushbuf_space(push, 64, 1, 0)) [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
nvc0_video.c | 301 nouveau_pushbuf_space(push[0], 16, 1, 0); 312 nouveau_pushbuf_space(push[1], 16, 1, 0); 323 nouveau_pushbuf_space(push[2], 16, 1, 0);
|
nvc0_video_ppp.c | 97 nouveau_pushbuf_space(push, 32, 4, 0);
|
nvc0_video_bsp.c | 163 nouveau_pushbuf_space(push, 32, num_refs, 0);
|
nvc0_video_vp.c | 114 nouveau_pushbuf_space(push, 32 + codec_extra, num_refs, 0);
|
nvc0_shader_state.c | 335 nouveau_pushbuf_space(push, 0, 0, 1);
|
nvc0_compute.c | 472 nouveau_pushbuf_space(push, 16, 0, 1);
|
nvc0_query_hw.c | 410 nouveau_pushbuf_space(push, 32, 2, 0);
|
nvc0_vbo.c | 783 nouveau_pushbuf_space(push, 16, 0, 1); 862 nouveau_pushbuf_space(push, 16, 0, pushes + !!buf_count); [all...] |
nve4_compute.c | 522 nouveau_pushbuf_space(push, 32, 0, 1); 657 nouveau_pushbuf_space(push, 32, 0, 1); [all...] |
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_driver.c | 95 if (!nouveau_pushbuf_space(push, 16, 0, 0) &&
|
nv04_surface.c | 229 if (nouveau_pushbuf_space(push, 64, 4, 0) || 293 if (nouveau_pushbuf_space(push, 16, 4, 0) || 436 if (nouveau_pushbuf_space(push, 64, 4, 0) ||
|
nouveau_local.h | 36 return nouveau_pushbuf_space(push, size, 0, 0) == 0;
|
nv04_render.c | 153 if (nouveau_pushbuf_space(push, 32 + (4 * vertex_size), 4, 0) ||
|