Home
last modified time | relevance | path

Searched refs:tempBufferSize (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_render.cpp968 uint32 tempBufferSize = 0; in Start() local
970 if (!SafeUint32Mult (tileSize.h, (uint32) sizeof (real32), &tempBufferSize) || in Start()
971 !SafeUint32Mult (tempBufferSize, 3, &tempBufferSize)) in Start()
981 fTempBuffer [threadIndex] . Reset (allocator->Allocate (tempBufferSize)); in Start()
Ddng_resample.cpp666 uint32 tempBufferSize = 0; in Start() local
667 if (!RoundUpUint32ToMultiple (fSrcTileSize.h, 8, &tempBufferSize) || in Start()
668 !SafeUint32Mult (tempBufferSize, in Start()
670 &tempBufferSize)) in Start()
680 fTempBuffer [threadIndex] . Reset (allocator->Allocate (tempBufferSize)); in Start()
Ddng_string.cpp2072 uint32 tempBufferSize = in ForceASCII() local
2074 dng_memory_data tempBuffer (tempBufferSize); in ForceASCII()
2077 char * const destEnd = dPtr + tempBufferSize; in ForceASCII()
Ddng_read_image.cpp912 uint32 tempBufferSize = ComputeBufferSize(buffer.fPixelType, in ReorderSubTileBlocks() local
916 if (!tempBuffer.Get () || tempBuffer->LogicalSize () < tempBufferSize) in ReorderSubTileBlocks()
919 tempBuffer.Reset (host.Allocate (tempBufferSize)); in ReorderSubTileBlocks()
978 tempBufferSize); in ReorderSubTileBlocks()
Ddng_image_writer.cpp3101 uint32 tempBufferSize = SafeUint32Mult ( in EncodePredictor() local
3105 if (!tempBuffer.Get () || tempBuffer->LogicalSize () < tempBufferSize) in EncodePredictor()
3108 tempBuffer.Reset (host.Allocate (tempBufferSize)); in EncodePredictor()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp456 uint64_t tempBufferSize = in RecordCopyImageWithTemporaryBuffer() local
459 tempBufferDescriptor.size = tempBufferSize; in RecordCopyImageWithTemporaryBuffer()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DCommandBufferD3D12.cpp206 auto tempBufferSize = in RecordCopyTextureWithTemporaryBuffer() local
211 tempBufferDescriptor.size = tempBufferSize.AcquireSuccess(); in RecordCopyTextureWithTemporaryBuffer()