Searched refs:iMipLevel (Results 1 – 3 of 3) sorted by relevance
337 PVRTuint32 PVRTGetTextureDataSize(PVRTextureHeaderV3 sTextureHeader, PVRTint32 iMipLevel, bool bAll… in PVRTGetTextureDataSize() argument354 if (iMipLevel==-1) in PVRTGetTextureDataSize()378 PVRTuint32 uiWidth = PVRT_MAX(1,sTextureHeader.u32Width>>iMipLevel); in PVRTGetTextureDataSize()379 PVRTuint32 uiHeight = PVRT_MAX(1,sTextureHeader.u32Height>>iMipLevel); in PVRTGetTextureDataSize()380 PVRTuint32 uiDepth = PVRT_MAX(1,sTextureHeader.u32Depth>>iMipLevel); in PVRTGetTextureDataSize()
703 PVRTuint32 PVRTGetTextureDataSize(PVRTextureHeaderV3 sTextureHeader, PVRTint32 iMipLevel=PVRTEX_ALL…
148 uint32_t iMipLevel; in vmw_ioctl_surface_create() local166 for (iMipLevel = 0; iMipLevel < numMipLevels; ++iMipLevel) { in vmw_ioctl_surface_create()