HomeSort by relevance Sort by last modified time
    Searched refs:NOUVEAU_BO_RD (Results 26 - 38 of 38) sorted by null

12

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 145 flags |= NOUVEAU_BO_RD;
nv10_state_tex.c 159 const int bo_flags = NOUVEAU_BO_RD | NOUVEAU_BO_GART | NOUVEAU_BO_VRAM;
nv20_state_tex.c 163 const int bo_flags = NOUVEAU_BO_RD | NOUVEAU_BO_GART | NOUVEAU_BO_VRAM;
nv04_render.c 144 const int tex_flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_GART | NOUVEAU_BO_RD;
nouveau_texture.c 116 flags |= NOUVEAU_BO_RD;
193 flags |= NOUVEAU_BO_RD;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_draw.c 129 NOUVEAU_BO_LOW | NOUVEAU_BO_RD, 0, 0);
174 NOUVEAU_BO_LOW | NOUVEAU_BO_RD, 0, 0);
nv30_miptree.c 242 access |= NOUVEAU_BO_RD;
nv30_state_validate.c 521 if (bref->flags & NOUVEAU_BO_RD)
  /external/drm_gralloc/
gralloc_drm_nouveau.c 250 flags = NOUVEAU_BO_RD;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.c 121 if (nouveau_bo_map(bounce, NOUVEAU_BO_RD, nv->screen->client))
442 if (nouveau_bo_map(bo, NOUVEAU_BO_RD, nv->screen->client))
nouveau_video.c 79 #define BCTX_ARGS dec->bufctx, NV31_VIDEO_BIND_CMD, NOUVEAU_BO_RD
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_vbo.c 217 NOUVEAU_BO_RD, bo);
247 const uint32_t bo_flags = NOUVEAU_BO_GART | NOUVEAU_BO_RD;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_vbo.c 250 const uint32_t bo_flags = NOUVEAU_BO_RD | NOUVEAU_BO_GART;
277 const uint32_t bo_flags = NOUVEAU_BO_RD | NOUVEAU_BO_GART;

Completed in 219 milliseconds

12