HomeSort by relevance Sort by last modified time
    Searched refs:nv04_resource (Results 26 - 50 of 68) sorted by null

12 3

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_vbo.c 299 struct nv04_resource *buf = nv04_resource(nv50->vtxbuf[i].buffer);
365 struct nv04_resource *buf = nv04_resource(vb->buffer);
580 struct nv04_resource *buf = nv04_resource(nv50->idxbuf.buffer);
666 struct nv04_resource *res = nv04_resource(so->pipe.buffer);
nv50_push.c 228 nv04_resource(vb->buffer), vb->buffer_offset, NOUVEAU_BO_RD);
241 nv04_resource(nv50->idxbuf.buffer), nv50->idxbuf.offset,
nv50_tex.c 137 if (unlikely(!nouveau_bo_memtype(nv04_resource(texture)->bo))) {
209 struct nv04_resource *res;
nv50_context.c 211 struct nv04_resource *res = ref->priv;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_vbo.c 318 struct nv04_resource *res;
340 res = nv04_resource(vb->buffer);
379 struct nv04_resource *buf;
390 buf = nv04_resource(vb->buffer);
507 struct nv04_resource *buf = nv04_resource(nvc0->idxbuf.buffer);
756 struct nv04_resource *res = nv04_resource(so->pipe.buffer);
nvc0_tex.c 110 if (unlikely(!nouveau_bo_memtype(nv04_resource(texture)->bo))) {
221 struct nv04_resource *res;
229 res = nv04_resource(tic->pipe.texture);
287 struct nv04_resource *res;
294 res = nv04_resource(tic->pipe.texture);
nvc0_vbo_translate.c 72 nv04_resource(vb->buffer), vb->buffer_offset, NOUVEAU_BO_RD);
85 struct nv04_resource *buf = nv04_resource(nvc0->idxbuf.buffer);
100 struct nv04_resource *buf = nv04_resource(vb->buffer);
535 nouveau_resource_unmap(nv04_resource(nvc0->idxbuf.buffer));
537 nouveau_resource_unmap(nv04_resource(nvc0->vtxbuf[i].buffer));
nvc0_winsys.h 27 struct nv04_resource *res, unsigned flags)
nvc0_shader_state.c 253 struct nv04_resource *buf = nv04_resource(targ->pipe.buffer);
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_vertprog.c 172 struct nv04_resource *res = nv04_resource(nv30->vertprog.constbuf);
nv30_context.c 53 struct nv04_resource *res = bref->priv;
nv30_transfer.c 111 static INLINE struct nv04_resource *
114 struct nv04_resource *fp = nv04_resource(nv30->blit_fp);
135 fp = nv04_resource(nv30->blit_fp);
146 struct nv04_resource *fp = nv30_transfer_rect_fragprog(nv30);
nv30_draw.c 128 nv04_resource(r->buffer), r->offset + r->vtxptr[i],
173 nv04_resource(r->buffer), r->offset + r->vtxptr[i],
399 void *map = nv04_resource(nv30->vertprog.constbuf)->data;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_vbo.c 299 struct nv04_resource *buf = nv04_resource(nv50->vtxbuf[i].buffer);
365 struct nv04_resource *buf = nv04_resource(vb->buffer);
580 struct nv04_resource *buf = nv04_resource(nv50->idxbuf.buffer);
666 struct nv04_resource *res = nv04_resource(so->pipe.buffer);
nv50_push.c 228 nv04_resource(vb->buffer), vb->buffer_offset, NOUVEAU_BO_RD);
241 nv04_resource(nv50->idxbuf.buffer), nv50->idxbuf.offset,
nv50_tex.c 137 if (unlikely(!nouveau_bo_memtype(nv04_resource(texture)->bo))) {
209 struct nv04_resource *res;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_vbo.c 318 struct nv04_resource *res;
340 res = nv04_resource(vb->buffer);
379 struct nv04_resource *buf;
390 buf = nv04_resource(vb->buffer);
507 struct nv04_resource *buf = nv04_resource(nvc0->idxbuf.buffer);
756 struct nv04_resource *res = nv04_resource(so->pipe.buffer);
nvc0_tex.c 110 if (unlikely(!nouveau_bo_memtype(nv04_resource(texture)->bo))) {
221 struct nv04_resource *res;
229 res = nv04_resource(tic->pipe.texture);
287 struct nv04_resource *res;
294 res = nv04_resource(tic->pipe.texture);
nvc0_vbo_translate.c 72 nv04_resource(vb->buffer), vb->buffer_offset, NOUVEAU_BO_RD);
85 struct nv04_resource *buf = nv04_resource(nvc0->idxbuf.buffer);
100 struct nv04_resource *buf = nv04_resource(vb->buffer);
535 nouveau_resource_unmap(nv04_resource(nvc0->idxbuf.buffer));
537 nouveau_resource_unmap(nv04_resource(nvc0->vtxbuf[i].buffer));
nvc0_winsys.h 27 struct nv04_resource *res, unsigned flags)
nvc0_shader_state.c 253 struct nv04_resource *buf = nv04_resource(targ->pipe.buffer);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_context.c 53 struct nv04_resource *res = bref->priv;
nv30_transfer.c 111 static INLINE struct nv04_resource *
114 struct nv04_resource *fp = nv04_resource(nv30->blit_fp);
135 fp = nv04_resource(nv30->blit_fp);
146 struct nv04_resource *fp = nv30_transfer_rect_fragprog(nv30);
nv30_draw.c 128 nv04_resource(r->buffer), r->offset + r->vtxptr[i],
173 nv04_resource(r->buffer), r->offset + r->vtxptr[i],
399 void *map = nv04_resource(nv30->vertprog.constbuf)->data;
nv30_winsys.h 104 struct nv04_resource *r, uint32_t data, uint32_t access,

Completed in 1842 milliseconds

12 3