Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/ddsReader/
DDDS.h45 u32 dwDepth; // the depth if this is a volume texture member
DDDS_Helpers.cpp102 pSurface->depth = pDDSD->dwDepth; in GetGX2TextureInfo()
107 pSurface->depth = pDDSD->dwDepth; in GetGX2TextureInfo()
421 int nMaxSlices = pDDSD->dwDepth; in GenericLoadFunction()
492 u32 dwDepth; in PreLoopFourCC() local
511 dwDepth = pSurface->depth; in PreLoopFourCC()
514 dwPixels += dwWidth * dwHeight * dwDepth; in PreLoopFourCC()
517 dwDepth = dwDepth>1 ? dwDepth>>1 : 1; in PreLoopFourCC()
1196 ddsd2.dwDepth = pSurface->depth; in SetupDDSD()
1202 ddsd2.dwDepth = pSurface->depth; in SetupDDSD()
1232 ddsd2.dwDepth = pSurface->depth; in SetupDDSD_DDS10()
[all …]