Searched refs:allocCount (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_util.h633 unsigned int allocCount = (count + (1 << objStepLog2) - 1) >> objStepLog2; local in function:nv50_ir::MemoryPool::~MemoryPool
634 for (unsigned int i = 0; i < allocCount && allocArray[i]; ++i)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_util.h633 unsigned int allocCount = (count + (1 << objStepLog2) - 1) >> objStepLog2; local in function:nv50_ir::MemoryPool::~MemoryPool
634 for (unsigned int i = 0; i < allocCount && allocArray[i]; ++i)

Completed in 5 milliseconds