Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTDecompress.cpp432 Pixel128S upscaledColourA[32]; in pvrtcGetDecompressedPixels() local
449 upscaledColourA, ui8Bpp); in pvrtcGetDecompressedPixels()
463 …result.red = (upscaledColourA[y*ui32WordWidth+x].red * (8-mod) + upscaledColourB[y*ui32WordWidth… in pvrtcGetDecompressedPixels()
464 …result.green = (upscaledColourA[y*ui32WordWidth+x].green * (8-mod) + upscaledColourB[y*ui32WordWid… in pvrtcGetDecompressedPixels()
465 …result.blue = (upscaledColourA[y*ui32WordWidth+x].blue * (8-mod) + upscaledColourB[y*ui32WordWidt… in pvrtcGetDecompressedPixels()
467 …else result.alpha = (upscaledColourA[y*ui32WordWidth+x].alpha * (8-mod) + upscaledColourB[y*ui32Wo… in pvrtcGetDecompressedPixels()