/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv20_state_fb.c | 73 PUSH_MTHDl(push, NV25_3D(HIERZ_OFFSET), BUFCTX_FB, in setup_hierz_buffer() 101 PUSH_MTHDl(push, NV20_3D(COLOR_OFFSET), BUFCTX_FB, in nv20_emit_framebuffer() 114 PUSH_MTHDl(push, NV20_3D(ZETA_OFFSET), BUFCTX_FB, in nv20_emit_framebuffer()
|
D | nv04_state_fb.c | 73 PUSH_MTHDl(push, NV04_SF3D(OFFSET_COLOR), BUFCTX_FB, in nv04_emit_framebuffer() 85 PUSH_MTHDl(push, NV04_SF3D(OFFSET_ZETA), BUFCTX_FB, in nv04_emit_framebuffer()
|
D | nv10_state_fb.c | 77 PUSH_MTHDl(push, NV17_3D(HIERZ_OFFSET), BUFCTX_FB, in setup_hierz_buffer() 127 PUSH_MTHDl(push, NV10_3D(COLOR_OFFSET), BUFCTX_FB, in nv10_emit_framebuffer() 140 PUSH_MTHDl(push, NV10_3D(ZETA_OFFSET), BUFCTX_FB, in nv10_emit_framebuffer()
|
D | nv10_render.c | 146 PUSH_MTHDl(push, NV10_3D(VTXBUF_OFFSET(i)), BUFCTX_VTX, in nv10_render_bind_vertices()
|
D | nv10_state_tex.c | 231 PUSH_MTHDl(push, NV10_3D(TEX_OFFSET(i)), BUFCTX_TEX(i), in nv10_emit_tex_obj()
|
D | nouveau_local.h | 102 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDl() function
|
D | nv20_state_tex.c | 243 PUSH_MTHDl(push, NV20_3D(TEX_OFFSET(i)), BUFCTX_TEX(i), in nv20_emit_tex_obj()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state_validate.c | 135 PUSH_MTHDl(push, NV30_3D(COLOR0_OFFSET), BUFCTX_FB, rbo, rsf->offset & ~63, in nv30_validate_fb() 137 PUSH_MTHDl(push, NV30_3D(ZETA_OFFSET), BUFCTX_FB, zbo, zsf->offset & ~63, in nv30_validate_fb() 146 PUSH_MTHDl(push, NV30_3D(COLOR1_OFFSET), BUFCTX_FB, bo, sf->offset, in nv30_validate_fb() 156 PUSH_MTHDl(push, NV40_3D(COLOR2_OFFSET), BUFCTX_FB, bo, sf->offset, in nv30_validate_fb() 167 PUSH_MTHDl(push, NV40_3D(COLOR3_OFFSET), BUFCTX_FB, bo, sf->offset, in nv30_validate_fb()
|
D | nv30_winsys.h | 50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDl() function
|
D | nv30_fragtex.c | 127 PUSH_MTHDl(push, NV30_3D(TEX_OFFSET(unit)), BUFCTX_FRAGTEX(unit), in nv30_fragtex_validate()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_video.h | 84 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, in PUSH_MTHDl() function
|
D | nouveau_video.c | 82 PUSH_MTHDl(push, NV31_MPEG(CMD_OFFSET), dec->cmd_bo, 0, BCTX_ARGS); in nouveau_vpe_fini() 86 PUSH_MTHDl(push, NV31_MPEG(DATA_OFFSET), dec->data_bo, 0, BCTX_ARGS); in nouveau_vpe_fini() 396 PUSH_MTHDl(push, NV31_MPEG(IMAGE_Y_OFFSET(i)), bo_y, 0, BCTX_ARGS); in nouveau_decoder_surface_index() 397 PUSH_MTHDl(push, NV31_MPEG(IMAGE_C_OFFSET(i)), bo_c, 0, BCTX_ARGS); in nouveau_decoder_surface_index()
|