Home
last modified time | relevance | path

Searched refs:maxmaps (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dbuffer9.c59 This->maxmaps = 1; in NineBuffer9_ctor()
283 if (This->nmaps == This->maxmaps) { in NineBuffer9_Lock()
285 REALLOC(This->maps, sizeof(struct NineTransfer)*This->maxmaps, in NineBuffer9_Lock()
286 sizeof(struct NineTransfer)*(This->maxmaps << 1)); in NineBuffer9_Lock()
290 This->maxmaps <<= 1; in NineBuffer9_Lock()
Dbuffer9.h52 int nmaps, maxmaps; member