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

12

  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.c 53 nv50_m2mf_transfer_rect(struct nv50_context *nv50,
58 struct nouveau_pushbuf *push = nv50->base.pushbuf;
59 struct nouveau_bufctx *bctx = nv50->bufctx;
151 struct nv50_context *nv50 = nv50_context(&nv->pipe); local
152 struct nouveau_pushbuf *push = nv50->base.pushbuf;
157 nouveau_bufctx_refn(nv50->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
158 nouveau_pushbuf_bufctx(push, nv50->bufctx);
204 nouveau_bufctx_reset(nv50->bufctx, 0);
256 struct nv50_context *nv50 = nv50_context(pctx); local
257 struct nouveau_device *dev = nv50->screen->base.device
330 struct nv50_context *nv50 = nv50_context(pctx); local
    [all...]
nv50_program.c 374 nv50_program_upload_code(struct nv50_context *nv50, struct nv50_program *prog)
381 case PIPE_SHADER_VERTEX: heap = nv50->screen->vp_code_heap; break;
382 case PIPE_SHADER_GEOMETRY: heap = nv50->screen->fp_code_heap; break;
383 case PIPE_SHADER_FRAGMENT: heap = nv50->screen->gp_code_heap; break;
403 ret = nv50_tls_realloc(nv50->screen, prog->tls_space);
407 nv50->state.new_tls_space = TRUE;
412 nv50_sifc_linear_u8(&nv50->base, nv50->screen->code,
416 BEGIN_NV04(nv50->base.pushbuf, NV50_3D(CODE_CB_FLUSH), 1);
417 PUSH_DATA (nv50->base.pushbuf, 0)
    [all...]
nv50_context.h 166 nv50_context_screen(struct nv50_context *nv50)
168 return nv50_screen(&nv50->base.screen->base);
271 void nv50_vertex_arrays_validate(struct nv50_context *nv50);
nv50_miptree.c 272 bo_config.nv50.memtype = nv50_mt_choose_storage_type(mt, TRUE);
279 if (bo_config.nv50.memtype != 0) {
286 bo_config.nv50.tile_mode = mt->level[0].tile_mode;
338 mt->level[0].tile_mode = mt->base.bo->config.nv50.tile_mode;
nv50_winsys.h 86 return bo->config.nv50.memtype;
114 /* long, non-incremental, nv50-only */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_program.c 374 nv50_program_upload_code(struct nv50_context *nv50, struct nv50_program *prog)
381 case PIPE_SHADER_VERTEX: heap = nv50->screen->vp_code_heap; break;
382 case PIPE_SHADER_GEOMETRY: heap = nv50->screen->fp_code_heap; break;
383 case PIPE_SHADER_FRAGMENT: heap = nv50->screen->gp_code_heap; break;
403 ret = nv50_tls_realloc(nv50->screen, prog->tls_space);
407 nv50->state.new_tls_space = TRUE;
412 nv50_sifc_linear_u8(&nv50->base, nv50->screen->code,
416 BEGIN_NV04(nv50->base.pushbuf, NV50_3D(CODE_CB_FLUSH), 1);
417 PUSH_DATA (nv50->base.pushbuf, 0)
    [all...]
nv50_context.h 166 nv50_context_screen(struct nv50_context *nv50)
168 return nv50_screen(&nv50->base.screen->base);
271 void nv50_vertex_arrays_validate(struct nv50_context *nv50);
nv50_miptree.c 272 bo_config.nv50.memtype = nv50_mt_choose_storage_type(mt, TRUE);
279 if (bo_config.nv50.memtype != 0) {
286 bo_config.nv50.tile_mode = mt->level[0].tile_mode;
338 mt->level[0].tile_mode = mt->base.bo->config.nv50.tile_mode;
nv50_winsys.h 86 return bo->config.nv50.memtype;
114 /* long, non-incremental, nv50-only */
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-nouveau/
Makefile 12 $(TOP)/src/gallium/drivers/nv50/libnv50.a \
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/vdpau-nouveau/
Makefile 11 $(TOP)/src/gallium/drivers/nv50/libnv50.a \
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xorg-nouveau/
Makefile 17 $(TOP)/src/gallium/drivers/nv50/libnv50.a \
  /external/mesa3d/src/gallium/targets/dri-nouveau/
Makefile 12 $(TOP)/src/gallium/drivers/nv50/libnv50.a \
  /external/mesa3d/src/gallium/targets/vdpau-nouveau/
Makefile 11 $(TOP)/src/gallium/drivers/nv50/libnv50.a \
  /external/mesa3d/src/gallium/targets/xorg-nouveau/
Makefile 17 $(TOP)/src/gallium/drivers/nv50/libnv50.a \
  /external/mesa3d/src/gallium/
Android.mk 48 drivers/nv50 \
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_mm.c 171 size, cache->config.nv50.memtype, ret);
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/pipe-loader/
Makefile 43 $(TOP)/src/gallium/drivers/nv50/libnv50.a \
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_mm.c 171 size, cache->config.nv50.memtype, ret);
  /external/mesa3d/src/gallium/targets/pipe-loader/
Makefile 43 $(TOP)/src/gallium/drivers/nv50/libnv50.a \
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
Makefile 105 $(TOP)/src/gallium/drivers/nv50/libnv50.a \
  /external/mesa3d/src/gallium/targets/egl-static/
Makefile 105 $(TOP)/src/gallium/drivers/nv50/libnv50.a \

Completed in 168 milliseconds

12