Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.h606 const unsigned int id = count >> objStepLog2; in enlargeCapacity()
608 uint8_t *const mem = (uint8_t *)MALLOC(objSize << objStepLog2); in enlargeCapacity()
624 objStepLog2(incr) in MemoryPool()
633 unsigned int allocCount = (count + (1 << objStepLog2) - 1) >> objStepLog2; in ~MemoryPool()
643 const unsigned int mask = (1 << objStepLog2) - 1; in allocate()
655 ret = allocArray[count >> objStepLog2] + (count & mask) * objSize; in allocate()
674 const unsigned int objStepLog2; variable