/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_transfer.c | 158 if (nouveau_pushbuf_space(push, 512, 8, 0) || in nv30_transfer_rect_blit() 434 if (nouveau_pushbuf_space(push, 64, 6, 0) || in nv30_transfer_rect_sifm() 519 if (nouveau_pushbuf_space(push, 32, 2, 0) || in nv30_transfer_rect_m2mf() 711 if (nouveau_pushbuf_space(push, 32, 2, 0) || in nv30_transfer_copy_data() 735 if (nouveau_pushbuf_space(push, 32, 2, 0) || in nv30_transfer_copy_data()
|
H A D | nv30_clear.c | 151 if (nouveau_pushbuf_space(push, 32, 1, 0) || in nv30_clear_render_target() 217 if (nouveau_pushbuf_space(push, 32, 1, 0) || in nv30_clear_depth_stencil()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv98_video.c | 278 nouveau_pushbuf_space(push[0], 16, 1, 0); in nv98_create_decoder() 289 nouveau_pushbuf_space(push[1], 16, 1, 0); in nv98_create_decoder() 300 nouveau_pushbuf_space(push[2], 16, 1, 0); in nv98_create_decoder()
|
H A D | nv98_video_ppp.c | 97 nouveau_pushbuf_space(push, 32, 4, 0); in nv98_decoder_ppp()
|
H A D | nv98_video_bsp.c | 110 nouveau_pushbuf_space(push, 32, num_refs, 0); in nv98_decoder_bsp()
|
H A D | nv98_video_vp.c | 114 nouveau_pushbuf_space(push, 32 + codec_extra, num_refs, 0); in nv98_decoder_vp()
|
H A D | nv50_surface.c | 298 if (nouveau_pushbuf_space(push, 64 + sf->depth, 1, 0)) in nv50_clear_render_target() 397 if (nouveau_pushbuf_space(push, 64 + sf->depth, 1, 0)) in nv50_clear_depth_stencil() 774 if (nouveau_pushbuf_space(push, 64, 1, 0)) in nv50_clear_buffer()
|
H A D | nv50_compute.c | 550 nouveau_pushbuf_space(push, 0, 0, 1); in nv50_compute_upload_input()
|
H A D | nv50_vbo.c | 634 nouveau_pushbuf_space(push, 16, 0, 1); in nv50_draw_elements()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_video.c | 302 nouveau_pushbuf_space(push[0], 16, 1, 0); in nvc0_create_decoder() 313 nouveau_pushbuf_space(push[1], 16, 1, 0); in nvc0_create_decoder() 324 nouveau_pushbuf_space(push[2], 16, 1, 0); in nvc0_create_decoder()
|
H A D | nvc0_video_ppp.c | 97 nouveau_pushbuf_space(push, 32, 4, 0); in nvc0_decoder_ppp()
|
H A D | nvc0_compute.c | 467 nouveau_pushbuf_space(push, 32, 2, 1); in nvc0_launch_grid() 514 nouveau_pushbuf_space(push, 16, 0, 8); in nvc0_compute_update_indirect_invocations()
|
H A D | nvc0_query_hw.c | 132 nouveau_pushbuf_space(push, 16, 0, 8); in nvc0_hw_query_write_compute_invocations() 438 nouveau_pushbuf_space(push, 32, 2, 3); in nvc0_hw_get_query_result_resource()
|
H A D | nvc0_video_bsp.c | 163 nouveau_pushbuf_space(push, 32, num_refs, 0); in nvc0_decoder_bsp_end()
|
H A D | nvc0_video_vp.c | 114 nouveau_pushbuf_space(push, 32 + codec_extra, num_refs, 0); in nvc0_decoder_vp()
|
H A D | nve4_compute.c | 548 nouveau_pushbuf_space(push, 32, 0, 1); in nve4_compute_upload_input() 832 nouveau_pushbuf_space(push, 32, 0, 1); in nve4_upload_indirect_desc() 926 nouveau_pushbuf_space(push, 32, 1, 0); in nve4_launch_grid()
|
H A D | nvc0_shader_state.c | 367 nouveau_pushbuf_space(push, 0, 0, 1); in nvc0_tfb_validate()
|
H A D | nvc0_vbo.c | 791 nouveau_pushbuf_space(push, 16, 0, 1); in nvc0_draw_stream_output() 872 nouveau_pushbuf_space(push, 16, 0, pushes + !!buf_count); in nvc0_draw_indirect()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_winsys.h | 31 return nouveau_pushbuf_space(push, size, 0, 0) == 0; in PUSH_SPACE()
|
H A D | nouveau_video.c | 76 nouveau_pushbuf_space(push, 16, 2, 0); in nouveau_vpe_fini() 591 nouveau_pushbuf_space(push, 32, 4, 0); in nouveau_create_decoder()
|
/third_party/libdrm/nouveau/ |
H A D | pushbuf.c | 479 nouveau_pushbuf_space(push, 0, 0, 0); in pushbuf_refn() 498 ret = nouveau_pushbuf_space(push, relocs, relocs, 0); in pushbuf_validate() 644 nouveau_pushbuf_space(struct nouveau_pushbuf *push, in nouveau_pushbuf_space() function
|
H A D | nouveau.h | 213 int nouveau_pushbuf_space(struct nouveau_pushbuf *, uint32_t dwords,
|