/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state_validate.c | 7 nv50_fb_set_null_rt(struct nouveau_pushbuf *push, unsigned i) in nv50_fb_set_null_rt() 22 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_fb() local 152 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_blend_colour() local 164 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_stencil_ref() local 175 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_stipple() local 186 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_scissor() local 250 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_viewport() local 289 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_window_rects() local 340 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_derived_2() local 353 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_clip() local [all …]
|
D | nv50_shader_state.c | 37 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_constbufs_validate() local 157 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_vertprog_validate() local 178 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_fragprog_validate() local 265 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_gmtyprog_validate() local 292 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_compprog_validate() local 305 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_sprite_coords_validate() local 362 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_derived_rs() local 427 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_fp_linkage_validate() local 637 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_gp_linkage_validate() local 665 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_stream_output_validate() local
|
D | nv50_push.c | 14 struct nouveau_pushbuf *push; member 38 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index) in prim_restart_search_i08() 48 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index) in prim_restart_search_i16() 58 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index) in prim_restart_search_i32() 73 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i08() local 112 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i16() local 151 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i32() local 190 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_seq() local
|
D | nv50_vbo.c | 145 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_emit_vtxattr() local 236 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_update_user_vbufs() local 292 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_vertex_arrays_validate() local 471 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_draw_arrays() local 500 nv50_draw_elements_inline_u08(struct nouveau_pushbuf *push, const uint8_t *map, in nv50_draw_elements_inline_u08() 526 nv50_draw_elements_inline_u16(struct nouveau_pushbuf *push, const uint16_t *map, in nv50_draw_elements_inline_u16() 549 nv50_draw_elements_inline_u32(struct nouveau_pushbuf *push, const uint32_t *map, in nv50_draw_elements_inline_u32() 566 nv50_draw_elements_inline_u32_short(struct nouveau_pushbuf *push, in nv50_draw_elements_inline_u32_short() 596 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_draw_elements() local 708 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nva0_draw_stream_output() local [all …]
|
D | nv50_query_hw.c | 77 nv50_hw_query_get(struct nouveau_pushbuf *push, struct nv50_query *q, in nv50_hw_query_get() 125 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_hw_begin_query() local 200 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_hw_end_query() local 450 nv50_hw_query_pushbuf_submit(struct nouveau_pushbuf *push, uint16_t method, in nv50_hw_query_pushbuf_submit() 465 nv84_hw_query_fifo_wait(struct nouveau_pushbuf *push, struct nv50_query *q) in nv84_hw_query_fifo_wait()
|
D | nv98_video_ppp.c | 27 struct nouveau_pushbuf *push = dec->pushbuf[2]; in nv98_decoder_setup_ppp() local 77 struct nouveau_pushbuf *push = dec->pushbuf[2]; in nv98_decoder_vc1_ppp() local 94 struct nouveau_pushbuf *push = dec->pushbuf[2]; in nv98_decoder_ppp() local
|
D | nv50_compute.c | 35 struct nouveau_pushbuf *push) in nv50_screen_compute_setup() 211 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_compute_validate_constbufs() local 327 nv50_set_surface_info(struct nouveau_pushbuf *push, in nv50_set_surface_info() 376 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_compute_validate_surfaces() local 529 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_compute_upload_input() local 565 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_launch_grid() local
|
D | nv50_winsys.h | 43 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags) in PUSH_REFN() 92 PUSH_DATAh(struct nouveau_pushbuf *push, uint64_t data) in PUSH_DATAh() 98 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NV04() 107 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NI04() 117 BEGIN_NL50(struct nouveau_pushbuf *push, int subc, int mthd, uint32_t size) in BEGIN_NL50()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state_validate.c | 40 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_fb() local 177 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_blend_colour() local 206 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_stencil_ref() local 217 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_stipple() local 226 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_scissor() local 248 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_viewport() local 277 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_clip() local 298 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_blend() local 307 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_zsa() local 316 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_rasterizer() local [all …]
|
D | nv30_push.c | 38 struct nouveau_pushbuf *push; member 56 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index) in prim_restart_search_i08() 66 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index) in prim_restart_search_i16() 76 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index) in prim_restart_search_i32() 91 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i08() local 123 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i16() local 155 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i32() local 185 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_seq() local
|
D | nv30_winsys.h | 23 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, in PUSH_RELOC() 30 bufctx(struct nouveau_pushbuf *push) in bufctx() 37 PUSH_RESET(struct nouveau_pushbuf *push, int bin) in PUSH_RESET() 43 PUSH_REFN(struct nouveau_pushbuf *push, int bin, in PUSH_REFN() 50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDl() 59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDo() 71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDs() 84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHD() 103 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_RESRC() 112 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NV04() [all …]
|
D | nv30_vbo.c | 43 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_emit_vtxattr() local 131 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_update_user_vbufs() local 184 struct nouveau_pushbuf *push = nv30->base.pushbuf; local 340 struct nouveau_pushbuf *push = nv30->base.pushbuf; local 369 nv30_draw_elements_inline_u08(struct nouveau_pushbuf *push, const uint8_t *map, 394 nv30_draw_elements_inline_u16(struct nouveau_pushbuf *push, const uint16_t *map, 418 nv30_draw_elements_inline_u32(struct nouveau_pushbuf *push, const uint32_t *map, 435 nv30_draw_elements_inline_u32_short(struct nouveau_pushbuf *push, 466 struct nouveau_pushbuf *push = nv30->base.pushbuf; local 563 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
|
D | nv30_context.c | 38 nv30_context_kick_notify(struct nouveau_pushbuf *push) in nv30_context_kick_notify() 76 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_context_flush() local 194 struct nouveau_pushbuf *push; in nv30_context_create() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_winsys.h | 20 PUSH_AVAIL(struct nouveau_pushbuf *push) in PUSH_AVAIL() 26 PUSH_SPACE(struct nouveau_pushbuf *push, uint32_t size) in PUSH_SPACE() 36 PUSH_DATA(struct nouveau_pushbuf *push, uint32_t data) in PUSH_DATA() 42 PUSH_DATAp(struct nouveau_pushbuf *push, const void *data, uint32_t size) in PUSH_DATAp() 49 PUSH_DATAb(struct nouveau_pushbuf *push, const void *data, uint32_t size) in PUSH_DATAb() 56 PUSH_DATAf(struct nouveau_pushbuf *push, float f) in PUSH_DATAf() 64 PUSH_KICK(struct nouveau_pushbuf *push) in PUSH_KICK()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state_validate.c | 60 nvc0_fb_set_null_rt(struct nouveau_pushbuf *push, unsigned i, unsigned layers) in nvc0_fb_set_null_rt() 91 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in gm200_validate_sample_locations() local 165 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_sample_locations() local 197 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_fb() local 328 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_blend_colour() local 340 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_stencil_ref() local 350 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_stipple() local 362 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_scissor() local 393 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_viewport() local 450 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_window_rects() local [all …]
|
D | nvc0_shader_state.c | 72 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_program_sp_start_id() local 87 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_vertprog_validate() local 107 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_fragprog_validate() local 198 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_tctlprog_validate() local 226 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_tevlprog_validate() local 249 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_gmtyprog_validate() local 269 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_compprog_validate() local 282 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_layer_validate() local 310 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_tfb_validate() local
|
D | nvc0_vbo.c | 174 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_set_constant_vertex_attrib() local 233 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_update_user_vbufs() local 277 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_update_user_vbufs_shared() local 317 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_vertex_buffers() local 384 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_vertex_buffers_shared() local 437 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_vertex_arrays_validate() local 560 nvc0_draw_vbo_kick_notify(struct nouveau_pushbuf *push) in nvc0_draw_vbo_kick_notify() 574 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_draw_arrays() local 603 nvc0_draw_elements_inline_u08(struct nouveau_pushbuf *push, const uint8_t *map, in nvc0_draw_elements_inline_u08() 631 nvc0_draw_elements_inline_u16(struct nouveau_pushbuf *push, const uint16_t *map, in nvc0_draw_elements_inline_u16() [all …]
|
D | nvc0_compute.c | 31 struct nouveau_pushbuf *push) in nvc0_screen_compute_setup() 192 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_compute_validate_constbufs() local 251 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_compute_validate_driverconst() local 267 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_compute_validate_buffers() local 319 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_compute_invalidate_surfaces() local 386 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_compute_upload_input() local 427 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_launch_grid() local 510 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_compute_update_indirect_invocations() local
|
D | nvc0_query_hw.c | 69 nvc0_hw_query_get(struct nouveau_pushbuf *push, struct nvc0_query *q, in nvc0_hw_query_get() 130 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_hw_query_write_compute_invocations() local 144 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_hw_begin_query() local 229 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_hw_end_query() local 396 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_hw_get_query_result_resource() local 627 nvc0_hw_query_pushbuf_submit(struct nouveau_pushbuf *push, in nvc0_hw_query_pushbuf_submit() 640 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_hw_query_fifo_wait() local
|
D | nve4_compute.c | 45 struct nouveau_pushbuf *push) in nve4_screen_compute_setup() 224 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in gm107_compute_validate_surfaces() local 285 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nve4_compute_validate_surfaces() local 354 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nve4_compute_set_tex_handles() local 389 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nve4_compute_validate_constbufs() local 450 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nve4_compute_validate_buffers() local 520 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nve4_compute_upload_input() local 821 nve4_upload_indirect_desc(struct nouveau_pushbuf *push, in nve4_upload_indirect_desc() 846 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nve4_launch_grid() local 952 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nve4_compute_validate_textures() local
|
D | nvc0_video_ppp.c | 27 struct nouveau_pushbuf *push = dec->pushbuf[2]; in nvc0_decoder_setup_ppp() local 77 struct nouveau_pushbuf *push = dec->pushbuf[2]; in nvc0_decoder_vc1_ppp() local 94 struct nouveau_pushbuf *push = dec->pushbuf[2]; in nvc0_decoder_ppp() local
|
D | nvc0_winsys.h | 42 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags) in PUSH_REFN() 107 PUSH_DATAh(struct nouveau_pushbuf *push, uint64_t data) in PUSH_DATAh() 113 BEGIN_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NVC0() 122 BEGIN_NIC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NIC0() 131 BEGIN_1IC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_1IC0() 140 IMMED_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, uint16_t data) in IMMED_NVC0()
|
D | nvc0_screen.c | 757 struct nouveau_pushbuf *push = screen->base.pushbuf; in nvc0_graph_set_macro() local 777 struct nouveau_pushbuf *push = screen->base.pushbuf; in tu102_graph_set_macro() local 794 nvc0_magic_3d_init(struct nouveau_pushbuf *push, uint16_t obj_class) in nvc0_magic_3d_init() 866 struct nouveau_pushbuf *push = screen->base.pushbuf; in nvc0_screen_fence_emit() local 948 struct nouveau_pushbuf *push = screen->base.pushbuf; in nvc0_screen_resize_text_area() local 995 struct nouveau_pushbuf *push = screen->base.pushbuf; in nvc0_screen_bind_cb_3d() local 1047 struct nouveau_pushbuf *push; in nvc0_screen_create() local
|
/third_party/libdrm/nouveau/ |
D | pushbuf.c | 46 struct drm_nouveau_gem_pushbuf_push push[NOUVEAU_GEM_MAX_PUSH]; member 71 nouveau_pushbuf(struct nouveau_pushbuf *push) in nouveau_pushbuf() 80 pushbuf_kref_fits(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_kref_fits() 148 pushbuf_kref(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_kref() 220 pushbuf_krel(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_krel() 311 pushbuf_submit(struct nouveau_pushbuf *push, struct nouveau_object *chan) in pushbuf_submit() 398 pushbuf_flush(struct nouveau_pushbuf *push) in pushbuf_flush() 440 pushbuf_refn_fail(struct nouveau_pushbuf *push, int sref, int srel) in pushbuf_refn_fail() 458 pushbuf_refn(struct nouveau_pushbuf *push, bool retry, in pushbuf_refn() 488 pushbuf_validate(struct nouveau_pushbuf *push, bool retry) in pushbuf_validate() [all …]
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | vp9lpf_16bpp_neon.S | 428 .macro bpp_frontend func, bpp, push 456 .macro bpp_frontends func, push=0 461 .macro bpp_frontend_rep func, suffix, int_suffix, dir, bpp, push 493 .macro bpp_frontends_rep func, suffix, int_suffix, dir, push=0
|