Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTTexture.cpp360 PVRTuint32 uiHeight = PVRT_MAX(1,sTextureHeader.u32Height>>uiCurrentMIP); in PVRTGetTextureDataSize() local
367 uiHeight=uiHeight+( (-1*uiHeight)%uiSmallestHeight); in PVRTGetTextureDataSize()
372 …PerPixel(sTextureHeader.u64PixelFormat)*(PVRTuint64)uiWidth*(PVRTuint64)uiHeight*(PVRTuint64)uiDep… in PVRTGetTextureDataSize()
379 PVRTuint32 uiHeight = PVRT_MAX(1,sTextureHeader.u32Height>>iMipLevel); in PVRTGetTextureDataSize() local
386 uiHeight=uiHeight+( (-1*uiHeight)%uiSmallestHeight); in PVRTGetTextureDataSize()
391 uiDataSize=PVRTGetBitsPerPixel(sTextureHeader.u64PixelFormat)*uiWidth*uiHeight*uiDepth; in PVRTGetTextureDataSize()
DPVRTPFXParser.cpp864 bool CPVRTPFXParser::SetViewportSize(unsigned int uiWidth, unsigned int uiHeight) in SetViewportSize() argument
866 if(uiWidth > 0 && uiHeight > 0) in SetViewportSize()
869 m_uiViewportHeight = uiHeight; in SetViewportSize()
1365 unsigned int* uiVals[2] = { &Params.uiWidth, &Params.uiHeight }; in ParseGenericSurface()
1511 TexDesc.uiHeight = VIEWPORT_SIZE; in ParseTexture()
1637 pTex->uiHeight = TexDesc.uiHeight; in ParseTexture()
1698 TexDesc.uiHeight = VIEWPORT_SIZE; in ParseTarget()
1771 pTex->uiHeight = TexDesc.uiHeight; in ParseTarget()
1815 unsigned int uiHeight = CPVRTPFXParser::VIEWPORT_SIZE; in ParseTextures() local
1925 pTex->uiHeight = uiHeight; in ParseTextures()
DPVRTPFXParser.h123 unsigned int uiWidth, uiHeight; member
334 bool SetViewportSize(unsigned int uiWidth, unsigned int uiHeight);