Searched refs:DepthPitch (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Image11.cpp | 69 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 …]
|
D | MappedSubresourceVerifier11.cpp | 70 mPitchType = &D3D11_MAPPED_SUBRESOURCE::DepthPitch; in setDesc()
|
D | Blit11.cpp | 1323 mapped.RowPitch, mapped.DepthPitch); in copyAndConvert()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | Resource.h | 91 __in const void *pSysMemUP, UINT RowPitch, UINT DepthPitch);
|
D | Resource.cpp | 549 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/ |
D | EGLPresentPathD3D11Test.cpp | 264 ASSERT_EQ(static_cast<UINT>(mWindowWidth * mWindowWidth * 4), mappedSubresource.DepthPitch); in checkPixelsUsingD3D()
|