Searched refs:nElW (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTTextureAPI.cpp272 unsigned int nFormat = 0, nType = 0, nBPP, nSize, nElW = 0, nElH = 0, nElD = 0; local
282 PVRTGetFormatMinDims(pIn->u64PixelFormat,nElW,nElH,nElD);
287 psTexHeaderNew = PVRTTextureCreate(nSize, nSize, nElW, nElH, nBPP, true);
294 int nBlocksDstW = PVRT_MAX((unsigned int)1, (nSize >> nLevel) / nElW);
296 int nBlocksSrcW = PVRT_MAX((unsigned int)1, (pIn->u32Width >> nLevel) / nElW);
298 int nBlocksS = nBPP * nElW * nElH / 8;
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
H A DPVRTTextureAPI.cpp675 unsigned int nFormat = 0, nType = 0, nBPP, nSize, nElW = 0, nElH = 0, nElD = 0; local
685 PVRTGetFormatMinDims(pIn->u64PixelFormat,nElW,nElH,nElD);
690 psTexHeaderNew = PVRTTextureCreate(nSize, nSize, nElW, nElH, nBPP, true);
697 int nBlocksDstW = PVRT_MAX((unsigned int)1, (nSize >> nLevel) / nElW);
699 int nBlocksSrcW = PVRT_MAX((unsigned int)1, (pIn->u32Width >> nLevel) / nElW);
701 int nBlocksS = nBPP * nElW * nElH / 8;

Completed in 100 milliseconds