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

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_fb.c 57 unsigned bo_flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR; local
74 s->bo, 0, bo_flags);
86 s->bo, 0, bo_flags);
nv20_state_fb.c 85 unsigned bo_flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR; local
102 s->bo, 0, bo_flags);
115 s->bo, 0, bo_flags);
nv10_state_fb.c 100 unsigned bo_flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR; local
128 s->bo, 0, bo_flags);
141 s->bo, 0, bo_flags);
nv10_state_tex.c 159 const int bo_flags = NOUVEAU_BO_RD | NOUVEAU_BO_GART | NOUVEAU_BO_VRAM; local
226 s->bo, tx_format, bo_flags | NOUVEAU_BO_OR,
232 s->bo, s->offset, bo_flags);
nv20_state_tex.c 163 const int bo_flags = NOUVEAU_BO_RD | NOUVEAU_BO_GART | NOUVEAU_BO_VRAM; local
238 s->bo, tx_format, bo_flags | NOUVEAU_BO_OR,
244 s->bo, s->offset, bo_flags);
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_miptree.c 256 uint32_t bo_flags; local
307 bo_flags = mt->base.domain | NOUVEAU_BO_NOSNOOP;
310 bo_flags |= NOUVEAU_BO_CONTIG;
312 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config,
nvc0_vbo.c 255 const uint32_t bo_flags = NOUVEAU_BO_RD | NOUVEAU_BO_GART; local
260 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_VTX_TMP, bo_flags, bo);
284 const uint32_t bo_flags = NOUVEAU_BO_RD | NOUVEAU_BO_GART; local
295 BCTX_REFN_bo(nvc0->bufctx_3d, 3D_VTX_TMP, bo_flags, bo);
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_miptree.c 344 uint32_t bo_flags; local
385 bo_flags = mt->base.domain | NOUVEAU_BO_NOSNOOP;
387 bo_flags |= NOUVEAU_BO_CONTIG;
389 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config,
nv50_vbo.c 267 const uint32_t bo_flags = NOUVEAU_BO_GART | NOUVEAU_BO_RD; local
272 BCTX_REFN_bo(nv50->bufctx_3d, 3D_VERTEX_TMP, bo_flags, bo);

Completed in 791 milliseconds