Searched refs:depthShift (Results 1 – 1 of 1) sorted by relevance
116 u32 depthShift; variable134 depthShift = (pSurface->dim == GX2_SURFACE_DIM_3D) ? nMipLevel : 0;135 … sliceCountThisLevel = ((pSurface->depth >> depthShift) > 1) ? (pSurface->depth >> depthShift) : 1;170 u32 depthShift; in GetMipLevel() local190 depthShift = (pSurface->dim == GX2_SURFACE_DIM_3D) ? nMipLevel : 0; in GetMipLevel()191 … sliceCountThisLevel = ((pSurface->depth >> depthShift) > 1) ? (pSurface->depth >> depthShift) : 1; in GetMipLevel()