Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTTexture.cpp62 const unsigned int nWidthSrc, in PVRTTextureLoadTiled() argument
83 nXs = nXd % nWidthSrc; in PVRTTextureLoadTiled()
92 nIdxSrc = nYs * nWidthSrc + nXs; in PVRTTextureLoadTiled()
DPVRTTexture.h664 const unsigned int nWidthSrc,