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

  /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...]
  /bootable/recovery/updater/
blockimg.cpp 309 NewThreadInfo* nti = reinterpret_cast<NewThreadInfo*>(cookie); local
312 // Wait for nti->rss to be non-null, indicating some of this
314 pthread_mutex_lock(&nti->mu);
315 while (nti->rss == nullptr) {
316 pthread_cond_wait(&nti->cv, &nti->mu);
318 pthread_mutex_unlock(&nti->mu);
320 // At this point nti->rss is set, and we own it. The main
321 // thread is waiting for it to disappear from nti.
322 ssize_t written = RangeSinkWrite(data, size, nti->rss)
340 NewThreadInfo* nti = (NewThreadInfo*) cookie; local
407 NewThreadInfo nti; member in struct:CommandParameters
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-deploy-plugin/2.7/
maven-deploy-plugin-2.7.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tarfile.py 182 def nti(s): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tarfile.py 182 def nti(s): function
    [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...]
  /build/tools/ijar/
classfile.cc 1401 u2 nti = get_u2be(p); local
    [all...]

Completed in 302 milliseconds