Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrobject.cpp90 size_t objSize, ///< [in] Size to allocate in ClientAlloc() argument
101 allocInput.sizeInBytes = static_cast<UINT_32>(objSize); in ClientAlloc()
119 size_t objSize ///< [in] Size to allocate in Alloc()
122 return ClientAlloc(objSize, &m_client);; in Alloc()
179 size_t objSize, ///< [in] Size to allocate in operator new() argument
/third_party/skia/src/core/
DSkWriteBuffer.cpp260 size_t objSize = fWriter.bytesWritten() - offset; in writeFlattenable() local
262 fWriter.overwriteTAt(offset - sizeof(uint32_t), SkToU32(objSize)); in writeFlattenable()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_util.h604 uint8_t *const mem = (uint8_t *)MALLOC(objSize << objStepLog2); in enlargeCapacity()
619 MemoryPool(unsigned int size, unsigned int incr) : objSize(size), in MemoryPool()
651 ret = allocArray[count >> objStepLog2] + (count & mask) * objSize; in allocate()
669 const unsigned int objSize; variable
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp2204 int objSize = static_cast<int>(node->getType().getObjectSize()); in addConstVectorNode() local
2206 if (fields.offsets[i] >= objSize) { in addConstVectorNode()