/third_party/lz4/tests/ |
D | checkFrame.c | 95 size_t dstBufferSize; member 103 ress->dstBufferSize = 4 MB; in createCResources() 104 ress->dstBuffer = malloc(ress->dstBufferSize); in createCResources() 138 size_t decodedBytes = ress.dstBufferSize; in frameCheck() 162 decodedBytes = ress.dstBufferSize; in frameCheck() 167 decodedBytes = ress.dstBufferSize; in frameCheck()
|
/third_party/lz4/programs/ |
D | lz4io.c | 538 size_t dstBufferSize; member 623 ress.dstBufferSize = LZ4F_compressFrameBound(blockSize, NULL); /* cover worst case */ in LZ4IO_createCResources() 624 ress.dstBuffer = malloc(ress.dstBufferSize); in LZ4IO_createCResources() 659 const size_t dstBufferSize = ress.dstBufferSize; in LZ4IO_compressFilename_extRess() local 695 …size_t const cSize = LZ4F_compressFrame_usingCDict(ctx, dstBuffer, dstBufferSize, srcBuffer, readS… in LZ4IO_compressFilename_extRess() 712 …size_t const headerSize = LZ4F_compressBegin_usingCDict(ctx, dstBuffer, dstBufferSize, ress.cdict,… in LZ4IO_compressFilename_extRess() 720 …size_t const outSize = LZ4F_compressUpdate(ctx, dstBuffer, dstBufferSize, srcBuffer, readSize, NUL… in LZ4IO_compressFilename_extRess() 738 { size_t const endSize = LZ4F_compressEnd(ctx, dstBuffer, dstBufferSize, NULL); in LZ4IO_compressFilename_extRess() 1000 size_t dstBufferSize; member 1031 ress.dstBufferSize = LZ4IO_dBufferSize; in LZ4IO_createDResources() [all …]
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_filter_task.cpp | 68 uint32 dstBufferSize = ComputeBufferSize(fDstPixelType, tileSize, in Start() local 76 fDstBuffer [threadIndex] . Reset (allocator->Allocate (dstBufferSize)); in Start()
|
D | dng_mosaic_info.cpp | 1853 uint32 dstBufferSize = ComputeBufferSize (dstBuffer.fPixelType, in InterpolateGeneric() local 1857 AutoPtr<dng_memory_block> dstData (host.Allocate (dstBufferSize)); in InterpolateGeneric()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DynamicBufferOffsetTests.cpp | 514 uint64_t dstBufferSize = storageBufferSize + kEndPadding; in TEST_P() local 529 std::vector<uint32_t> expectedDst(dstBufferSize / sizeof(uint32_t)); in TEST_P() 537 memset(expectedDst.data(), 0xFF, dstBufferSize); in TEST_P() 539 utils::CreateBufferFromData(device, &expectedDst[0], dstBufferSize, in TEST_P() 570 EXPECT_BUFFER_U32_RANGE_EQ(expectedDst.data(), dst, 0, dstBufferSize / sizeof(uint32_t)); in TEST_P()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageCompressionTranscodingSupport.cpp | 2020 …const VkDeviceSize dstBufferSize = getUncompressedImageSizeInBytes(m_parameters.formatForVe… in verifyDecompression() local 2041 …const VkBufferCreateInfo refDstBufferInfo (makeBufferCreateInfo(dstBufferSize, VK_BUFFER_USAGE… in verifyDecompression() 2050 …const VkBufferCreateInfo resDstBufferInfo (makeBufferCreateInfo(dstBufferSize, VK_BUFFER_USAGE… in verifyDecompression() 2141 refDstBuffer->get(), 0ull, dstBufferSize); in verifyDecompression() 2157 resDstBuffer->get(), 0ull, dstBufferSize); in verifyDecompression() 2183 dstBufferSize, in verifyDecompression()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | TextureVk.cpp | 2186 size_t dstBufferSize = sourceBox.width * sourceBox.height * sourceBox.depth * in reinitImageAsRenderable() local 2192 contextVk, dstBufferSize, index, mImage->getLevelExtents(levelVk), gl::kOffsetZero, in reinitImageAsRenderable()
|
D | UtilsVk.cpp | 2946 const VkDeviceSize dstBufferSize = in copyImageBits() local 2960 bufferInfo.size = dstBufferSize; in copyImageBits()
|
D | vk_helpers.cpp | 5981 GLuint dstBufferSize = dstDataDepthPitch * copy.imageExtent.depth; in reformatStagedBufferUpdates() local 5982 ANGLE_TRY(mStagingBuffer.allocate(contextVk, dstBufferSize, &dstData, in reformatStagedBufferUpdates()
|