Searched refs:objSize (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/amd/addrlib/core/ |
D | addrobject.cpp | 90 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
|
/external/skqp/src/core/ |
D | SkWriteBuffer.cpp | 257 size_t objSize = fWriter.bytesWritten() - offset; in writeFlattenable() local 259 fWriter.overwriteTAt(offset - sizeof(uint32_t), SkToU32(objSize)); in writeFlattenable()
|
/external/skia/src/core/ |
D | SkWriteBuffer.cpp | 257 size_t objSize = fWriter.bytesWritten() - offset; in writeFlattenable() local 259 fWriter.overwriteTAt(offset - sizeof(uint32_t), SkToU32(objSize)); in writeFlattenable()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_util.h | 605 uint8_t *const mem = (uint8_t *)MALLOC(objSize << objStepLog2); in enlargeCapacity() 620 MemoryPool(unsigned int size, unsigned int incr) : objSize(size), in MemoryPool() 652 ret = allocArray[count >> objStepLog2] + (count & mask) * objSize; in allocate() 670 const unsigned int objSize; variable
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | JitManager.cpp | 479 uint64_t objSize) in Init() 481 m_objSize = objSize; in Init() 498 uint64_t objSize, in Init() 502 Init(llCRC, objCRC, moduleID, cpu, optLevel, objSize); in Init()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 2204 int objSize = static_cast<int>(node->getType().getObjectSize()); in addConstVectorNode() local 2206 if (fields.offsets[i] >= objSize) { in addConstVectorNode()
|