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