Home
last modified time | relevance | path

Searched refs:nouveau_pushbuf_refn (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_clear.c112 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()
Dnv30_transfer.c150 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/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_vp.c76 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()
Dnv50_winsys.h45 struct nouveau_pushbuf_refn ref = { bo, flags }; in PUSH_REFN()
46 nouveau_pushbuf_refn(push, &ref, 1); in PUSH_REFN()
Dnv98_video_ppp.c35 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()
Dnv98_video_bsp.c50 struct nouveau_pushbuf_refn bo_refs[] = { in nv98_decoder_bsp()
111 nouveau_pushbuf_refn(push, bo_refs, num_refs); in nv98_decoder_bsp()
Dnv98_video_vp.c80 struct nouveau_pushbuf_refn bo_refs[] = { in nv98_decoder_vp()
116 nouveau_pushbuf_refn(push, bo_refs, num_refs); in nv98_decoder_vp()
Dnv84_video_bsp.c99 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/libdrm/nouveau/
Dnouveau.h204 struct nouveau_pushbuf_refn { struct
217 int nouveau_pushbuf_refn(struct nouveau_pushbuf *, argument
218 struct nouveau_pushbuf_refn *, int nr);
Dnouveau-symbols.txt37 nouveau_pushbuf_refn
Dpushbuf.c452 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/mesa/drivers/dri/nouveau/
Dnv04_surface.c195 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()
Dnouveau_driver.c90 struct nouveau_pushbuf_refn refn = in nouveau_finish()
96 !nouveau_pushbuf_refn(push, &refn, 1)) { in nouveau_finish()
Dnv04_render.c147 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/
Dnvc0_winsys.h44 struct nouveau_pushbuf_refn ref = { bo, flags }; in PUSH_REFN()
45 nouveau_pushbuf_refn(push, &ref, 1); in PUSH_REFN()
Dnvc0_video_ppp.c35 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()
Dnvc0_video_bsp.c146 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()
Dnvc0_video_vp.c80 struct nouveau_pushbuf_refn bo_refs[] = { in nvc0_decoder_vp()
116 nouveau_pushbuf_refn(push, bo_refs, num_refs); in nvc0_decoder_vp()
/external/igt-gpu-tools/tests/
Dprime_nv_pcopy.c343 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()