Home
last modified time | relevance | path

Searched refs:dstRowPitch (Results 1 – 10 of 10) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuCompressedTexture.cpp938 const int dstRowPitch = dst.getRowPitch(); in decompressETC2_EAC_RGBA8() local
957 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize; in decompressETC2_EAC_RGBA8()
973 const int dstRowPitch = dst.getRowPitch(); in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1() local
990 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize; in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1()
1006 const int dstRowPitch = dst.getRowPitch(); in decompressEAC_R11() local
1025 deInt16* const dstPixel = (deInt16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_R11()
1032 deUint16* const dstPixel = (deUint16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_R11()
1045 const int dstRowPitch = dst.getRowPitch(); in decompressEAC_RG11() local
1068 deInt16* const dstPixel = (deInt16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_RG11()
1077 deUint16* const dstPixel = (deUint16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_RG11()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DTextureMtl.mm1351 size_t dstRowPitch = angleFormat.pixelBytes * dstWidth;
1352 size_t dstDepthPitch = dstRowPitch * dstHeight;
1364 prevLevelDepthPitch, dstLevelData.get(), dstRowPitch, dstDepthPitch);
1369 slice, dstLevelData.get(), dstRowPitch, dstDepthPitch, mNativeTexture));
1374 prevLevelRowPitch = dstRowPitch;
1912 const size_t dstRowPitch = dstFormat.pixelBytes * mtlArea.size.width;
1922 const size_t dstDepthPitch = dstRowPitch * mtlArea.size.height;
1930 pixelsDepthPitch, decompressBuf.data(), dstRowPitch,
1936 decompressBuf.data(), dstRowPitch, dstDepthPitch, image));
1943 const size_t dstDepthPitch = dstRowPitch * mtlArea.size.height;
[all …]
Dmtl_utils.mm381 const size_t dstRowPitch = dstFormat.pixelBytes * size.width;
383 ANGLE_CHECK_GL_ALLOC(contextMtl, conversionRow.resize(dstRowPitch));
387 textureObjFormat.initFunction(size.width, 1, 1, conversionRow.data(), dstRowPitch, 0);
400 srcFormat.pixelReadFunction, conversionRow.data(), dstRowPitch,
417 conversionRow.data(), dstRowPitch);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLCommandQueueCL.h84 size_t dstRowPitch,
DCLCommandQueueCL.cpp211 size_t dstRowPitch, in enqueueCopyBufferRect() argument
226 dstRowPitch, dstSlicePitch, numEvents, nativeEventsPtr, nativeEventPtr); in enqueueCopyBufferRect()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DCLCommandQueueImpl.h83 size_t dstRowPitch,
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DCopyTests.cpp335 uint32_t dstRowPitch = Align(kBytesPerTexel * dstWidth, kTextureRowPitchAlignment); in DoTest() local
336 uint32_t dstTexelsPerRow = dstRowPitch / kBytesPerTexel; in DoTest()
344 utils::CreateBufferCopyView(uploadBuffer, 0, dstRowPitch, 0); in DoTest()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLCommandQueue.h98 size_t dstRowPitch,
DCLCommandQueue.cpp268 size_t dstRowPitch, in enqueueCopyBufferRect() argument
282 srcRowPitch, srcSlicePitch, dstRowPitch, in enqueueCopyBufferRect()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImage.cpp425 int dstRowPitch = dstImage->rowPitchBytes(dstAspect, region.dstSubresource.mipLevel); in copySingleAspectTo() local
462 (dstRowPitch * srcFormat.blockWidth())); in copySingleAspectTo()
533 dstRow += dstRowPitch; in copySingleAspectTo()