/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_local.h | 27 PUSH_AVAIL(struct nouveau_pushbuf *push) in PUSH_AVAIL() 33 PUSH_SPACE(struct nouveau_pushbuf *push, uint32_t size) in PUSH_SPACE() 41 PUSH_DATA(struct nouveau_pushbuf *push, uint32_t data) in PUSH_DATA() 47 PUSH_DATAf(struct nouveau_pushbuf *push, float v) in PUSH_DATAf() 54 PUSH_DATAb(struct nouveau_pushbuf *push, GLboolean x) in PUSH_DATAb() 60 PUSH_DATAm(struct nouveau_pushbuf *push, float m[16]) in PUSH_DATAm() 70 PUSH_DATAp(struct nouveau_pushbuf *push, const void *data, uint32_t size) in PUSH_DATAp() 77 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, in PUSH_RELOC() 84 PUSH_KICK(struct nouveau_pushbuf *push) in PUSH_KICK() 90 BUFCTX(struct nouveau_pushbuf *push) in BUFCTX() [all …]
|
D | nv10_state_raster.c | 40 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_alpha_func() 53 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_blend_color() 65 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_blend_equation() 77 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_blend_func() 87 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_color_mask() 99 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_depth() 113 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_dither() 122 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_logic_opcode() 135 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_shade_model() 145 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_stencil_func() [all …]
|
D | nv10_state_polygon.c | 37 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_cull_face() 52 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_front_face() 62 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_line_mode() 81 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_point_mode() 93 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_polygon_mode() 106 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_polygon_offset()
|
D | nv20_state_tnl.c | 92 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_color_material() 155 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_fog() 179 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_light_model() 201 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_light_source() 239 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_material_ambient() 283 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_material_diffuse() 307 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_material_specular() 327 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_material_shininess() 343 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_modelview() 370 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_projection()
|
D | nv10_state_tnl.c | 60 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_color_material() 136 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_fog() 175 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_light_enable() 199 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_light_model() 285 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_light_source() 322 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_material_ambient() 365 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_material_diffuse() 388 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_material_specular() 431 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_material_shininess() 447 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_modelview() [all …]
|
D | nv10_state_fb.c | 57 struct nouveau_pushbuf *push = context_push(ctx); in setup_hierz_buffer() 95 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_framebuffer() 166 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_scissor() 179 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_viewport() 205 struct nouveau_pushbuf *push = context_push(ctx); in nv10_emit_zclear()
|
D | nv04_render.c | 97 swtnl_restart_ttri(struct nv04_context *nv04, struct nouveau_pushbuf *push) in swtnl_restart_ttri() 113 swtnl_restart_mtri(struct nv04_context *nv04, struct nouveau_pushbuf *push) in swtnl_restart_mtri() 146 struct nouveau_pushbuf *push = context_push(ctx); in swtnl_restart() 170 struct nouveau_pushbuf *push = context_push(ctx); in swtnl_start() 188 struct nouveau_pushbuf *push = context_push(ctx); in swtnl_finish() 207 struct nouveau_pushbuf *push = context_push(ctx); \
|
D | nv20_state_fb.c | 57 struct nouveau_pushbuf *push = context_push(ctx); in setup_hierz_buffer() 80 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_framebuffer() 137 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_viewport()
|
D | nv20_state_frag.c | 37 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_tex_env() 59 struct nouveau_pushbuf *push = context_push(ctx); in nv20_emit_frag()
|
/external/libdrm/nouveau/ |
D | pushbuf.c | 54 struct nouveau_pushbuf base; 70 nouveau_pushbuf(struct nouveau_pushbuf *push) in nouveau_pushbuf() function 75 static int pushbuf_validate(struct nouveau_pushbuf *, bool); 76 static int pushbuf_flush(struct nouveau_pushbuf *); 79 pushbuf_kref_fits(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_kref_fits() 82 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push); in pushbuf_kref_fits() 147 pushbuf_kref(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_kref() 151 struct nouveau_pushbuf_priv *nvpb = nouveau_pushbuf(push); in pushbuf_kref() 153 struct nouveau_pushbuf *fpush; in pushbuf_kref() 219 pushbuf_krel(struct nouveau_pushbuf *push, struct nouveau_bo *bo, in pushbuf_krel() [all …]
|
D | nouveau.h | 192 struct nouveau_pushbuf { struct 196 void (*kick_notify)(struct nouveau_pushbuf *); argument 211 struct nouveau_pushbuf **); argument 212 void nouveau_pushbuf_del(struct nouveau_pushbuf **); 213 int nouveau_pushbuf_space(struct nouveau_pushbuf *, uint32_t dwords, 215 void nouveau_pushbuf_data(struct nouveau_pushbuf *, struct nouveau_bo *, 217 int nouveau_pushbuf_refn(struct nouveau_pushbuf *, 223 void nouveau_pushbuf_reloc(struct nouveau_pushbuf *, struct nouveau_bo *, 226 int nouveau_pushbuf_validate(struct nouveau_pushbuf *); 227 uint32_t nouveau_pushbuf_refd(struct nouveau_pushbuf *, struct nouveau_bo *); [all …]
|
D | private.h | 27 struct nouveau_pushbuf *push; 52 static inline struct nouveau_pushbuf * 56 struct nouveau_pushbuf *push = NULL; in cli_push_get() 65 struct nouveau_pushbuf *push) in cli_kref_set()
|
/external/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()
|
D | nouveau_video.h | 22 struct nouveau_pushbuf *push; 70 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NV04() 77 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NI04() 84 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, in PUSH_MTHDl()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
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_state_validate.c | 40 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_fb() 177 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_blend_colour() 206 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_stencil_ref() 217 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_stipple() 226 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_scissor() 248 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_viewport() 277 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_clip() 298 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_blend() 307 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_zsa() 316 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_validate_rasterizer() [all …]
|
D | nv30_vbo.c | 42 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_emit_vtxattr() 130 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_update_user_vbufs() 183 struct nouveau_pushbuf *push = nv30->base.pushbuf; 339 struct nouveau_pushbuf *push = nv30->base.pushbuf; 368 nv30_draw_elements_inline_u08(struct nouveau_pushbuf *push, const uint8_t *map, 393 nv30_draw_elements_inline_u16(struct nouveau_pushbuf *push, const uint16_t *map, 417 nv30_draw_elements_inline_u32(struct nouveau_pushbuf *push, const uint32_t *map, 434 nv30_draw_elements_inline_u32_short(struct nouveau_pushbuf *push, 465 struct nouveau_pushbuf *push = nv30->base.pushbuf; 550 struct nouveau_pushbuf *push = nv30->base.pushbuf;
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
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_shader_state.c | 72 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_program_sp_start_id() 87 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_vertprog_validate() 107 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_fragprog_validate() 188 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_tctlprog_validate() 216 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_tevlprog_validate() 239 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_gmtyprog_validate() 259 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_compprog_validate() 272 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_layer_validate() 300 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_tfb_validate()
|
D | nvc0_state_validate.c | 12 struct nouveau_pushbuf *push = nvc0->base.pushbuf; 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() 165 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_sample_locations() 197 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_fb() 328 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_blend_colour() 340 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_stencil_ref() 350 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_stipple() 362 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_scissor() 393 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_viewport() [all …]
|
D | nvc0_vbo.c | 173 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_set_constant_vertex_attrib() 232 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_update_user_vbufs() 276 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_update_user_vbufs_shared() 316 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_vertex_buffers() 383 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_validate_vertex_buffers_shared() 436 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_vertex_arrays_validate() 559 nvc0_draw_vbo_kick_notify(struct nouveau_pushbuf *push) in nvc0_draw_vbo_kick_notify() 573 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_draw_arrays() 602 nvc0_draw_elements_inline_u08(struct nouveau_pushbuf *push, const uint8_t *map, in nvc0_draw_elements_inline_u08() 630 nvc0_draw_elements_inline_u16(struct nouveau_pushbuf *push, const uint16_t *map, in nvc0_draw_elements_inline_u16() [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
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()
|
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() 152 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_blend_colour() 164 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_stencil_ref() 175 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_stipple() 186 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_scissor() 250 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_viewport() 289 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_window_rects() 340 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_derived_2() 353 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_clip() [all …]
|
D | nv50_query_hw.h | 55 nv50_hw_query_pushbuf_submit(struct nouveau_pushbuf *, uint16_t, 58 nv84_hw_query_fifo_wait(struct nouveau_pushbuf *, struct nv50_query *);
|
D | nv98_video_ppp.c | 27 struct nouveau_pushbuf *push = dec->pushbuf[2]; in nv98_decoder_setup_ppp() 77 struct nouveau_pushbuf *push = dec->pushbuf[2]; in nv98_decoder_vc1_ppp() 94 struct nouveau_pushbuf *push = dec->pushbuf[2]; in nv98_decoder_ppp()
|