HomeSort by relevance Sort by last modified time
    Searched refs:nv50_surface (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/drivers/nv50/
nv50_resource.h 85 struct nv50_surface { struct
93 static INLINE struct nv50_surface *
94 nv50_surface(struct pipe_surface *ps) function
96 return (struct nv50_surface *)ps;
139 struct nv50_surface *
nv50_resource.c 38 struct nv50_surface *sf = CALLOC_STRUCT(nv50_surface);
79 struct nv50_surface *s = nv50_surface(ps);
nv50_miptree.c 369 struct nv50_surface *
374 struct nv50_surface *ns = CALLOC_STRUCT(nv50_surface);
409 struct nv50_surface *ns = nv50_surface_from_miptree(mt, templ);
nv50_state_validate.c 23 struct nv50_surface *sf = nv50_surface(fb->cbufs[i]);
64 struct nv50_surface *sf = nv50_surface(fb->zsbuf);
nv50_surface.c 278 struct nv50_surface *sf = nv50_surface(dst);
336 struct nv50_surface *sf = nv50_surface(dst);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state_validate.c 11 struct nv50_surface *sf = nv50_surface(fb->zsbuf);
73 struct nv50_surface *sf = nv50_surface(fb->cbufs[i]);
125 struct nv50_surface *sf = nv50_surface(fb->zsbuf);
nvc0_miptree.c 355 struct nv50_surface *ns = nv50_surface_from_miptree(nv50_miptree(pt), templ);
nvc0_surface.c 283 struct nv50_surface *sf = nv50_surface(dst);
354 struct nv50_surface *sf = nv50_surface(dst);
    [all...]

Completed in 929 milliseconds