Searched refs:to_nouveau_teximage (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.h40 #define to_nouveau_teximage(x) ((struct nouveau_teximage *)(x)) macro
H A Dnouveau_texture.c77 struct nouveau_teximage *nti = to_nouveau_teximage(ti);
91 struct nouveau_teximage *nti = to_nouveau_teximage(ti);
150 struct nouveau_teximage *nti = to_nouveau_teximage(ti);
258 if (!ti || !to_nouveau_teximage(ti)->surface.bo)
278 struct nouveau_surface *s = &to_nouveau_teximage(ti)->surface;
312 struct nouveau_surface *s = &to_nouveau_teximage(base)->surface;
450 struct nouveau_surface *s = &to_nouveau_teximage(ti)->surface;
451 struct nouveau_teximage *nti = to_nouveau_teximage(ti);
657 nti = to_nouveau_teximage(ti);
658 s = &to_nouveau_teximage(t
[all...]
H A Dnouveau_fbo.c262 nouveau_surface_ref(&to_nouveau_teximage(ti)->surface,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.h40 #define to_nouveau_teximage(x) ((struct nouveau_teximage *)(x)) macro
H A Dnouveau_texture.c80 struct nouveau_teximage *nti = to_nouveau_teximage(ti);
94 struct nouveau_teximage *nti = to_nouveau_teximage(ti);
153 struct nouveau_teximage *nti = to_nouveau_teximage(ti);
261 if (!ti || !to_nouveau_teximage(ti)->surface.bo)
281 struct nouveau_surface *s = &to_nouveau_teximage(ti)->surface;
315 struct nouveau_surface *s = &to_nouveau_teximage(base)->surface;
453 struct nouveau_surface *s = &to_nouveau_teximage(ti)->surface;
454 struct nouveau_teximage *nti = to_nouveau_teximage(ti);
660 nti = to_nouveau_teximage(ti);
661 s = &to_nouveau_teximage(t
[all...]
H A Dnouveau_fbo.c263 nouveau_surface_ref(&to_nouveau_teximage(ti)->surface,

Completed in 7 milliseconds