Searched refs:lock_count (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | volume9.h | 55 unsigned lock_count; member in struct:NineVolume9
|
| H A D | volume9.c | 81 This->lock_count = 0; 270 user_assert(This->lock_count == 0, D3DERR_INVALIDCALL); 272 /* set pBits to NULL after lock_count check */ 365 ++This->lock_count; 374 DBG("This=%p lock_count=%u\n", This, This->lock_count); 375 user_assert(This->lock_count, D3DERR_INVALIDCALL); 382 --This->lock_count;
|
| H A D | surface9.h | 40 int lock_count; member in struct:NineSurface9
|
| H A D | surface9.c | 431 user_assert(This->lock_count == 0, D3DERR_INVALIDCALL); 433 /* set pBits to NULL after lock_count check */ 544 ++This->lock_count; 553 DBG("This=%p lock_count=%u\n", This, This->lock_count); 554 user_assert(This->lock_count, D3DERR_INVALIDCALL); 561 --This->lock_count; 820 assert(!This->lock_count);
|
| H A D | device9.c | 1314 user_assert(!src->lock_count, D3DERR_INVALIDCALL); 1315 user_assert(!dst->lock_count, D3DERR_INVALIDCALL);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | volume9.h | 55 unsigned lock_count; member in struct:NineVolume9
|
| H A D | volume9.c | 81 This->lock_count = 0; 269 user_assert(This->lock_count == 0, D3DERR_INVALIDCALL); 271 /* set pBits to NULL after lock_count check */ 364 ++This->lock_count; 373 DBG("This=%p lock_count=%u\n", This, This->lock_count); 374 user_assert(This->lock_count, D3DERR_INVALIDCALL); 381 --This->lock_count;
|
| H A D | surface9.h | 41 int lock_count; member in struct:NineSurface9
|
| H A D | surface9.c | 233 if (!is_worker && This->lock_count && (This->data_internal || This->data)) { 445 user_assert(This->lock_count == 0, D3DERR_INVALIDCALL); 447 /* set pBits to NULL after lock_count check */ 551 ++This->lock_count; 560 DBG("This=%p lock_count=%u\n", This, This->lock_count); 561 user_assert(This->lock_count, D3DERR_INVALIDCALL); 568 --This->lock_count; 846 assert(!This->lock_count);
|
| H A D | device9.c | 1423 user_assert(!src->lock_count, D3DERR_INVALIDCALL); 1424 user_assert(!dst->lock_count, D3DERR_INVALIDCALL);
|
Completed in 20 milliseconds