Home
last modified time | relevance | path

Searched refs:getNumBytes (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceGlobalInits.h195 virtual SizeT getNumBytes() const = 0;
227 SizeT getNumBytes() const final { return ContentsSize; }
272 SizeT getNumBytes() const final { return Size; }
326 SizeT getNumBytes() const final { return RelocAddrSize; }
390 SizeT getNumBytes() const { in getNumBytes() function in Ice::VariableDeclaration
393 Count += Init->getNumBytes(); in getNumBytes()
H A DIceGlobalInits.cpp159 Stream << "[" << getNumBytes() << " x " << Ice::IceType_i8 << "]"; in dumpType()
H A DIceASanInstrumentation.cpp114 RzSize + Utils::OffsetToAlignment(Global->getNumBytes(), Alignment); in instrumentGlobals()
192 GlobalSizes.insert({NewGlobal->getName(), NewGlobal->getNumBytes()}); in instrumentGlobals()
H A DIceTargetLowering.cpp995 const SizeT Size = Var.getNumBytes(); in emitGlobal()
1030 for (SizeT i = 0; i < Init->getNumBytes(); ++i) { in emitGlobal()
1036 Str << "\t.zero\t" << Init->getNumBytes() << "\n"; in emitGlobal()
H A DIceELFObjectWriter.cpp401 SizeT SymbolSize = Var->getNumBytes(); in writeDataOfType()
426 Section->appendZeros(Str, Init->getNumBytes()); in writeDataOfType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h119 .slice(Entries[EI].ByteOffset, getNumBytes(EI)); in getBytes()
143 size_t getNumBytes(size_t EI) const { in getNumBytes() function in llvm::DebugLocStream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp848 static const SCEV *getNumBytes(const SCEV *BECount, Type *IntPtr, in getNumBytes() function
937 getNumBytes(BECount, IntIdxTy, StoreSize, CurLoop, DL, SE); in processLoopStridedStore()
1077 getNumBytes(BECount, IntIdxTy, StoreSize, CurLoop, DL, SE); in processLoopStoreOfLoopLoad()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.hpp128 deUint32 getNumBytes (void) const { return numElements * getElementNumBytes(); } in getNumBytes() function
H A DvktSpvAsmGraphicsShaderTestUtil.cpp3284 const VkDeviceSize fragOutputImgSize = (VkDeviceSize)(instance.interfaces.getOutputType().getNumBytes() * renderSize.x() * renderSize.y()); in runAndVerifyDefaultPipeline()
4020 const deUint32 stride = instance.interfaces.getInputType().getNumBytes(); in runAndVerifyDefaultPipeline()
4396 const deUint32 typNumBytes = instance.interfaces.getInputType().getNumBytes(); in runAndVerifyDefaultPipeline()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.hpp128 deUint32 getNumBytes (void) const { return numElements * getElementNumBytes(); } in getNumBytes() function
H A DvktSpvAsmGraphicsShaderTestUtil.cpp3281 const VkDeviceSize fragOutputImgSize = (VkDeviceSize)(instance.interfaces.getOutputType().getNumBytes() * renderSize.x() * renderSize.y()); in runAndVerifyDefaultPipeline()
4017 const deUint32 stride = instance.interfaces.getInputType().getNumBytes(); in runAndVerifyDefaultPipeline()
4393 const deUint32 typNumBytes = instance.interfaces.getInputType().getNumBytes(); in runAndVerifyDefaultPipeline()

Completed in 26 milliseconds