Home
last modified time | relevance | path

Searched refs:BUFCTX_FB (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv20_state_fb.c73 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()
Dnv04_state_fb.c62 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()
Dnv10_state_fb.c77 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()
Dnouveau_context.h43 #define BUFCTX_FB 0 macro
Dnouveau_context.c332 nouveau_bufctx_reset(to_nouveau_context(ctx)->hw.bufctx, BUFCTX_FB); in update_framebuffer()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state_validate.c102 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()
Dnv30_context.c100 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()
Dnv30_context.h12 #define BUFCTX_FB 0 macro
Dnv30_state.c369 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FB); in nv30_set_framebuffer_state()