Home
last modified time | relevance | path

Searched refs:DepthPitch (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DImage11.cpp69 srcMapped.RowPitch, srcMapped.DepthPitch, destData, destMapped.RowPitch, in GenerateMipmap()
70 destMapped.DepthPitch); in GenerateMipmap()
109 sourceBox.z * srcMapped.DepthPitch; in CopyImage()
111 destOffset.y * destMapped.RowPitch + destOffset.z * destMapped.DepthPitch; in CopyImage()
113 CopyImageCHROMIUM(sourceData, srcMapped.RowPitch, sourcePixelBytes, srcMapped.DepthPitch, in CopyImage()
115 destMapped.DepthPitch, destFormat.pixelWriteFunction, destUnsizedFormat, in CopyImage()
302 area.z * mappedImage.DepthPitch)); in loadData()
305 inputDepthPitch, offsetMappedData, mappedImage.RowPitch, mappedImage.DepthPitch); in loadData()
345 (area.x / outputBlockWidth) * outputPixelSize + area.z * mappedImage.DepthPitch); in loadCompressedData()
349 mappedImage.DepthPitch); in loadCompressedData()
[all …]
DMappedSubresourceVerifier11.cpp70 mPitchType = &D3D11_MAPPED_SUBRESOURCE::DepthPitch; in setDesc()
DBlit11.cpp1323 mapped.RowPitch, mapped.DepthPitch); in copyAndConvert()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DResource.h91 __in const void *pSysMemUP, UINT RowPitch, UINT DepthPitch);
DResource.cpp549 pMappedSubResource->DepthPitch = pResource->transfers[SubResource]->layer_stride; in ResourceMap()
870 UINT DepthPitch) // IN in ResourceUpdateSubResourceUP() argument
921 const ubyte *src = (const ubyte*)pSysMemUP + z*DepthPitch; in ResourceUpdateSubResourceUP()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLPresentPathD3D11Test.cpp264 ASSERT_EQ(static_cast<UINT>(mWindowWidth * mWindowWidth * 4), mappedSubresource.DepthPitch); in checkPixelsUsingD3D()