Searched refs:nv50_surface (Results 1 – 12 of 12) sorted by relevance
94 struct nv50_surface { struct102 static inline struct nv50_surface * argument103 nv50_surface(struct pipe_surface *ps) in nv50_surface() function105 return (struct nv50_surface *)ps; in nv50_surface()143 struct nv50_surface *
39 struct nv50_surface *sf = CALLOC_STRUCT(nv50_surface); in nv50_surface_from_buffer()80 struct nv50_surface *s = nv50_surface(ps); in nv50_surface_destroy()
467 struct nv50_surface *472 struct nv50_surface *ns = CALLOC_STRUCT(nv50_surface); in nv50_surface_from_miptree()507 struct nv50_surface *ns = nv50_surface_from_miptree(mt, templ); in nv50_miptree_surface_new()
38 struct nv50_surface *sf; in nv50_validate_fb()47 sf = nv50_surface(fb->cbufs[i]); in nv50_validate_fb()98 struct nv50_surface *sf = nv50_surface(fb->zsbuf); in nv50_validate_fb()
286 struct nv50_surface *sf = nv50_surface(dst); in nv50_clear_render_target()377 struct nv50_surface *sf = nv50_surface(dst); in nv50_clear_depth_stencil()573 color0_layers = nv50_surface(fb->cbufs[0])->depth; in nv50_clear()575 zs_layers = nv50_surface(fb->zsbuf)->depth; in nv50_clear()595 for (j = 0; j < nv50_surface(sf)->depth; j++) { in nv50_clear()
271 struct nv50_surface surf; in nv84_create_decoder()
14 struct nv50_surface *sf = nv50_surface(fb->zsbuf);211 struct nv50_surface *sf; in nvc0_validate_fb()220 sf = nv50_surface(fb->cbufs[i]); in nvc0_validate_fb()272 struct nv50_surface *sf = nv50_surface(fb->zsbuf); in nvc0_validate_fb()
485 struct nv50_surface *ns = nv50_surface_from_miptree(nv50_miptree(pt), templ); in nvc0_miptree_surface_new()
295 struct nv50_surface *sf = nv50_surface(dst); in nvc0_clear_render_target()632 struct nv50_surface *sf = nv50_surface(dst); in nvc0_clear_depth_stencil()
94 nv50/nv50_surface.c \
110 'nv50/nv50_surface.c',
795 - nv50: use formats table in nv50_surface.c