Searched refs:fMaxQueueDepth (Results 1 – 2 of 2) sorted by relevance
51 fMaxQueueDepth(MAX_QUEUE_DEPTH), in SpiderSaver()67 fMaxQueueDepth = value; in SpiderSaver()88 fQueueNumber, fMaxPolyPoints, fMaxQueueDepth, fColor); in StartConfig()139 into->AddInt32("queue depth", (int32)fMaxQueueDepth); in SaveState()165 fMaxQueueDepth = maxDepth; in SetQueueDepth()202 uint32 minQueueDepth = fMaxQueueDepth / 2; in _Init()203 uint32 maxQueueDepth = fMaxQueueDepth; in _Init()
76 uint32 fMaxQueueDepth; variable