/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 166 if (auto FixedSize = AttributeSpecs[CurAttrIdx].getByteSize(U)) in getAttributeValue() 185 size_t DWARFAbbreviationDeclaration::FixedSizeInfo::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::FixedSizeInfo 197 Optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::AttributeSpec 213 return FixedAttributeSize->getByteSize(U); in getFixedAttributesByteSize()
|
D | DWARFDebugInfoEntry.cpp | 58 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 175 if (auto FixedSize = Spec.getByteSize(U)) in getAttributeValue() 185 size_t DWARFAbbreviationDeclaration::FixedSizeInfo::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::FixedSizeInfo 197 Optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::AttributeSpec 213 return FixedAttributeSize->getByteSize(U); in getFixedAttributesByteSize()
|
D | DWARFDebugInfoEntry.cpp | 57 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmUtils.hpp | 139 virtual size_t getByteSize (void) const = 0; 158 virtual size_t getByteSize (void) const { return buffer->getByteSize(); } in getByteSize() function in vkt::SpirVAssembly::Resource
|
D | vktSpvAsmComputeShaderTestUtil.hpp | 145 size_t getByteSize (void) const in getByteSize() function in vkt::SpirVAssembly::OpAtomicBuffer 301 size_t getByteSize (void) const in getByteSize() function in vkt::SpirVAssembly::Buffer
|
D | vktSpvAsmInstructionTests.cpp | 1771 size_t byteSize = expectedOutputs[0].getByteSize(); in compareNoContractCase() 1988 for (size_t idx = 0; idx < expectedOutput->getByteSize() / sizeof(float); ++idx) in compareNMin() 2112 for (size_t idx = 0; idx < expectedOutput->getByteSize() / sizeof(float); ++idx) in compareNMax() 2235 for (size_t idx = 0; idx < expectedOutput->getByteSize() / sizeof(float) / 2; ++idx) in compareNClamp() 5593 size_t byteSize = expectedOutputs[0].getByteSize(); in compareOpQuantizeF16ComputeExactCase() 5634 size_t byteSize = expectedOutputs[0].getByteSize(); in compareNan() 17382 …const size_t iterationsCount = expectedOutputs[0].getByteSize() / (sizeof(deFloat16) * resultStep… in compareFP16ArithmeticFunc() 17390 DE_ASSERT(expectedOutputs[0].getByteSize() > 0); in compareFP16ArithmeticFunc() 17391 DE_ASSERT(expectedOutputs[0].getByteSize() == sizeof(deFloat16) * iterationsCount * resultStep); in compareFP16ArithmeticFunc() 17395 DE_ASSERT(inputs[inputNdx].getByteSize() > 0); in compareFP16ArithmeticFunc() [all …]
|
D | vktSpvAsm16bitStorageTests.cpp | 207 …const deUint32 count = static_cast<deUint32>(expectedOutputs[outputNdx].getByteSize() / sizeof(de… in graphicsCheck16BitFloats() 285 …const deUint32 count = static_cast<deUint32>(expectedOutputs[outputNdx].getByteSize() / sizeof(de… in computeCheck16BitFloats()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.h | 82 Optional<int64_t> getByteSize(const DWARFUnit &U) const; 168 size_t getByteSize(const DWARFUnit &U) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.h | 82 Optional<int64_t> getByteSize(const DWARFUnit &U) const; 168 size_t getByteSize(const DWARFUnit &U) const;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PDBStringTable.h | 37 uint32_t getByteSize() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PDBStringTable.h | 37 uint32_t getByteSize() const;
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBStringTable.cpp | 22 uint32_t PDBStringTable::getByteSize() const { return Header->ByteSize; } in getByteSize() function in PDBStringTable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBStringTable.cpp | 22 uint32_t PDBStringTable::getByteSize() const { return Header->ByteSize; } in getByteSize() function in PDBStringTable
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | serialutil.py | 360 def getByteSize(self): member in SerialBase 364 bytesize = property(getByteSize, setByteSize, doc="Byte size setting")
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | DumpOutputStyle.cpp | 1216 P.formatLine("Name Buffer Size: {0}", IS->getByteSize()); in dumpStringTableFromPdb()
|