Searched defs:nMipLevel (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/ddsReader/ |
| D | DDS_Helpers.cpp | 390 for(u32 nMipLevel = 0; nMipLevel < pSurface->numMips; nMipLevel++) in GenericLoadFunction() local 404 for(u32 nMipLevel = 0; nMipLevel < pSurface->numMips; nMipLevel++) in GenericLoadFunction() local 422 for(u32 nMipLevel = 0; nMipLevel < pSurface->numMips; nMipLevel++) in GenericLoadFunction() local 467 u32 nMipLevel, u32 nFaceOrSlice, u32 dwWidth, u32 dwHeight) in LoopDefault() 532 u32 nMipLevel, u32 nFaceOrSlice, u32 dwWidth, u32 dwHeight) in LoopFourCC() 559 TU_Error LoopRGB565(FILE*& pFile, DDSD2*& , GX2Surface*& pSurface, void*& extra, u32 nMipLevel, u32… in LoopRGB565() 603 u32 nMipLevel, u32 nFaceOrSlice, u32 dwWidth, u32 dwHeight) in LoopRGB888() 654 u32 nMipLevel, u32 nFaceOrSlice, u32 dwWidth, u32 dwHeight) in LoopRGB8888() 706 u32 nMipLevel, u32 nFaceOrSlice, u32 dwWidth, u32 dwHeight) in LoopABGR32F() 725 u32 nMipLevel, u32 nFaceOrSlice, u32 dwWidth, u32 dwHeight) in LoopR32F() [all …]
|
| /CafeSDK-2.12.13/system/src/tool/gfx/include/texUtils/ |
| D | TC_PluginAPI.h | 73 GX2_INLINE s32 MaxFacesOrSlices(const GX2Surface* pSurface, u32 nMipLevel) in MaxFacesOrSlices() 168 static GX2_INLINE BOOL GetMipLevel(GX2Surface* pSurface, u32 nMipLevel, u32 nFaceOrSlice, MipLevel*… in GetMipLevel()
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/tgaReader/ |
| D | tgaReader.cpp | 419 for(u32 nMipLevel = 0; nMipLevel < pSurface->numMips; nMipLevel++) in GenericLoadFunction() local 455 u32 nMipLevel, u32 nFaceOrSlice, u32 dwWidth, u32 dwHeight) in LoopRGBA()
|