Searched refs:ctileSize (Results 1 – 1 of 1) sorted by relevance
913 u32 ctileSize = colorBuffer->auxSize - ctileOffset; in GX2UTSetupColorAuxBufferOp() local915 ASSERT((ctileSize & 0x1FF) == 0 && "Invalid MSAA Color Buffer auxSize!"); in GX2UTSetupColorAuxBufferOp()919 u32 height = ctileSize / 4 / width; in GX2UTSetupColorAuxBufferOp()925 …ASSERT(tmpBuf.surface.imageSize == ctileSize && "CMask Tile Size must match calculated image size!… in GX2UTSetupColorAuxBufferOp()