Home
last modified time | relevance | path

Searched refs:nv50_surface (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_resource.h93 struct nv50_surface { struct
101 static inline struct nv50_surface * argument
102 nv50_surface(struct pipe_surface *ps) in nv50_surface() function
104 return (struct nv50_surface *)ps; in nv50_surface()
142 struct nv50_surface *
Dnv50_resource.c39 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()
Dnv50_miptree.c467 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()
Dnv50_state_validate.c38 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()
Dnv50_surface.c286 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()
Dnv84_video.c271 struct nv50_surface surf; in nv84_create_decoder()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state_validate.c14 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()
Dnvc0_miptree.c356 struct nv50_surface *ns = nv50_surface_from_miptree(nv50_miptree(pt), templ); in nvc0_miptree_surface_new()
Dnvc0_surface.c288 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()
/external/mesa3d/src/gallium/drivers/nouveau/
DMakefile.sources95 nv50/nv50_surface.c \
Dmeson.build111 'nv50/nv50_surface.c',