Home
last modified time | relevance | path

Searched refs:ComputeSize (Results 1 - 25 of 26) sorted by relevance

12

/third_party/node/deps/v8/src/codegen/
H A Dconstant-pool.cc273 int size = ComputeSize(require_jump, require_alignment); in EmitAndClear()
375 int worst_case_size = ComputeSize(Jump::kRequired, Alignment::kRequired); in ShouldEmitNow()
405 int ConstantPool::ComputeSize(Jump require_jump, in ComputeSize() function in v8::internal::ConstantPool
431 pc_offset + ComputeSize(Jump::kRequired, require_alignment); in IsInImmRangeIfEmittedAt()
521 int size = ComputeSize(require_jump, require_alignment); in EmitAndClear()
624 int worst_case_size = ComputeSize(Jump::kRequired, Alignment::kRequired); in ShouldEmitNow()
654 int ConstantPool::ComputeSize(Jump require_jump, in ComputeSize() function in v8::internal::ConstantPool
680 pc_offset + ComputeSize(Jump::kRequired, require_alignment); in IsInImmRangeIfEmittedAt()
H A Dconstant-pool.h267 int ComputeSize(Jump require_jump, Alignment require_alignment) const;
/third_party/skia/src/gpu/dawn/
H A DGrDawnTextureRenderTarget.cpp30 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
H A DGrDawnRenderTarget.cpp34 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), numSamples, in onGpuMemorySize()
/third_party/skia/src/gpu/vk/
H A DGrVkTextureRenderTarget.cpp179 GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
183 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
H A DGrVkTexture.cpp192 size_t size = GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), 1, in dumpMemoryStatistics()
H A DGrVkImage.cpp703 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), 1, this->mipmapped()); in onGpuMemorySize()
/third_party/skia/src/gpu/mock/
H A DGrMockTexture.h119 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(),
210 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(),
/third_party/skia/src/gpu/
H A DGrSurface.cpp18 size_t GrSurface::ComputeSize(const GrBackendFormat& format, in ComputeSize() function in GrSurface
H A DGrSurface.h71 static size_t ComputeSize(const GrBackendFormat&, SkISize dimensions, int colorSamplesPerPixel,
H A DGrTexture.cpp36 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
H A DGrRenderTargetProxy.cpp138 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onUninstantiatedGpuMemorySize()
H A DGrTextureRenderTargetProxy.cpp113 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onUninstantiatedGpuMemorySize()
H A DGrTextureProxy.cpp177 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onUninstantiatedGpuMemorySize()
/third_party/skia/src/gpu/gl/
H A DGrGLTextureRenderTarget.cpp76 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
H A DGrGLRenderTarget.cpp130 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
341 size_t size = GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in dumpMemoryStatistics()
H A DGrGLTexture.cpp159 size_t size = GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), 1, in dumpMemoryStatistics()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp297 addULEB128(Value.getDIEBlock().ComputeSize(AP)); in hashAttribute()
300 addULEB128(Value.getDIELoc().ComputeSize(AP)); in hashAttribute()
H A DDIE.cpp701 /// ComputeSize - calculate the size of the location expression.
703 unsigned DIELoc::ComputeSize(const AsmPrinter *AP) const {
752 /// ComputeSize - calculate the size of the block.
754 unsigned DIEBlock::ComputeSize(const AsmPrinter *AP) const {
H A DDwarfUnit.cpp81 return TmpDIE.ComputeSize(&AP); in getTemporaryBufferSize()
403 Loc->ComputeSize(Asm); in addBlock()
411 Block->ComputeSize(Asm); in addBlock()
/third_party/skia/src/gpu/d3d/
H A DGrD3DRenderTarget.h84 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(),
H A DGrD3DTextureRenderTarget.cpp205 return GrSurface::ComputeSize(this->backendFormat(), this->dimensions(), in onGpuMemorySize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDIE.h909 /// ComputeSize - Calculate the size of the location expression.
911 unsigned ComputeSize(const AsmPrinter *AP) const;
943 /// ComputeSize - Calculate the size of the location expression.
945 unsigned ComputeSize(const AsmPrinter *AP) const;
/third_party/skia/tests/
H A DGrThreadSafeCacheTest.cpp393 return GrSurface::ComputeSize(format, {wh, wh}, /*colorSamplesPerPixel=*/1, in gpuSize()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc4411 ComputeSize(Jump::kOmitted, require_alignment) / kInt32Size - marker_size; in EmitPrologue()
4454 int worst_case_size = ComputeSize(Jump::kRequired, Alignment::kRequired); in Check()

Completed in 28 milliseconds

12