Home
last modified time | relevance | path

Searched refs:getByteSize (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A 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()
H A DDWARFDebugInfoEntry.cpp57 if (auto FixedSize = AttrSpec.getByteSize(U)) { in extractFast()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A 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
H A 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
H A DvktSpvAsmIntegerDotProductTests.cpp114 for (size_t idx = 0; idx < inputs[2].getByteSize() / sizeof(AddendT); ++idx) in compareDotProductAccSat()
116 size_t vecLen = (inputs[0].getByteSize() / sizeof(LHSOperandT)) / (inputs[2].getByteSize() / sizeof(AddendT)); in compareDotProductAccSat()
H A DvktSpvAsmInstructionTests.cpp1821 size_t byteSize = expectedOutputs[0].getByteSize(); in compareNoContractCase()
2038 for (size_t idx = 0; idx < expectedOutput->getByteSize() / sizeof(float); ++idx) in compareNMin()
2162 for (size_t idx = 0; idx < expectedOutput->getByteSize() / sizeof(float); ++idx) in compareNMax()
2285 for (size_t idx = 0; idx < expectedOutput->getByteSize() / sizeof(float) / 2; ++idx) in compareNClamp()
5655 size_t byteSize = expectedOutputs[0].getByteSize(); in compareOpQuantizeF16ComputeExactCase()
5695 size_t byteSize = expectedOutputs[0].getByteSize(); in compareNan()
5716 size_t byteSize = expectedOutputs[0].getByteSize(); in compareZeros()
17572 const size_t iterationsCount = expectedOutputs[0].getByteSize() / (sizeof(deFloat16) * resultStep);
17580 DE_ASSERT(expectedOutputs[0].getByteSize() > 0);
17581 DE_ASSERT(expectedOutputs[0].getByteSize()
[all...]
H A DvktSpvAsm16bitStorageTests.cpp207 const deUint32 count = static_cast<deUint32>(expectedOutputs[outputNdx].getByteSize() / sizeof(deUint16)); in graphicsCheck16BitFloats()
285 const deUint32 count = static_cast<deUint32>(expectedOutputs[outputNdx].getByteSize() / sizeof(deUint16)); in computeCheck16BitFloats()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A 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
H A 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
H A DvktSpvAsmIntegerDotProductTests.cpp114 for (size_t idx = 0; idx < inputs[2].getByteSize() / sizeof(AddendT); ++idx) in compareDotProductAccSat()
116 size_t vecLen = (inputs[0].getByteSize() / sizeof(LHSOperandT)) / (inputs[2].getByteSize() / sizeof(AddendT)); in compareDotProductAccSat()
H A DvktSpvAsmInstructionTests.cpp1819 size_t byteSize = expectedOutputs[0].getByteSize(); in compareNoContractCase()
2036 for (size_t idx = 0; idx < expectedOutput->getByteSize() / sizeof(float); ++idx) in compareNMin()
2160 for (size_t idx = 0; idx < expectedOutput->getByteSize() / sizeof(float); ++idx) in compareNMax()
2283 for (size_t idx = 0; idx < expectedOutput->getByteSize() / sizeof(float) / 2; ++idx) in compareNClamp()
5653 size_t byteSize = expectedOutputs[0].getByteSize(); in compareOpQuantizeF16ComputeExactCase()
5694 size_t byteSize = expectedOutputs[0].getByteSize(); in compareNan()
17474 const size_t iterationsCount = expectedOutputs[0].getByteSize() / (sizeof(deFloat16) * resultStep);
17482 DE_ASSERT(expectedOutputs[0].getByteSize() > 0);
17483 DE_ASSERT(expectedOutputs[0].getByteSize() == sizeof(deFloat16) * iterationsCount * resultStep);
17487 DE_ASSERT(inputs[inputNdx].getByteSize() >
[all...]
H A DvktSpvAsm16bitStorageTests.cpp207 const deUint32 count = static_cast<deUint32>(expectedOutputs[outputNdx].getByteSize() / sizeof(deUint16)); in graphicsCheck16BitFloats()
285 const deUint32 count = static_cast<deUint32>(expectedOutputs[outputNdx].getByteSize() / sizeof(deUint16)); in computeCheck16BitFloats()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.h82 Optional<int64_t> getByteSize(const DWARFUnit &U) const;
168 size_t getByteSize(const DWARFUnit &U) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTable.h37 uint32_t getByteSize() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp22 uint32_t PDBStringTable::getByteSize() const { return Header->ByteSize; } in getByteSize() function in PDBStringTable

Completed in 88 milliseconds