Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_util.h598 const unsigned int id = count >> objStepLog2; in enlargeCapacity()
600 uint8_t *const mem = (uint8_t *)MALLOC(objSize << objStepLog2); in enlargeCapacity()
616 objStepLog2(incr) in MemoryPool()
625 unsigned int allocCount = (count + (1 << objStepLog2) - 1) >> objStepLog2; in ~MemoryPool()
635 const unsigned int mask = (1 << objStepLog2) - 1; in allocate()
647 ret = allocArray[count >> objStepLog2] + (count & mask) * objSize; in allocate()
666 const unsigned int objStepLog2; variable