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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_util.h597 uint8_t **alloc = (uint8_t **)REALLOC(allocArray, size, size + incr);
600 allocArray = alloc;
618 allocArray[id] = mem;
626 allocArray = NULL;
634 for (unsigned int i = 0; i < allocCount && allocArray[i]; ++i)
635 FREE(allocArray[i]);
636 if (allocArray)
637 FREE(allocArray);
655 ret = allocArray[count >> objStepLog2] + (count & mask) * objSize;
667 uint8_t **allocArray; // arra member in class:nv50_ir::MemoryPool
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_util.h597 uint8_t **alloc = (uint8_t **)REALLOC(allocArray, size, size + incr);
600 allocArray = alloc;
618 allocArray[id] = mem;
626 allocArray = NULL;
634 for (unsigned int i = 0; i < allocCount && allocArray[i]; ++i)
635 FREE(allocArray[i]);
636 if (allocArray)
637 FREE(allocArray);
655 ret = allocArray[count >> objStepLog2] + (count & mask) * objSize;
667 uint8_t **allocArray; // arra member in class:nv50_ir::MemoryPool
[all...]

Completed in 6 milliseconds