Searched refs:objSize (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/ |
| H A D | addrobject.cpp | 90 size_t objSize, ///< [in] Size to allocate 101 allocInput.sizeInBytes = static_cast<UINT_32>(objSize); 119 size_t objSize ///< [in] Size to allocate 122 return ClientAlloc(objSize, &m_client); 179 size_t objSize, ///< [in] Size to allocate 89 ClientAlloc(size_t objSize,const Client * pClient) argument 178 operator new(size_t objSize,VOID * pMem) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/ |
| H A D | addrobject.cpp | 90 size_t objSize, ///< [in] Size to allocate 101 allocInput.sizeInBytes = static_cast<UINT_32>(objSize); 119 size_t objSize ///< [in] Size to allocate 122 return ClientAlloc(objSize, &m_client); 179 size_t objSize, ///< [in] Size to allocate 89 ClientAlloc(size_t objSize,const Client * pClient) argument 178 operator new(size_t objSize,VOID * pMem) argument
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/ |
| H A D | addrobject.cpp | 90 size_t objSize, ///< [in] Size to allocate 101 allocInput.sizeInBytes = static_cast<UINT_32>(objSize); 119 size_t objSize ///< [in] Size to allocate 122 return ClientAlloc(objSize, &m_client);; 179 size_t objSize, ///< [in] Size to allocate 89 ClientAlloc(size_t objSize,const Client * pClient) argument 178 operator new(size_t objSize,VOID * pMem) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_util.h | 608 uint8_t *const mem = (uint8_t *)MALLOC(objSize << objStepLog2); 623 MemoryPool(unsigned int size, unsigned int incr) : objSize(size), 655 ret = allocArray[count >> objStepLog2] + (count & mask) * objSize; 673 const unsigned int objSize; member in class:nv50_ir::MemoryPool
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_util.h | 608 uint8_t *const mem = (uint8_t *)MALLOC(objSize << objStepLog2); 623 MemoryPool(unsigned int size, unsigned int incr) : objSize(size), 655 ret = allocArray[count >> objStepLog2] + (count & mask) * objSize; 673 const unsigned int objSize; member in class:nv50_ir::MemoryPool
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | JitManager.cpp | 544 uint64_t objSize) 546 m_objSize = objSize; 539 Init(uint32_t llCRC,uint32_t objCRC,const std::string & moduleID,const std::string & cpu,uint32_t optLevel,uint64_t objSize) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | JitManager.cpp | 568 uint64_t objSize) 570 m_objSize = objSize; 563 Init(uint32_t llCRC,uint32_t objCRC,const std::string & moduleID,const std::string & cpu,uint32_t optLevel,uint64_t objSize) argument
|
Completed in 11 milliseconds