/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_clear.c | 112 struct nouveau_pushbuf_refn refn; in nv30_clear_render_target() 132 nouveau_pushbuf_refn (push, &refn, 1)) in nv30_clear_render_target() 172 struct nouveau_pushbuf_refn refn; in nv30_clear_depth_stencil() 197 nouveau_pushbuf_refn (push, &refn, 1)) in nv30_clear_depth_stencil()
|
D | nv30_transfer.c | 150 struct nouveau_pushbuf_refn refs[] = { in nv30_transfer_rect_blit() 159 nouveau_pushbuf_refn (push, refs, ARRAY_SIZE(refs))) in nv30_transfer_rect_blit() 402 struct nouveau_pushbuf_refn refs[] = { in nv30_transfer_rect_sifm() 435 nouveau_pushbuf_refn (push, refs, 2)) in nv30_transfer_rect_sifm() 499 struct nouveau_pushbuf_refn refs[] = { in nv30_transfer_rect_m2mf() 520 nouveau_pushbuf_refn (push, refs, 2)) in nv30_transfer_rect_m2mf() 693 struct nouveau_pushbuf_refn refs[] = { in nv30_transfer_copy_data() 712 nouveau_pushbuf_refn (push, refs, 2)) in nv30_transfer_copy_data() 736 nouveau_pushbuf_refn (push, refs, 2)) in nv30_transfer_copy_data()
|
/external/libdrm/nouveau/ |
D | nouveau.h | 204 struct nouveau_pushbuf_refn { struct 217 int nouveau_pushbuf_refn(struct nouveau_pushbuf *, argument 218 struct nouveau_pushbuf_refn *, int nr);
|
D | nouveau-symbols.txt | 37 nouveau_pushbuf_refn
|
D | pushbuf.c | 452 struct nouveau_pushbuf_refn *refs, int nr) in pushbuf_refn() 732 nouveau_pushbuf_refn(struct nouveau_pushbuf *push, in nouveau_pushbuf_refn() function 733 struct nouveau_pushbuf_refn *refs, int nr) in nouveau_pushbuf_refn()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video_vp.c | 76 struct nouveau_pushbuf_refn bo_refs[] = { in nv84_decoder_vp_h264() 140 struct nouveau_pushbuf_refn bo_refs[] = { in nv84_decoder_vp_h264() 144 nouveau_pushbuf_refn(push, bo_refs, ARRAY_SIZE(bo_refs)); in nv84_decoder_vp_h264() 150 nouveau_pushbuf_refn(push, bo_refs, num_refs); in nv84_decoder_vp_h264() 487 struct nouveau_pushbuf_refn bo_refs[] = { in nv84_decoder_vp_mpeg12() 525 nouveau_pushbuf_refn(push, bo_refs, num_refs); in nv84_decoder_vp_mpeg12()
|
D | nv50_winsys.h | 45 struct nouveau_pushbuf_refn ref = { bo, flags }; in PUSH_REFN() 46 nouveau_pushbuf_refn(push, &ref, 1); in PUSH_REFN()
|
D | nv98_video_ppp.c | 35 struct nouveau_pushbuf_refn bo_refs[] = { in nv98_decoder_setup_ppp() 50 nouveau_pushbuf_refn(push, bo_refs, num_refs); in nv98_decoder_setup_ppp()
|
D | nv98_video_bsp.c | 50 struct nouveau_pushbuf_refn bo_refs[] = { in nv98_decoder_bsp() 111 nouveau_pushbuf_refn(push, bo_refs, num_refs); in nv98_decoder_bsp()
|
D | nv98_video_vp.c | 80 struct nouveau_pushbuf_refn bo_refs[] = { in nv98_decoder_vp() 116 nouveau_pushbuf_refn(push, bo_refs, num_refs); in nv98_decoder_vp()
|
D | nv84_video_bsp.c | 99 struct nouveau_pushbuf_refn bo_refs[] = { in nv84_decoder_bsp() 203 nouveau_pushbuf_refn(push, bo_refs, ARRAY_SIZE(bo_refs)); in nv84_decoder_bsp()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_surface.c | 195 struct nouveau_pushbuf_refn refs[] = { in nv04_surface_copy_swizzle() 226 nouveau_pushbuf_refn (push, refs, 2)) in nv04_surface_copy_swizzle() 276 struct nouveau_pushbuf_refn refs[] = { in nv04_surface_copy_m2mf() 290 nouveau_pushbuf_refn (push, refs, 2)) in nv04_surface_copy_m2mf() 425 struct nouveau_pushbuf_refn refs[] = { in nv04_surface_fill() 433 nouveau_pushbuf_refn (push, refs, 1)) in nv04_surface_fill()
|
D | nouveau_driver.c | 90 struct nouveau_pushbuf_refn refn = in nouveau_finish() 96 !nouveau_pushbuf_refn(push, &refn, 1)) { in nouveau_finish()
|
D | nv04_render.c | 147 struct nouveau_pushbuf_refn refs[] = { in swtnl_restart() 154 nouveau_pushbuf_refn (push, refs, multi ? 2 : 1)) in swtnl_restart()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_winsys.h | 44 struct nouveau_pushbuf_refn ref = { bo, flags }; in PUSH_REFN() 45 nouveau_pushbuf_refn(push, &ref, 1); in PUSH_REFN()
|
D | nvc0_video_ppp.c | 35 struct nouveau_pushbuf_refn bo_refs[] = { in nvc0_decoder_setup_ppp() 50 nouveau_pushbuf_refn(push, bo_refs, num_refs); in nvc0_decoder_setup_ppp()
|
D | nvc0_video_vp.c | 80 struct nouveau_pushbuf_refn bo_refs[] = { in nvc0_decoder_vp() 116 nouveau_pushbuf_refn(push, bo_refs, num_refs); in nvc0_decoder_vp()
|
D | nvc0_video_bsp.c | 146 struct nouveau_pushbuf_refn bo_refs[] = { in nvc0_decoder_bsp_end() 164 nouveau_pushbuf_refn(push, bo_refs, num_refs); in nvc0_decoder_bsp_end()
|
/external/igt-gpu-tools/tests/ |
D | prime_nv_pcopy.c | 343 struct nouveau_pushbuf_refn refs[] = { in perform_copy() 359 igt_assert(nouveau_pushbuf_refn(push, refs, 3) == 0); in perform_copy() 793 igt_assert(nouveau_pushbuf_refn(push, &(struct nouveau_pushbuf_refn) in test_semaphore()
|