Searched refs:mapCount (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_slab.c66 unsigned mapCount; member in struct:pb_slab_buffer
205 buf->mapCount = 0;
236 ++buf->mapCount;
246 --buf->mapCount;
247 if (buf->mapCount == 0)
351 buf->mapCount = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_slab.c66 unsigned mapCount; member in struct:pb_slab_buffer
201 buf->mapCount = 0;
233 ++buf->mapCount;
243 --buf->mapCount;
347 buf->mapCount = 0;
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttgxvar.h109 FT_UInt mapCount; member in struct:GX_DeltaSetIdxMapRec_
H A Dttgxvar.c648 FT_READ_USHORT( map->mapCount ) )
663 if ( FT_NEW_ARRAY( map->innerIndex, map->mapCount ) )
666 if ( FT_NEW_ARRAY( map->outerIndex, map->mapCount ) )
669 for ( i = 0; i < map->mapCount; i++ )
1031 if ( idx >= table->widthMap.mapCount )
1032 idx = table->widthMap.mapCount - 1;

Completed in 8 milliseconds