Home
last modified time | relevance | path

Searched defs:nti (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c69 struct nouveau_teximage *nti = CALLOC_STRUCT(nouveau_teximage); in nouveau_teximage_new() local
77 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_teximage_free() local
91 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_map_texture_image() local
150 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_unmap_texture_image() local
451 struct nouveau_teximage *nti = to_nouveau_teximage(ti); in nouveau_teximage() local
652 struct nouveau_teximage *nti; in nouveau_set_texbuffer() local
/external/python/cpython2/Lib/
Dtarfile.py182 def nti(s): function