Home
last modified time | relevance | path

Searched refs:dstPixelSize (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuCompressedTexture.cpp838 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_RGBA8; in decompressETC2_EAC_RGBA8() local
856 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize; in decompressETC2_EAC_RGBA8()
873 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_RGBA8; in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1() local
889 deUint8* const dstPixel = dstPtr + y*dstRowPitch + x*dstPixelSize; in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1()
906 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_R11; in decompressEAC_R11() local
924 deInt16* const dstPixel = (deInt16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_R11()
931 deUint16* const dstPixel = (deUint16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_R11()
945 const int dstPixelSize = ETC2_UNCOMPRESSED_PIXEL_SIZE_RG11; in decompressEAC_RG11() local
967 deInt16* const dstPixel = (deInt16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_RG11()
976 deUint16* const dstPixel = (deUint16*)(dstPtr + y*dstRowPitch + x*dstPixelSize); in decompressEAC_RG11()
DtcuTextureUtil.cpp1029 const int dstPixelSize = dst.getFormat().getPixelSize(); in copy() local
1033 const bool dstTightlyPacked = (dstPixelSize == dstPixelPitch); in copy()