Searched refs:num_maps (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.c151 if (tc->num_maps) {
153 for (i = 0; i < tc->num_maps; i++)
177 if (tc->num_maps) {
181 for (i = 0; i < tc->num_maps; i++) {
188 tc->num_maps = 0;
197 tc->num_maps = ps->u.tex.last_layer - ps->u.tex.first_layer + 1;
198 tc->transfer = CALLOC(tc->num_maps, sizeof(struct pipe_transfer *));
199 tc->transfer_map = CALLOC(tc->num_maps, sizeof(void *));
201 tc->clear_flags_size = (MAX_WIDTH / TILE_SIZE) * (MAX_HEIGHT / TILE_SIZE) * tc->num_maps / 32 * sizeof(uint);
205 for (i = 0; i < tc->num_maps;
[all...]
H A Dsp_tile_cache.h88 int num_maps; member in struct:softpipe_tile_cache
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.c148 if (tc->num_maps) {
150 for (i = 0; i < tc->num_maps; i++)
174 if (tc->num_maps) {
178 for (i = 0; i < tc->num_maps; i++) {
185 tc->num_maps = 0;
194 tc->num_maps = ps->u.tex.last_layer - ps->u.tex.first_layer + 1;
195 tc->transfer = CALLOC(tc->num_maps, sizeof(struct pipe_transfer *));
196 tc->transfer_map = CALLOC(tc->num_maps, sizeof(void *));
198 tc->clear_flags_size = (MAX_WIDTH / TILE_SIZE) * (MAX_HEIGHT / TILE_SIZE) * tc->num_maps / 32 * sizeof(uint);
202 for (i = 0; i < tc->num_maps;
[all...]
H A Dsp_tile_cache.h88 int num_maps; member in struct:softpipe_tile_cache
/xsrc/external/mit/freetype/dist/include/freetype/internal/services/
H A Dsvpscmap.h66 FT_UInt num_maps; member in struct:PS_UnicodesRec_
/xsrc/external/mit/freetype/dist/src/psnames/
H A Dpsmodule.c328 table->num_maps = 0;
406 table->num_maps = count;
423 max = min + table->num_maps - 1;
469 FT_UInt max = table->num_maps;
503 if ( min < table->num_maps )
/xsrc/external/mit/freetype/dist/src/cff/
H A Dcffcmap.c183 unicodes->num_maps = 0;
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dt1cmap.c328 unicodes->num_maps = 0;
/xsrc/external/mit/freetype/dist/src/type1/
H A Dt1objs.c268 face->unicode_map_rec.num_maps = 0;
/xsrc/external/mit/freetype/dist/src/type42/
H A Dt42objs.c453 face->unicode_map.num_maps = 0;
/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dttcmap.c3700 unicodes->num_maps = 0;

Completed in 75 milliseconds