Home
last modified time | relevance | path

Searched refs:ComputeSize (Results 1 – 25 of 44) sorted by relevance

12

/external/v8/src/codegen/
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()
/external/skia/src/gpu/dawn/
DGrDawnTextureRenderTarget.cpp32 return GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), in onGpuMemorySize()
DGrDawnRenderTarget.cpp35 return GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), numSamples, in onGpuMemorySize()
/external/skia/src/gpu/mock/
DGrMockTexture.h116 return GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), in onGpuMemorySize()
212 return GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), in onGpuMemorySize()
/external/skia/src/gpu/
DGrSurface.cpp19 size_t GrSurface::ComputeSize(const GrCaps& caps, in ComputeSize() function in GrSurface
DGrTexture.cpp35 return GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), 1, in onGpuMemorySize()
DGrRenderTargetProxy.cpp121 return GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), in onUninstantiatedGpuMemorySize()
/external/skqp/src/gpu/gl/
DGrGLRenderTarget.cpp108 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
225 size_t size = GrSurface::ComputeSize(this->config(), this->width(), this->height(), in dumpMemoryStatistics()
DGrGLTextureRenderTarget.cpp68 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
/external/skia/src/gpu/gl/
DGrGLRenderTarget.cpp104 return GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), in onGpuMemorySize()
222 size_t size = GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), in dumpMemoryStatistics()
DGrGLTextureRenderTarget.cpp75 return GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), in onGpuMemorySize()
/external/skqp/src/gpu/mock/
DGrMockTexture.h128 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
207 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
/external/skqp/src/gpu/mtl/
DGrMtlRenderTarget.h67 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
DGrMtlTextureRenderTarget.h75 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
/external/skia/src/gpu/mtl/
DGrMtlTextureRenderTarget.h81 return GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), in onGpuMemorySize()
DGrMtlRenderTarget.h64 return GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), in onGpuMemorySize()
/external/skqp/include/gpu/
DGrSurface.h65 static size_t ComputeSize(GrPixelConfig config, int width, int height, int colorSamplesPerPixel,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp298 addULEB128(Value.getDIEBlock().ComputeSize(AP)); in hashAttribute()
301 addULEB128(Value.getDIELoc().ComputeSize(AP)); in hashAttribute()
/external/skia/include/gpu/
DGrSurface.h75 static size_t ComputeSize(const GrCaps&, const GrBackendFormat&, SkISize dimensions,
/external/skqp/src/gpu/
DGrRenderTargetProxy.cpp100 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onUninstantiatedGpuMemorySize()
DGrTexture.cpp34 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), 1, in onGpuMemorySize()
DGrTextureRenderTargetProxy.cpp73 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onUninstantiatedGpuMemorySize()
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp340 addULEB128(Value.getDIEBlock().ComputeSize(AP)); in hashAttribute()
343 addULEB128(Value.getDIELoc().ComputeSize(AP)); in hashAttribute()
/external/skqp/src/gpu/vk/
DGrVkRenderTarget.h127 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
/external/skia/src/gpu/vk/
DGrVkRenderTarget.h127 return GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), in onGpuMemorySize()

12