Searched refs:tileSplitBytes (Results 1 – 5 of 5) sorted by relevance
220 UINT_32 samplesPerSplit = pIn->tileInfo.tileSplitBytes / tileSizePerSample; in HwlComputeDccInfo()542 if (Min(m_tileTable[index].info.tileSplitBytes, in HwlPostCheckTileIndex()543 m_rowSize) == pInfo->tileSplitBytes) in HwlPostCheckTileIndex()615 pInfo->tileSplitBytes = 64; in HwlSetupTileCfg()639 tileSplit = pCfgTable->info.tileSplitBytes; in HwlSetupTileCfg()648 UINT_32 sampleSplit = m_tileTable[index].info.tileSplitBytes; in HwlSetupTileCfg()654 tileSplit = pInfo->tileSplitBytes; in HwlSetupTileCfg()659 pInfo->tileSplitBytes = Min(m_rowSize, tileSplit); in HwlSetupTileCfg()1600 pCfg->info.tileSplitBytes = 64 << gbTileMode.f.tile_split; in ReadGbTileMode()1604 pCfg->info.tileSplitBytes = 1 << gbTileMode.f.sample_split; in ReadGbTileMode()[all …]
899 tileSize = Min(pTileInfo->tileSplitBytes, in ComputeSurfaceAlignmentsMacroTiled()1049 if (pTileInfo->tileSplitBytes > m_rowSize) in SanityCheckMacroTiled()1113 if (bytesPerTile > pTileInfo->tileSplitBytes) in ComputeSurfaceMipLevelTileMode()1115 bytesPerTile = pTileInfo->tileSplitBytes; in ComputeSurfaceMipLevelTileMode()1699 if ((microTileBytes > pTileInfo->tileSplitBytes) && (microTileThickness == 1)) in ComputeSurfaceAddrFromCoordMacroTiled()1705 slicesPerTile = microTileBytes / pTileInfo->tileSplitBytes; in ComputeSurfaceAddrFromCoordMacroTiled()1710 tileSplitSlice = elementOffset / pTileInfo->tileSplitBytes; in ComputeSurfaceAddrFromCoordMacroTiled()1716 elementOffset %= pTileInfo->tileSplitBytes; in ComputeSurfaceAddrFromCoordMacroTiled()1722 microTileBytes = pTileInfo->tileSplitBytes; in ComputeSurfaceAddrFromCoordMacroTiled()2378 if ((microTileBytes > pTileInfo->tileSplitBytes) && (microTileThickness == 1)) in ComputeSurfaceCoordFromAddrMacroTiled()[all …]
2248 if (flags.stencil && pTileInfoIn->tileSplitBytes == 0) in HwlSetupTileInfo()3023 pInfo->tileSplitBytes = 64; in HwlSetupTileCfg()3085 pCfg->info.tileSplitBytes = 64 << gbTileMode.f.tile_split; in ReadGbTileMode()3524 UINT_32 tileSize = Min(m_tileTable[i].info.tileSplitBytes, in HwlComputeMaxBaseAlignments()3856 if (((bpp >> 3) * MicroTilePixels * thickness) > tileConfig.info.tileSplitBytes) in IsEquationSupported()
917 surf->u.legacy.tile_split = csio->pTileInfo->tileSplitBytes; in gfx6_surface_settings()1179 AddrTileInfoIn.tileSplitBytes = surf->u.legacy.tile_split; in gfx6_compute_surface()1272 AddrTileInfoIn.tileSplitBytes = surf->u.legacy.stencil_tile_split; in gfx6_compute_surface()1297 surf->u.legacy.stencil_tile_split = AddrSurfInfoOut.pTileInfo->tileSplitBytes; in gfx6_compute_surface()
457 UINT_32 tileSplitBytes; ///< Tile split size, in bytes member