Searched refs:BUFCTX_FB (Results 1 – 4 of 4) sorted by relevance
/third_party/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 | 380 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FB); in nv30_set_framebuffer_state()
|