Home
last modified time | relevance | path

Searched defs:SizeInBytes (Results 1 – 20 of 20) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
Dtype.cc79 uint32_t List::SizeInBytes() const { in SizeInBytes() function in amber::type::List
95 uint32_t Struct::SizeInBytes() const { in SizeInBytes() function in amber::type::Struct
Dtype.h154 uint32_t SizeInBytes() const override { return bits_ / 8; } in SizeInBytes() function
178 uint32_t SizeInBytes() const { return num_bits / 8; } in SizeInBytes() function
Dformat.h58 uint32_t SizeInBytes() const { return num_bits_ / 8; } in SizeInBytes() function
Dformat.cc70 uint32_t Format::SizeInBytes() const { in SizeInBytes() function in amber::Format
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCELFStreamer.cpp24 const MCSymbol *Sym, unsigned SizeInBytes, SMLoc Loc, in EmitValueForModiferKind()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAlignment.h146 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned()
152 inline bool isAligned(MaybeAlign Lhs, uint64_t SizeInBytes) { in isAligned()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DUser.cpp89 intptr_t SizeInBytes; member
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerCorpus.h50 size_t SizeInBytes() const { in SizeInBytes() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DInstrProfReader.h251 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) { in getNumPaddingBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamReader.h298 size_t SizeInBytes() const { return BitcodeBytes.size(); } in SizeInBytes() function
/third_party/node/src/
Dmemory_tracker-inl.h48 size_t SizeInBytes() override { return size_; } in SizeInBytes() function
Dheap_utils.cc32 size_t SizeInBytes() override { return 0; } in SizeInBytes() function in node::heap::JSGraphJSNode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1735 translatePtrToMemberRep(unsigned SizeInBytes, bool IsPMF, unsigned Flags) { in translatePtrToMemberRep()
1779 uint8_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerTypeMemberPointer() local
2259 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerCompleteTypeClass() local
2298 uint64_t SizeInBytes = Ty->getSizeInBits() / 8; in lowerCompleteTypeUnion() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp767 uint64_t SizeInBytes = AI.getModule()->getDataLayout().getTypeAllocSize(Ty); in getAllocaSizeInBytes() local
1230 uint64_t SizeInBytes = in instrumentGlobal() local
DAddressSanitizer.cpp608 uint64_t SizeInBytes = in getAllocaSizeInBytes() local
2272 uint64_t SizeInBytes = DL.getTypeAllocSize(Ty); in InstrumentGlobals() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp643 bool AVRAsmParser::parseLiteralValues(unsigned SizeInBytes, SMLoc L) { in parseLiteralValues()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp767 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in processLoopMemSet() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp4293 unsigned SizeInBytes, bool WantsExt) const { in selectExtendedSHL()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp3681 uint64_t SizeInBytes = DL.getTypeStoreSize(GVTy); in getConstantDataArrayInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp4400 unsigned SizeInBytes = Ty.getSizeInBytes(); in lowerBswap() local