Home
last modified time | relevance | path

Searched refs:objSize (Results 1 – 6 of 6) 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/flutter/skia/src/core/
DSkWriteBuffer.cpp257 size_t objSize = fWriter.bytesWritten() - offset; in writeFlattenable() local
259 fWriter.overwriteTAt(offset - sizeof(uint32_t), SkToU32(objSize)); in writeFlattenable()
/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/gallium/drivers/nouveau/codegen/
Dnv50_ir_util.h608 uint8_t *const mem = (uint8_t *)MALLOC(objSize << objStepLog2); in enlargeCapacity()
623 MemoryPool(unsigned int size, unsigned int incr) : objSize(size), in MemoryPool()
655 ret = allocArray[count >> objStepLog2] + (count & mask) * objSize; in allocate()
673 const unsigned int objSize; variable
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp568 uint64_t objSize) in Init()
570 m_objSize = objSize; in Init()
/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()