Home
last modified time | relevance | path

Searched refs:RowPitch (Results 1 – 25 of 41) sorted by relevance

12

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_misc_opcodes.cpp419 (overlap.H () + fAreaSpec.RowPitch () - 1) / fAreaSpec.RowPitch (), in ProcessArea()
422 fAreaSpec.RowPitch () * buffer.RowStep (), in ProcessArea()
640 for (int32 row = overlap.t; row < overlap.b; row += fAreaSpec.RowPitch ()) in ProcessArea()
865 fAreaSpec.RowPitch ()); in dng_opcode_DeltaPerRow()
916 fAreaSpec.RowPitch ()); in PutData()
1004 fAreaSpec.RowPitch ()); in ProcessArea()
1006 for (int32 row = overlap.t; row < overlap.b; row += fAreaSpec.RowPitch ()) in ProcessArea()
1198 uint32 rows = (overlap.H () + fAreaSpec.RowPitch () - 1) / in ProcessArea()
1199 fAreaSpec.RowPitch (); in ProcessArea()
1201 int32 rowStep = buffer.RowStep () * fAreaSpec.RowPitch (); in ProcessArea()
[all …]
Ddng_misc_opcodes.h123 const uint32 RowPitch () const in RowPitch() function
Ddng_gain_map.cpp567 for (int32 row = overlap.t; row < overlap.b; row += fAreaSpec.RowPitch ()) in ProcessArea()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp69 srcMapped.RowPitch, srcMapped.DepthPitch, destData, destMapped.RowPitch, in GenerateMipmap()
108 sourceBox.x * sourcePixelBytes + sourceBox.y * srcMapped.RowPitch + in CopyImage()
111 destOffset.y * destMapped.RowPitch + destOffset.z * destMapped.DepthPitch; in CopyImage()
113 CopyImageCHROMIUM(sourceData, srcMapped.RowPitch, sourcePixelBytes, srcMapped.DepthPitch, in CopyImage()
114 sourceFormat.pixelReadFunction, destData, destMapped.RowPitch, destPixelBytes, in CopyImage()
299 (area.y * mappedImage.RowPitch + area.x * outputPixelSize + in loadData()
303 inputDepthPitch, offsetMappedData, mappedImage.RowPitch, mappedImage.DepthPitch); in loadData()
342 ((area.y / outputBlockHeight) * mappedImage.RowPitch + in loadCompressedData()
346 inputRowPitch, inputDepthPitch, offsetMappedData, mappedImage.RowPitch, in loadCompressedData()
407 mappedImage.RowPitch * destOffset.y + rowOffset + in copyFromFramebuffer()
[all …]
DMappedSubresourceVerifier11.cpp56 mPitchType = &D3D11_MAPPED_SUBRESOURCE::RowPitch; in setDesc()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp69 srcMapped.RowPitch, srcMapped.DepthPitch, destData, destMapped.RowPitch, in GenerateMipmap()
108 sourceBox.x * sourcePixelBytes + sourceBox.y * srcMapped.RowPitch + in CopyImage()
111 destOffset.y * destMapped.RowPitch + destOffset.z * destMapped.DepthPitch; in CopyImage()
113 CopyImageCHROMIUM(sourceData, srcMapped.RowPitch, sourcePixelBytes, srcMapped.DepthPitch, in CopyImage()
114 sourceFormat.pixelReadFunction, destData, destMapped.RowPitch, destPixelBytes, in CopyImage()
301 (area.y * mappedImage.RowPitch + area.x * outputPixelSize + in loadData()
305 inputDepthPitch, offsetMappedData, mappedImage.RowPitch, mappedImage.DepthPitch); in loadData()
344 ((area.y / outputBlockHeight) * mappedImage.RowPitch + in loadCompressedData()
348 inputRowPitch, inputDepthPitch, offsetMappedData, mappedImage.RowPitch, in loadCompressedData()
409 mappedImage.RowPitch * destOffset.y + rowOffset + in copyFromFramebuffer()
[all …]
DMappedSubresourceVerifier11.cpp56 mPitchType = &D3D11_MAPPED_SUBRESOURCE::RowPitch; in setDesc()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DResource.h91 __in const void *pSysMemUP, UINT RowPitch, UINT DepthPitch);
DResource.cpp509 pMappedSubResource->RowPitch = pResource->transfers[SubResource]->stride; in ResourceMap()
826 UINT RowPitch, // IN in ResourceUpdateSubResourceUP() argument
874 RowPitch, in ResourceUpdateSubResourceUP()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/
Dstack.cc131 stride_w_out = img_info_out.RowPitch() / dtype; in SetConstArgs()
132 stride_w_in = img_info_in.RowPitch() / dtype; in SetConstArgs()
Dargminmax.cc115 int in_pitch = im_in_.RowPitch() / dtype_size; in SetGlobalLocalPre()
116 int out_pitch = im_out_.RowPitch() / dtype_size; in SetGlobalLocalPre()
Dsplit.cc218 stride_w = img_info.RowPitch() / dtype; in SetConstArgs()
Dsparse_to_dense.cc141 stride_w = img_info.RowPitch() / dtype; in SetConstArgs()
Dconcat.cc126 stride_w = img_info.RowPitch() / dtype; in SetConstArgs()
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12Sample.cpp244 memcpy(pDestSlice + pDest->RowPitch * y, in MemcpySubresource()
245 pSrcSlice + pSrc->RowPitch * y, in MemcpySubresource()
295 …a = { pData + pLayouts[i].Offset, pLayouts[i].Footprint.RowPitch, pLayouts[i].Footprint.RowPitch *…
861 vertexData.RowPitch = vBufferSize; // size of all our triangle vertex data in InitD3D()
968 indexData.RowPitch = iBufferSize; // size of all our index buffer in InitD3D()
1121 textureSubresourceData.RowPitch = imageBytesPerRow; in InitD3D()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLImage.cpp52 case ImageInfo::RowPitch: in getInfo()
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.cpp337 SkRectMemcpy(dst, placedFootprints[currentMipLevel].Footprint.RowPitch, in copy_compressed_data()
610 placedFootprint.Footprint.RowPitch, in onReadPixels()
754 SkRectMemcpy(dst, placedFootprints[currentMipLevel].Footprint.RowPitch, in uploadToTexture()
1382 if (!GrClearImage(ii, mapPtr, placedFootprints[0].Footprint.RowPitch, color)) { in copy_color_data()
1465 placedFootprints[i].Footprint.RowPitch = placedFootprints[0].Footprint.RowPitch; in onClearBackendTexture()
/third_party/mesa3d/src/gallium/frontends/nine/
Dvolume9.c332 pLockedVolume->RowPitch = stride; in NineVolume9_LockBox()
355 pLockedVolume->RowPitch = This->transfer->stride; in NineVolume9_LockBox()
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d11/
DSDL_render_d3d11.c1924 if (length == pitch && length == textureMemory.RowPitch) { in D3D11_UpdateTextureInternal()
1930 if (length > textureMemory.RowPitch) { in D3D11_UpdateTextureInternal()
1931 length = textureMemory.RowPitch; in D3D11_UpdateTextureInternal()
1936 dst += textureMemory.RowPitch; in D3D11_UpdateTextureInternal()
2106 *pitch = textureMemory.RowPitch; in D3D11_LockTexture()
2929 textureMemory.RowPitch, in D3D11_RenderReadPixels()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLPresentPathD3D11Test.cpp263 ASSERT_EQ(static_cast<UINT>(mWindowWidth * 4), mappedSubresource.RowPitch); in checkPixelsUsingD3D()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLPresentPathD3D11Test.cpp263 ASSERT_EQ(static_cast<UINT>(mWindowWidth * 4), mappedSubresource.RowPitch); in checkPixelsUsingD3D()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/
Dopencl_kernel.h133 size_t RowPitch() const { in RowPitch() function
/third_party/skia/third_party/externals/angle2/src/common/
DPackedCLEnums_autogen.cpp1138 return ImageInfo::RowPitch; in FromCLenum()
1168 case ImageInfo::RowPitch: in ToCLenum()
1202 case ImageInfo::RowPitch: in operator <<()
DPackedCLEnums_autogen.h235 RowPitch = 2, enumerator
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DUtilsD3D12.cpp99 bufferLocation.PlacedFootprint.Footprint.RowPitch = rowPitch; in ComputeBufferLocationForCopyTextureRegion()

12