Searched refs:tileSplitBytes (Results 1 – 5 of 5) sorted by relevance
222 UINT_32 samplesPerSplit = pIn->tileInfo.tileSplitBytes / tileSizePerSample; in HwlComputeDccInfo()539 if (Min(m_tileTable[index].info.tileSplitBytes, in HwlPostCheckTileIndex()540 m_rowSize) == pInfo->tileSplitBytes) in HwlPostCheckTileIndex()612 pInfo->tileSplitBytes = 64; in HwlSetupTileCfg()636 tileSplit = pCfgTable->info.tileSplitBytes; in HwlSetupTileCfg()645 UINT_32 sampleSplit = m_tileTable[index].info.tileSplitBytes; in HwlSetupTileCfg()651 tileSplit = pInfo->tileSplitBytes; in HwlSetupTileCfg()656 pInfo->tileSplitBytes = Min(m_rowSize, tileSplit); in HwlSetupTileCfg()1591 pCfg->info.tileSplitBytes = 64 << gbTileMode.f.tile_split; in ReadGbTileMode()1595 pCfg->info.tileSplitBytes = 1 << gbTileMode.f.sample_split; in ReadGbTileMode()[all …]
901 tileSize = Min(pTileInfo->tileSplitBytes, in ComputeSurfaceAlignmentsMacroTiled()1051 if (pTileInfo->tileSplitBytes > m_rowSize) in SanityCheckMacroTiled()1116 if (bytesPerTile > pTileInfo->tileSplitBytes) in ComputeSurfaceMipLevelTileMode()1118 bytesPerTile = pTileInfo->tileSplitBytes; in ComputeSurfaceMipLevelTileMode()1702 if ((microTileBytes > pTileInfo->tileSplitBytes) && (microTileThickness == 1)) in ComputeSurfaceAddrFromCoordMacroTiled()1708 slicesPerTile = microTileBytes / pTileInfo->tileSplitBytes; in ComputeSurfaceAddrFromCoordMacroTiled()1713 tileSplitSlice = elementOffset / pTileInfo->tileSplitBytes; in ComputeSurfaceAddrFromCoordMacroTiled()1719 elementOffset %= pTileInfo->tileSplitBytes; in ComputeSurfaceAddrFromCoordMacroTiled()1725 microTileBytes = pTileInfo->tileSplitBytes; in ComputeSurfaceAddrFromCoordMacroTiled()2381 if ((microTileBytes > pTileInfo->tileSplitBytes) && (microTileThickness == 1)) in ComputeSurfaceCoordFromAddrMacroTiled()[all …]
2216 if (flags.stencil && pTileInfoIn->tileSplitBytes == 0) in HwlSetupTileInfo()2991 pInfo->tileSplitBytes = 64; in HwlSetupTileCfg()3053 pCfg->info.tileSplitBytes = 64 << gbTileMode.f.tile_split; in ReadGbTileMode()3494 UINT_32 tileSize = Min(m_tileTable[i].info.tileSplitBytes, in HwlGetMaxAlignments()3809 if (((bpp >> 3) * MicroTilePixels * thickness) > tileConfig.info.tileSplitBytes) in IsEquationSupported()
435 surf->u.legacy.tile_split = csio->pTileInfo->tileSplitBytes; in gfx6_surface_settings()639 AddrTileInfoIn.tileSplitBytes = surf->u.legacy.tile_split; in gfx6_compute_surface()742 AddrTileInfoIn.tileSplitBytes = surf->u.legacy.stencil_tile_split; in gfx6_compute_surface()773 AddrSurfInfoOut.pTileInfo->tileSplitBytes; in gfx6_compute_surface()
457 UINT_32 tileSplitBytes; ///< Tile split size, in bytes member