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

12

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_context.c 116 NOUVEAU_BO_MAP | NOUVEAU_BO_VRAM,
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_context.c 106 if (nouveau_bo_new(context_dev(ctx), NOUVEAU_BO_VRAM, 0, 4096,
nouveau_texture.c 422 NOUVEAU_BO_GART | NOUVEAU_BO_VRAM,
  /external/drm_gralloc/
gralloc_drm_nouveau.c 75 flags = NOUVEAU_BO_MAP | NOUVEAU_BO_VRAM;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_miptree.c 308 mt->base.domain = NOUVEAU_BO_VRAM;
nvc0_shader_state.c 37 const uint32_t flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR;
nvc0_tex.c 376 65536 + tsc->id * 32, NOUVEAU_BO_VRAM,
nvc0_state_validate.c 382 nvc0_cb_push(&nvc0->base, bo, NOUVEAU_BO_VRAM,
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_tex.c 306 NOUVEAU_BO_VRAM, 32, tsc->tsc);
nv50_program.c 414 NOUVEAU_BO_VRAM, prog->code_size, prog->code);
nv50_shader_state.c 130 const unsigned flags = NOUVEAU_BO_VRAM | NOUVEAU_BO_RDWR;

Completed in 510 milliseconds

12