Home
last modified time | relevance | path

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

/external/deqp/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 …]
/external/angle/src/libANGLE/renderer/metal/
DTextureMtl.mm734 size_t dstRowPitch = angleFormat.pixelBytes * dstWidth;
735 size_t dstDataSize = dstRowPitch * dstHeight;
746 dstLevelData.get(), dstRowPitch, 0);
751 dstLevelData.get(), dstRowPitch));
755 prevLevelRowPitch = dstRowPitch;
1064 const size_t dstRowPitch = dstFormat.pixelBytes * mtlArea.size.width;
1065 ANGLE_CHECK_GL_ALLOC(contextMtl, conversionRow.resize(dstRowPitch));
1076 pixelsFormat.pixelReadFunction, conversionRow.data(), dstRowPitch,
1083 conversionRow.data(), dstRowPitch));
1229 const int dstRowPitch = dstFormat.pixelBytes * clippedSourceArea.width;
[all …]
Dmtl_utils.mm55 const size_t dstRowPitch = dstFormat.pixelBytes * size.width;
57 ANGLE_CHECK_GL_ALLOC(contextMtl, conversionRow.resize(dstRowPitch));
60 srcFormat.pixelReadFunction, conversionRow.data(), dstRowPitch,
74 conversionRow.data(), dstRowPitch);