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

1 23

  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
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/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/mesa/drivers/dri/nouveau/
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/chromium_org/third_party/mesa/src/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;
  /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 132 milliseconds

1 23