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

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_span.c 43 nouveau_bo_map(s->bo, NOUVEAU_BO_RDWR, context_client(ctx));
nouveau_driver.c 82 { nctx->fence, NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR };
92 nouveau_bo_wait(nctx->fence, NOUVEAU_BO_RDWR, context_client(ctx));
nv20_state_fb.c 74 nfb->hierz.bo, 0, NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
85 unsigned bo_flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR;
nv04_state_fb.c 57 unsigned bo_flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR;
nv10_state_fb.c 78 nfb->hierz.bo, 0, NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
100 unsigned bo_flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state_validate.c 139 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
141 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
150 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
160 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
171 NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR);
  /external/libdrm/nouveau/
nouveau.h 122 #define NOUVEAU_BO_RDWR (NOUVEAU_BO_RD | NOUVEAU_BO_WR)
nouveau.c 580 if (!(access & NOUVEAU_BO_RDWR))
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 40 ret = nouveau_bo_map(dec->cmd_bo, NOUVEAU_BO_RDWR, dec->client);
45 ret = nouveau_bo_map(dec->data_bo, NOUVEAU_BO_RDWR, dec->client);
407 #define BCTX_ARGS dec->bufctx, NV31_VIDEO_BIND_IMG(i), NOUVEAU_BO_RDWR
597 nouveau_bo_map(dec->fence_bo, NOUVEAU_BO_RDWR, NULL);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_shader_state.c 37 const uint32_t flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_shader_state.c 130 const unsigned flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR;

Completed in 249 milliseconds