Searched refs:dstRowPitch (Results 1 – 9 of 9) sorted by relevance
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 938 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 …]
|
/external/angle/src/libANGLE/renderer/metal/ |
D | TextureMtl.mm | 1203 size_t dstRowPitch = angleFormat.pixelBytes * dstWidth; 1204 size_t dstDepthPitch = dstRowPitch * dstHeight; 1216 prevLevelDepthPitch, dstLevelData.get(), dstRowPitch, dstDepthPitch); 1221 slice, dstLevelData.get(), dstRowPitch, dstDepthPitch, mNativeTexture)); 1226 prevLevelRowPitch = dstRowPitch; 1764 const size_t dstRowPitch = dstFormat.pixelBytes * mtlArea.size.width; 1774 const size_t dstDepthPitch = dstRowPitch * mtlArea.size.height; 1782 pixelsDepthPitch, decompressBuf.data(), dstRowPitch, 1788 decompressBuf.data(), dstRowPitch, dstDepthPitch, image)); 1795 const size_t dstDepthPitch = dstRowPitch * mtlArea.size.height; [all …]
|
D | mtl_utils.mm | 296 const size_t dstRowPitch = dstFormat.pixelBytes * size.width; 298 ANGLE_CHECK_GL_ALLOC(contextMtl, conversionRow.resize(dstRowPitch)); 302 textureObjFormat.initFunction(size.width, 1, 1, conversionRow.data(), dstRowPitch, 0); 315 srcFormat.pixelReadFunction, conversionRow.data(), dstRowPitch, 332 conversionRow.data(), dstRowPitch);
|
/external/angle/src/libANGLE/renderer/ |
D | CLCommandQueueImpl.h | 83 size_t dstRowPitch,
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLCommandQueueCL.h | 84 size_t dstRowPitch,
|
D | CLCommandQueueCL.cpp | 211 size_t dstRowPitch, in enqueueCopyBufferRect() argument 226 dstRowPitch, dstSlicePitch, numEvents, nativeEventsPtr, nativeEventPtr); in enqueueCopyBufferRect()
|
/external/angle/src/libANGLE/ |
D | CLCommandQueue.h | 98 size_t dstRowPitch,
|
D | CLCommandQueue.cpp | 268 size_t dstRowPitch, in enqueueCopyBufferRect() argument 282 srcRowPitch, srcSlicePitch, dstRowPitch, in enqueueCopyBufferRect()
|
/external/swiftshader/src/Vulkan/ |
D | VkImage.cpp | 394 int dstRowPitch = dstImage->rowPitchBytes(dstAspect, region.dstSubresource.mipLevel); in copyTo() local 431 (dstRowPitch * srcFormat.blockWidth())); in copyTo() 502 dstRow += dstRowPitch; in copyTo()
|