Home
last modified time | relevance | path

Searched defs:mipLevel (Results 1 – 6 of 6) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/gx2ut/
Dgx2ut.cpp24 u32 GX2UTGetSurfaceMipSliceSwizzle(const GX2Surface* pSurf, u32 mipLevel, u32 slice) in GX2UTGetSurfaceMipSliceSwizzle()
88 GX2TileMode GX2UTGetSurfaceMipSliceTileMode(const GX2Surface* pSurf, u32 mipLevel) in GX2UTGetSurfaceMipSliceTileMode()
159 u32 GX2UTGetSurfaceMipSize(const GX2Surface* pSurf, u32 mipLevel) in GX2UTGetSurfaceMipSize()
189 void* GX2UTGetSurfaceMipSlicePtr(const GX2Surface* pSurf, u32 mipLevel, u32 slice) in GX2UTGetSurfaceMipSlicePtr()
Dgx2utCopy.cpp36 #define SURFACE_IN_MEM1(surf, mipLevel) SURFACE_IN_MEMRANGE((surf), (mipLevel), g_MEM1StartAddr, g_… argument
37 #define SURFACE_IN_MEM2(surf, mipLevel) SURFACE_IN_MEMRANGE((surf), (mipLevel), g_MEM2StartAddr, g_… argument
48 u32 mipLevel, u32 start, u32 end) in SURFACE_IN_MEMRANGE()
/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2rSurface.h105 GX2_INLINE void* GX2RLockSurface(const GX2Surface* gx2Surface, s32 mipLevel) in GX2RLockSurface()
123 GX2_INLINE void GX2RUnlockSurface(const GX2Surface* gx2Surface, s32 mipLevel) in GX2RUnlockSurface()
Dgx2Surface.h1187 GX2_INLINE u32 GX2GetSurfaceMipDepth(const GX2Surface *surface, u32 mipLevel) in GX2GetSurfaceMipDepth()
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/ddsReader/
DDDS_Helpers.cpp469 MipLevel mipLevel; in LoopDefault() local
534 MipLevel mipLevel; in LoopFourCC() local
562 MipLevel mipLevel; in LoopRGB565() local
605 MipLevel mipLevel; in LoopRGB888() local
657 MipLevel mipLevel; in LoopRGB8888() local
709 MipLevel mipLevel; in LoopABGR32F() local
728 MipLevel mipLevel; in LoopR32F() local
747 MipLevel mipLevel; in LoopGR32F() local
786 MipLevel mipLevel; in LoopABGR16F() local
804 MipLevel mipLevel; in LoopGR16F() local
[all …]
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/tgaReader/
DtgaReader.cpp457 MipLevel mipLevel; in LoopRGBA() local