| /CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/ddsReader/ |
| D | DDS_Helpers.h | 53 …, GX2Surface*& pSurface, void*& extra, u32 nMipLevel, u32 nFaceOrSlice, u32 dwWidth, u32 dwHeight); 63 …, GX2Surface*& pSurface, void*& extra, u32 nMipLevel, u32 nFaceOrSlice, u32 dwWidth, u32 dwHeight); 66 …2Surface*& pSurface, void*& /*extra*/, u32 nMipLevel, u32 nFaceOrSlice, u32 dwWidth, u32 dwHeight); 69 …, GX2Surface*& pSurface, void*& extra, u32 nMipLevel, u32 nFaceOrSlice, u32 dwWidth, u32 dwHeight); 72 …, GX2Surface*& pSurface, void*& extra, u32 nMipLevel, u32 nFaceOrSlice, u32 dwWidth, u32 dwHeight); 75 …, GX2Surface*& pSurface, void*& extra, u32 nMipLevel, u32 nFaceOrSlice, u32 dwWidth, u32 dwHeight); 78 …SD2*& , GX2Surface*& pSurface, void*&, u32 nMipLevel, u32 nFaceOrSlice, u32 dwWidth, u32 dwHeight); 79 …SD2*& , GX2Surface*& pSurface, void*&, u32 nMipLevel, u32 nFaceOrSlice, u32 dwWidth, u32 dwHeight); 80 …SD2*& , GX2Surface*& pSurface, void*&, u32 nMipLevel, u32 nFaceOrSlice, u32 dwWidth, u32 dwHeight); 82 …SD2*& , GX2Surface*& pSurface, void*&, u32 nMipLevel, u32 nFaceOrSlice, u32 dwWidth, u32 dwHeight); [all …]
|
| D | DDS_Helpers.cpp | 130 pSurface->width = pDDSD->dwWidth; in GetGX2TextureInfo() 361 u32 dwWidth, dwHeight; in GenericLoadFunction() local 388 dwWidth = pDDSD->dwWidth; in GenericLoadFunction() 392 … err = fnLoop(pFile, pDDSD, pSurface, extra, nMipLevel, nFace, dwWidth, dwHeight); in GenericLoadFunction() 395 dwWidth = (dwWidth>1) ? (dwWidth>>1) : 1; in GenericLoadFunction() 402 dwWidth = pDDSD->dwWidth; in GenericLoadFunction() 409 … err = fnLoop(pFile, pDDSD, pSurface, extra, nMipLevel, nSlice, dwWidth, dwHeight); in GenericLoadFunction() 413 dwWidth = dwWidth>1 ? dwWidth>>1 : 1; in GenericLoadFunction() 419 dwWidth = pDDSD->dwWidth; in GenericLoadFunction() 426 … err = fnLoop(pFile, pDDSD, pSurface, extra, nMipLevel, nSlice, dwWidth, dwHeight); in GenericLoadFunction() [all …]
|
| D | DDS.h | 36 u32 dwWidth; // width of input surface member
|
| D | DDS_10.cpp | 234 pARGB8888Struct->pMemory = malloc(4 * pDDSD->dwWidth * pDDSD->dwHeight); in LoadDDS10_R8G8B8A8() 363 ddsd2.lPitch = ddsd2.dwWidth * 2; in SaveDDS10() 371 ddsd2.lPitch = ddsd2.dwWidth * 4; in SaveDDS10() 374 ddsd2.lPitch = ddsd2.dwWidth * 4; in SaveDDS10()
|
| D | DDS.cpp | 365 pARGB8888Struct->pMemory = malloc(4 * pDDSD->dwWidth * pDDSD->dwHeight); in LoadDDS_RGB8888()
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/tgaReader/ |
| D | tgaReader.cpp | 37 unsigned short dwWidth; member 53 …A_INFO*& pTGAD, GX2Surface*& pSurface, u32 nMipLevel, u32 nFaceOrSlice, u32 dwWidth, u32 dwHeight); 350 pSurface->width = pTGAD->hdr.dwWidth; in GetGX2TextureInfo() 397 u32 dwWidth, dwHeight; in GenericLoadFunction() local 417 dwWidth = pTGAD->hdr.dwWidth; in GenericLoadFunction() 421 err = fnLoop(pFile, pTGAD, pSurface, nMipLevel, nFace, dwWidth, dwHeight); in GenericLoadFunction() 424 dwWidth = (dwWidth>1) ? (dwWidth>>1) : 1; in GenericLoadFunction() 455 u32 nMipLevel, u32 nFaceOrSlice, u32 dwWidth, u32 dwHeight) in LoopRGBA() argument 458 size_t size = (size_t)(dwWidth * dwHeight * pTGAD->hdr.colorDepth / 8); in LoopRGBA() 479 if(DecodeRLEImage(pFile, pTGAD, pData, dwWidth, dwHeight, pTGAD->hdr.colorDepth)) in LoopRGBA() [all …]
|