Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_util.h602 const unsigned int id = count >> objStepLog2; in enlargeCapacity()
604 uint8_t *const mem = (uint8_t *)MALLOC(objSize << objStepLog2); in enlargeCapacity()
620 objStepLog2(incr) in MemoryPool()
629 unsigned int allocCount = (count + (1 << objStepLog2) - 1) >> objStepLog2; in ~MemoryPool()
639 const unsigned int mask = (1 << objStepLog2) - 1; in allocate()
651 ret = allocArray[count >> objStepLog2] + (count & mask) * objSize; in allocate()
670 const unsigned int objStepLog2; variable