Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp176 if (auto FixedSize = Spec.getByteSize(U)) in getAttributeValue()
186 size_t DWARFAbbreviationDeclaration::FixedSizeInfo::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::FixedSizeInfo
198 Optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::AttributeSpec
214 return FixedAttributeSize->getByteSize(U); in getFixedAttributesByteSize()
DDWARFDebugInfoEntry.cpp58 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;
157 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.cpp986 size_t byteSize = expectedOutputs[0].getByteSize(); in compareNoContractCase()
1203 for (size_t idx = 0; idx < expectedOutput->getByteSize() / sizeof(float); ++idx) in compareNMin()
1327 for (size_t idx = 0; idx < expectedOutput->getByteSize() / sizeof(float); ++idx) in compareNMax()
1450 for (size_t idx = 0; idx < expectedOutput->getByteSize() / sizeof(float) / 2; ++idx) in compareNClamp()
4504 size_t byteSize = expectedOutputs[0].getByteSize(); in compareOpQuantizeF16ComputeExactCase()
4545 size_t byteSize = expectedOutputs[0].getByteSize(); in compareNan()
15467 …const size_t iterationsCount = expectedOutputs[0].getByteSize() / (sizeof(deFloat16) * resultStep… in compareFP16ArithmeticFunc()
15475 DE_ASSERT(expectedOutputs[0].getByteSize() > 0); in compareFP16ArithmeticFunc()
15476 DE_ASSERT(expectedOutputs[0].getByteSize() == sizeof(deFloat16) * iterationsCount * resultStep); in compareFP16ArithmeticFunc()
15480 DE_ASSERT(inputs[inputNdx].getByteSize() > 0); in compareFP16ArithmeticFunc()
[all …]
DvktSpvAsm16bitStorageTests.cpp206 …const deUint32 count = static_cast<deUint32>(expectedOutputs[outputNdx].getByteSize() / sizeof(de… in graphicsCheck16BitFloats()
284 …const deUint32 count = static_cast<deUint32>(expectedOutputs[outputNdx].getByteSize() / sizeof(de… in computeCheck16BitFloats()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h83 Optional<int64_t> getByteSize(const DWARFUnit &U) const;
169 size_t getByteSize(const DWARFUnit &U) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTable.h38 uint32_t getByteSize() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTable.cpp23 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp995 P.formatLine("Name Buffer Size: {0}", IS->getByteSize()); in dumpStringTableFromPdb()