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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dbuffer9.h55 int nlocks, nmaps, maxmaps; member in struct:NineBuffer9
H A Dbuffer9.c61 This->maxmaps = 1;
365 if (This->nmaps == This->maxmaps) {
367 REALLOC(This->maps, sizeof(struct NineTransfer)*This->maxmaps,
368 sizeof(struct NineTransfer)*(This->maxmaps << 1));
372 This->maxmaps <<= 1;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dbuffer9.c59 This->maxmaps = 1;
297 if (This->nmaps == This->maxmaps) {
299 REALLOC(This->maps, sizeof(struct NineTransfer)*This->maxmaps,
300 sizeof(struct NineTransfer)*(This->maxmaps << 1));
304 This->maxmaps <<= 1;
H A Dbuffer9.h52 int nmaps, maxmaps; member in struct:NineBuffer9

Completed in 5 milliseconds