Searched defs:mapCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_slab.c67 unsigned mapCount; member in struct:pb_slab_buffer
206 buf->mapCount = 0;
237 ++buf->mapCount;
247 --buf->mapCount;
248 if (buf->mapCount == 0)
352 buf->mapCount = 0;
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_slab.c67 unsigned mapCount; member in struct:pb_slab_buffer
206 buf->mapCount = 0;
237 ++buf->mapCount;
247 --buf->mapCount;
248 if (buf->mapCount == 0)
352 buf->mapCount = 0;

Completed in 141 milliseconds