Searched refs:ui32WordHeight (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTDecompress.cpp | 127 PVRTuint32 ui32WordHeight=4; in interpolateColours() local 159 for (unsigned int y=0; y < ui32WordHeight; y++) in interpolateColours() 186 for (unsigned int y=0; y < ui32WordHeight; y++) in interpolateColours() 436 PVRTuint32 ui32WordHeight=4; in pvrtcGetDecompressedPixels() local 443 unpackModulations(R, 0, ui32WordHeight, i32ModulationValues, i32ModulationModes, ui8Bpp); in pvrtcGetDecompressedPixels() 444 …unpackModulations(S, ui32WordWidth, ui32WordHeight, i32ModulationValues, i32ModulationModes, ui8Bp… in pvrtcGetDecompressedPixels() 454 for (unsigned int y=0; y < ui32WordHeight; y++) in pvrtcGetDecompressedPixels() 458 …dulationValues(i32ModulationValues,i32ModulationModes,x+ui32WordWidth/2,y+ui32WordHeight/2,ui8Bpp); in pvrtcGetDecompressedPixels() 479 pColourData[y+x*ui32WordHeight].red = (PVRTuint8)result.red; in pvrtcGetDecompressedPixels() 480 pColourData[y+x*ui32WordHeight].green = (PVRTuint8)result.green; in pvrtcGetDecompressedPixels() [all …]
|