Lines Matching refs:uncompSize
247 u32 uncompSize; in LoadTexDataRL() local
253 uncompSize = CXGetUncompressedSize( buf ); in LoadTexDataRL()
254 uncompData = DEMOAlloc( uncompSize ); in LoadTexDataRL()
258 DCFlushRange( uncompData, uncompSize ); in LoadTexDataRL()
281 u32 uncompSize; in LoadTexDataLZ() local
287 uncompSize = CXGetUncompressedSize( buf ); in LoadTexDataLZ()
288 uncompData = DEMOAlloc( uncompSize ); in LoadTexDataLZ()
292 DCFlushRange( uncompData, uncompSize ); in LoadTexDataLZ()
315 u32 uncompSize; in LoadTexDataHuff() local
321 uncompSize = CXGetUncompressedSize( buf ); in LoadTexDataHuff()
322 uncompData = DEMOAlloc( uncompSize ); in LoadTexDataHuff()
326 DCFlushRange( uncompData, uncompSize ); in LoadTexDataHuff()