Home
last modified time | relevance | path

Searched refs:nlocks (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dbuffer9.c59 This->nlocks = 0; in NineBuffer9_ctor()
189 while (This->nlocks) { in NineBuffer9_dtor()
329 This->nlocks++; in NineBuffer9_Lock()
430 This->nlocks++; in NineBuffer9_Lock()
496 This->nlocks++; in NineBuffer9_Lock()
510 user_assert(This->nlocks > 0, D3DERR_INVALIDCALL); in NineBuffer9_Unlock()
511 This->nlocks--; in NineBuffer9_Unlock()
512 if (This->nlocks > 0) in NineBuffer9_Unlock()
H A Dbuffer9.h55 int nlocks, nmaps, maxmaps; member

Completed in 2 milliseconds