Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_resource.h94 struct nv50_surface { struct
102 static inline struct nv50_surface * argument
103 nv50_surface(struct pipe_surface *ps) in nv50_surface() function
105 return (struct nv50_surface *)ps; in nv50_surface()
143 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);
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()
Dnvc0_miptree.c485 struct nv50_surface *ns = nv50_surface_from_miptree(nv50_miptree(pt), templ); in nvc0_miptree_surface_new()
Dnvc0_surface.c295 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()
/external/mesa3d/src/gallium/drivers/nouveau/
DMakefile.sources94 nv50/nv50_surface.c \
Dmeson.build110 'nv50/nv50_surface.c',
/external/mesa3d/docs/relnotes/
D7.10.rst795 - nv50: use formats table in nv50_surface.c