Home
last modified time | relevance | path

Searched refs:to_nouveau_teximage (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c77 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_teximage_free()
91 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_map_texture_image()
150 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_unmap_texture_image()
258 if (!ti || !to_nouveau_teximage(ti)->surface.bo) in teximage_fits()
278 struct nouveau_surface *s = &to_nouveau_teximage(ti)->surface; in validate_teximage()
312 struct nouveau_surface *s = &to_nouveau_teximage(base)->surface; in relayout_texture()
450 struct nouveau_surface *s = &to_nouveau_teximage(ti)->surface; in nouveau_teximage()
451 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_teximage()
657 nti = to_nouveau_teximage(ti); in nouveau_set_texbuffer()
658 s = &to_nouveau_teximage(ti)->surface; in nouveau_set_texbuffer()
Dnouveau_texture.h40 #define to_nouveau_teximage(x) ((struct nouveau_teximage *)(x)) macro
Dnouveau_fbo.c258 nouveau_surface_ref(&to_nouveau_teximage(ti)->surface, in nouveau_render_texture()