Home
last modified time | relevance | path

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

/external/minigbm/cros_gralloc/gralloc4/
DCrosGralloc4Utils.cc490 .offsetInBits = 0, in GetPlaneLayoutsMap()
493 .offsetInBits = 8, in GetPlaneLayoutsMap()
496 .offsetInBits = 16, in GetPlaneLayoutsMap()
499 .offsetInBits = 24, in GetPlaneLayoutsMap()
509 .offsetInBits = 0, in GetPlaneLayoutsMap()
512 .offsetInBits = 10, in GetPlaneLayoutsMap()
515 .offsetInBits = 20, in GetPlaneLayoutsMap()
518 .offsetInBits = 30, in GetPlaneLayoutsMap()
528 .offsetInBits = 0, in GetPlaneLayoutsMap()
531 .offsetInBits = 16, in GetPlaneLayoutsMap()
[all …]
/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()