HomeSort by relevance Sort by last modified time
    Searched refs:BUFCTX_FB (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_fb.c 62 PUSH_RESET(push, BUFCTX_FB);
73 PUSH_MTHDl(push, NV04_SF3D(OFFSET_COLOR), BUFCTX_FB,
85 PUSH_MTHDl(push, NV04_SF3D(OFFSET_ZETA), BUFCTX_FB,
nv20_state_fb.c 73 PUSH_MTHDl(push, NV25_3D(HIERZ_OFFSET), BUFCTX_FB,
90 PUSH_RESET(push, BUFCTX_FB);
101 PUSH_MTHDl(push, NV20_3D(COLOR_OFFSET), BUFCTX_FB,
114 PUSH_MTHDl(push, NV20_3D(ZETA_OFFSET), BUFCTX_FB,
nv10_state_fb.c 77 PUSH_MTHDl(push, NV17_3D(HIERZ_OFFSET), BUFCTX_FB,
105 PUSH_RESET(push, BUFCTX_FB);
127 PUSH_MTHDl(push, NV10_3D(COLOR_OFFSET), BUFCTX_FB,
140 PUSH_MTHDl(push, NV10_3D(ZETA_OFFSET), BUFCTX_FB,
nouveau_context.h 43 #define BUFCTX_FB 0
nouveau_context.c 342 nouveau_bufctx_reset(to_nouveau_context(ctx)->hw.bufctx, BUFCTX_FB);
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state_validate.c 102 PUSH_RESET(push, BUFCTX_FB);
138 PUSH_MTHDl(push, NV30_3D(COLOR0_OFFSET), BUFCTX_FB, rbo, rsf->offset & ~63,
140 PUSH_MTHDl(push, NV30_3D(ZETA_OFFSET), BUFCTX_FB, zbo, zsf->offset & ~63,
149 PUSH_MTHDl(push, NV30_3D(COLOR1_OFFSET), BUFCTX_FB, bo, sf->offset,
159 PUSH_MTHDl(push, NV40_3D(COLOR2_OFFSET), BUFCTX_FB, bo, sf->offset,
170 PUSH_MTHDl(push, NV40_3D(COLOR3_OFFSET), BUFCTX_FB, bo, sf->offset,
nv30_context.h 11 #define BUFCTX_FB 0
nv30_state.c 358 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FB);

Completed in 82 milliseconds