Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/include/texUtils/
DTC_PluginAPI.h116 u32 depthShift; variable
134 depthShift = (pSurface->dim == GX2_SURFACE_DIM_3D) ? nMipLevel : 0;
135 … sliceCountThisLevel = ((pSurface->depth >> depthShift) > 1) ? (pSurface->depth >> depthShift) : 1;
170 u32 depthShift; in GetMipLevel() local
190 depthShift = (pSurface->dim == GX2_SURFACE_DIM_3D) ? nMipLevel : 0; in GetMipLevel()
191 … sliceCountThisLevel = ((pSurface->depth >> depthShift) > 1) ? (pSurface->depth >> depthShift) : 1; in GetMipLevel()