HomeSort by relevance Sort by last modified time
    Searched refs:nti (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 69 struct nouveau_teximage *nti = CALLOC_STRUCT(nouveau_teximage); local
71 return &nti->base.Base;
77 struct nouveau_teximage *nti = to_nouveau_teximage(ti); local
79 nouveau_surface_ref(NULL, &nti->surface);
86 struct nouveau_teximage *nti = to_nouveau_teximage(ti); local
87 struct nouveau_surface *s = &nti->surface;
88 struct nouveau_surface *st = &nti->transfer.surface;
105 nti->transfer.x = x;
106 nti->transfer.y = y;
109 nti->base.Map = nouveau_get_scratch(ctx, size
136 struct nouveau_teximage *nti = to_nouveau_teximage(ti); local
160 struct nouveau_teximage *nti = to_nouveau_teximage(ti); local
219 struct nouveau_teximage *nti = to_nouveau_teximage(ti); local
493 struct nouveau_teximage *nti = to_nouveau_teximage(ti); local
574 struct nouveau_teximage *nti = to_nouveau_teximage(ti); local
666 struct nouveau_teximage *nti; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.c 69 struct nouveau_teximage *nti = CALLOC_STRUCT(nouveau_teximage); local
71 return &nti->base.Base;
77 struct nouveau_teximage *nti = to_nouveau_teximage(ti); local
79 nouveau_surface_ref(NULL, &nti->surface);
86 struct nouveau_teximage *nti = to_nouveau_teximage(ti); local
87 struct nouveau_surface *s = &nti->surface;
88 struct nouveau_surface *st = &nti->transfer.surface;
105 nti->transfer.x = x;
106 nti->transfer.y = y;
109 nti->base.Map = nouveau_get_scratch(ctx, size
136 struct nouveau_teximage *nti = to_nouveau_teximage(ti); local
160 struct nouveau_teximage *nti = to_nouveau_teximage(ti); local
219 struct nouveau_teximage *nti = to_nouveau_teximage(ti); local
493 struct nouveau_teximage *nti = to_nouveau_teximage(ti); local
574 struct nouveau_teximage *nti = to_nouveau_teximage(ti); local
666 struct nouveau_teximage *nti; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 182 def nti(s): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 182 def nti(s): function
    [all...]

Completed in 81 milliseconds