Home
last modified time | relevance | path

Searched refs:offsetInBits (Results 1 – 8 of 8) sorted by relevance

/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Utils.cc389 .offsetInBits = 0, in GetPlaneLayoutsMap()
392 .offsetInBits = 8, in GetPlaneLayoutsMap()
395 .offsetInBits = 16, in GetPlaneLayoutsMap()
398 .offsetInBits = 24, in GetPlaneLayoutsMap()
408 .offsetInBits = 0, in GetPlaneLayoutsMap()
411 .offsetInBits = 10, in GetPlaneLayoutsMap()
414 .offsetInBits = 20, in GetPlaneLayoutsMap()
417 .offsetInBits = 30, in GetPlaneLayoutsMap()
427 .offsetInBits = 0, in GetPlaneLayoutsMap()
430 .offsetInBits = 16, in GetPlaneLayoutsMap()
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.h288 uint64_t offsetInBits, uint32_t AlignInBits,
294 uint64_t offsetInBits, llvm::DIFile *tunit,
297 return createFieldType(name, type, loc, AS, offsetInBits, 0, tunit, scope,
DCGDebugInfo.cpp1348 AccessSpecifier AS, uint64_t offsetInBits, in createFieldType() argument
1368 offsetInBits, flags, debugType); in createFieldType()
4523 uint64_t offsetInBits = Chunk.OffsetInBits; in EmitDeclareOfBlockLiteralArgVariable() local
4538 offsetInBits, tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable()
4555 PtrInfo.Width, Align, offsetInBits, in EmitDeclareOfBlockLiteralArgVariable()
4560 offsetInBits, Align, tunit, tunit); in EmitDeclareOfBlockLiteralArgVariable()
DCGObjCMac.cpp5347 auto offsetInBits = recLayout->getFieldOffset(field->getFieldIndex()); in visitRecord() local
5348 return CGM.getContext().toCharUnitsFromBits(offsetInBits); in visitRecord()
/external/clang/lib/CodeGen/
DCGDebugInfo.h236 uint64_t offsetInBits, llvm::DIFile *tunit,
DCGDebugInfo.cpp982 AccessSpecifier AS, uint64_t offsetInBits, in createFieldType() argument
1001 AlignInBits, offsetInBits, flags, debugType); in createFieldType()
3426 uint64_t offsetInBits = i->OffsetInBits; in EmitDeclareOfBlockLiteralArgVariable() local
3441 offsetInBits, tunit, tunit)); in EmitDeclareOfBlockLiteralArgVariable()
3458 PtrInfo.Align, offsetInBits, 0, fieldType); in EmitDeclareOfBlockLiteralArgVariable()
3461 offsetInBits, tunit, tunit); in EmitDeclareOfBlockLiteralArgVariable()
DCGExpr.cpp3303 auto offsetInBits = recLayout.getFieldOffset(field->getFieldIndex()); in emitAddrOfFieldStorage() local
3304 offset = CGF.getContext().toCharUnitsFromBits(offsetInBits); in emitAddrOfFieldStorage()
DCGObjCMac.cpp4749 auto offsetInBits = recLayout->getFieldOffset(field->getFieldIndex()); in visitRecord() local
4750 return CGM.getContext().toCharUnitsFromBits(offsetInBits); in visitRecord()