/external/v8/src/codegen/ |
D | constant-pool.cc | 273 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/ |
D | GrDawnTextureRenderTarget.cpp | 32 return GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), in onGpuMemorySize()
|
D | GrDawnRenderTarget.cpp | 35 return GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), numSamples, in onGpuMemorySize()
|
/external/skia/src/gpu/mock/ |
D | GrMockTexture.h | 116 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/ |
D | GrSurface.cpp | 19 size_t GrSurface::ComputeSize(const GrCaps& caps, in ComputeSize() function in GrSurface
|
D | GrTexture.cpp | 35 return GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), 1, in onGpuMemorySize()
|
D | GrRenderTargetProxy.cpp | 121 return GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), in onUninstantiatedGpuMemorySize()
|
/external/skqp/src/gpu/gl/ |
D | GrGLRenderTarget.cpp | 108 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()
|
D | GrGLTextureRenderTarget.cpp | 68 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
|
/external/skia/src/gpu/gl/ |
D | GrGLRenderTarget.cpp | 104 return GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), in onGpuMemorySize() 222 size_t size = GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), in dumpMemoryStatistics()
|
D | GrGLTextureRenderTarget.cpp | 75 return GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), in onGpuMemorySize()
|
/external/skqp/src/gpu/mock/ |
D | GrMockTexture.h | 128 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/ |
D | GrMtlRenderTarget.h | 67 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
|
D | GrMtlTextureRenderTarget.h | 75 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlTextureRenderTarget.h | 81 return GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), in onGpuMemorySize()
|
D | GrMtlRenderTarget.h | 64 return GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), in onGpuMemorySize()
|
/external/skqp/include/gpu/ |
D | GrSurface.h | 65 static size_t ComputeSize(GrPixelConfig config, int width, int height, int colorSamplesPerPixel,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 298 addULEB128(Value.getDIEBlock().ComputeSize(AP)); in hashAttribute() 301 addULEB128(Value.getDIELoc().ComputeSize(AP)); in hashAttribute()
|
/external/skia/include/gpu/ |
D | GrSurface.h | 75 static size_t ComputeSize(const GrCaps&, const GrBackendFormat&, SkISize dimensions,
|
/external/skqp/src/gpu/ |
D | GrRenderTargetProxy.cpp | 100 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onUninstantiatedGpuMemorySize()
|
D | GrTexture.cpp | 34 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), 1, in onGpuMemorySize()
|
D | GrTextureRenderTargetProxy.cpp | 73 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onUninstantiatedGpuMemorySize()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIEHash.cpp | 340 addULEB128(Value.getDIEBlock().ComputeSize(AP)); in hashAttribute() 343 addULEB128(Value.getDIELoc().ComputeSize(AP)); in hashAttribute()
|
/external/skqp/src/gpu/vk/ |
D | GrVkRenderTarget.h | 127 return GrSurface::ComputeSize(this->config(), this->width(), this->height(), in onGpuMemorySize()
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderTarget.h | 127 return GrSurface::ComputeSize(caps, this->backendFormat(), this->dimensions(), in onGpuMemorySize()
|