Searched refs:BUFCTX_FB (Results 1 – 9 of 9) sorted by relevance
/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() 90 PUSH_RESET(push, BUFCTX_FB); in nv20_emit_framebuffer() 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 | 62 PUSH_RESET(push, BUFCTX_FB); in nv04_emit_framebuffer() 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() 105 PUSH_RESET(push, BUFCTX_FB); in nv10_emit_framebuffer() 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 | nouveau_context.h | 43 #define BUFCTX_FB 0 macro
|
D | nouveau_context.c | 332 nouveau_bufctx_reset(to_nouveau_context(ctx)->hw.bufctx, BUFCTX_FB); in update_framebuffer()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state_validate.c | 102 PUSH_RESET(push, BUFCTX_FB); in nv30_validate_fb() 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_context.c | 100 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FB); in nv30_invalidate_resource_storage() 110 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FB); in nv30_invalidate_resource_storage()
|
D | nv30_context.h | 12 #define BUFCTX_FB 0 macro
|
D | nv30_state.c | 369 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FB); in nv30_set_framebuffer_state()
|