Home
last modified time | relevance | path

Searched refs:getByteSize (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp166 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()
DDWARFDebugInfoEntry.cpp58 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp175 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()
DDWARFDebugInfoEntry.cpp57 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.hpp139 virtual size_t getByteSize (void) const = 0;
158 virtual size_t getByteSize (void) const { return buffer->getByteSize(); } in getByteSize() function in vkt::SpirVAssembly::Resource
DvktSpvAsmComputeShaderTestUtil.hpp145 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
DvktSpvAsmInstructionTests.cpp1771 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 …]
DvktSpvAsm16bitStorageTests.cpp207 …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/
DDWARFAbbreviationDeclaration.h82 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/
DDWARFAbbreviationDeclaration.h82 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/
DPDBStringTable.h37 uint32_t getByteSize() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTable.h37 uint32_t getByteSize() const;
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTable.cpp22 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/
DPDBStringTable.cpp22 uint32_t PDBStringTable::getByteSize() const { return Header->ByteSize; } in getByteSize() function in PDBStringTable
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialutil.py360 def getByteSize(self): member in SerialBase
364 bytesize = property(getByteSize, setByteSize, doc="Byte size setting")
/external/llvm-project/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp1216 P.formatLine("Name Buffer Size: {0}", IS->getByteSize()); in dumpStringTableFromPdb()