Searched refs:nv50_surface (Results 1 – 11 of 11) sorted by relevance
93 struct nv50_surface { struct101 static inline struct nv50_surface * argument102 nv50_surface(struct pipe_surface *ps) in nv50_surface() function104 return (struct nv50_surface *)ps; in nv50_surface()142 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);92 struct nv50_surface *sf; in nvc0_validate_fb()101 sf = nv50_surface(fb->cbufs[i]); in nvc0_validate_fb()153 struct nv50_surface *sf = nv50_surface(fb->zsbuf); in nvc0_validate_fb()
356 struct nv50_surface *ns = nv50_surface_from_miptree(nv50_miptree(pt), templ); in nvc0_miptree_surface_new()
288 struct nv50_surface *sf = nv50_surface(dst); in nvc0_clear_render_target()631 struct nv50_surface *sf = nv50_surface(dst); in nvc0_clear_depth_stencil()
95 nv50/nv50_surface.c \
111 'nv50/nv50_surface.c',