Searched refs:getByteSize (Results 1 – 11 of 11) sorted by relevance
176 if (auto FixedSize = Spec.getByteSize(U)) in getAttributeValue()186 size_t DWARFAbbreviationDeclaration::FixedSizeInfo::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::FixedSizeInfo198 Optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize( in getByteSize() function in DWARFAbbreviationDeclaration::AttributeSpec214 return FixedAttributeSize->getByteSize(U); in getFixedAttributesByteSize()
58 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast()
139 virtual size_t getByteSize (void) const = 0;157 virtual size_t getByteSize (void) const { return buffer->getByteSize(); } in getByteSize() function in vkt::SpirVAssembly::Resource
145 size_t getByteSize (void) const in getByteSize() function in vkt::SpirVAssembly::OpAtomicBuffer301 size_t getByteSize (void) const in getByteSize() function in vkt::SpirVAssembly::Buffer
986 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 …]
206 …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()
83 Optional<int64_t> getByteSize(const DWARFUnit &U) const;169 size_t getByteSize(const DWARFUnit &U) const;
38 uint32_t getByteSize() const;
23 uint32_t PDBStringTable::getByteSize() const { return Header->ByteSize; } in getByteSize() function in PDBStringTable
360 def getByteSize(self): member in SerialBase364 bytesize = property(getByteSize, setByteSize, doc="Byte size setting")
995 P.formatLine("Name Buffer Size: {0}", IS->getByteSize()); in dumpStringTableFromPdb()