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

  /external/mesa3d/src/gallium/drivers/nv30/
nv40_verttex.c 80 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_VERTTEX(i));
86 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_VERTTEX(i));
nv30_fragtex.c 182 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FRAGTEX(i));
188 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FRAGTEX(i));
nv30_winsys.h 39 nouveau_bufctx_reset(bufctx(push), bin);
nv30_state.c 358 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_FB);
402 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_VTXBUF);
nv30_vbo.c 176 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_VTXTMP);
188 nouveau_bufctx_reset(nv30->bufctx, BUFCTX_VTXBUF);
  /external/libdrm/nouveau/
bufctx.c 98 nouveau_bufctx_reset(&pctx->base, pctx->nr_bins);
109 nouveau_bufctx_reset(struct nouveau_bufctx *bctx, int bin) function
nouveau.h 188 void nouveau_bufctx_reset(struct nouveau_bufctx *, int bin);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_transfer.c 108 nouveau_bufctx_reset(bctx, 0);
173 nouveau_bufctx_reset(bctx, 0);
218 nouveau_bufctx_reset(nvc0->bufctx, 0);
261 nouveau_bufctx_reset(nvc0->bufctx, 0);
299 nouveau_bufctx_reset(bctx, 0);
326 nouveau_bufctx_reset(bctx, 0);
498 nouveau_bufctx_reset(bctx, 0);
nvc0_shader_state.c 43 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_TLS);
249 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_TFB);
nvc0_state.c 518 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_TEX(s, i));
528 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_TEX(s, i));
662 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_CB(s, i));
732 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_FB);
833 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_VTX);
843 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_IDX);
nvc0_vbo.c 220 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_VTX_TMP);
419 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_VTX);
nvc0_state_validate.c 64 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_FB);
nvc0_vbo_translate.c 511 nouveau_bufctx_reset(nvc0->bufctx_3d, NVC0_BIND_VTX_TMP);
nvc0_surface.c 271 nouveau_bufctx_reset(nvc0->bufctx, 0);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.c 143 nouveau_bufctx_reset(bctx, 0);
204 nouveau_bufctx_reset(nv50->bufctx, 0);
246 nouveau_bufctx_reset(bctx, 0);
420 nouveau_bufctx_reset(bctx, 0);
nv50_state.c 638 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_TEXTURES);
764 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_CB(s, i));
837 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_FB);
911 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_VERTEX);
923 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_INDEX);
    [all...]
nv50_shader_state.c 134 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_TLS);
141 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_TLS);
583 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_SO);
nv50_state_validate.c 13 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_FB);
nv50_vbo.c 269 nouveau_bufctx_reset(nv50->bufctx_3d, NV50_BIND_VERTEX_TMP);
nv50_surface.c 265 nouveau_bufctx_reset(nv50->bufctx, NV50_BIND_2D);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_local.h 98 nouveau_bufctx_reset(BUFCTX(push), bin);
nouveau_context.c 342 nouveau_bufctx_reset(to_nouveau_context(ctx)->hw.bufctx, BUFCTX_FB);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 77 nouveau_bufctx_reset(dec->bufctx, NV31_VIDEO_BIND_CMD);
405 nouveau_bufctx_reset(dec->bufctx, NV31_VIDEO_BIND_IMG(i));

Completed in 391 milliseconds