Searched refs:tileSplitBytes (Results 1 – 5 of 5) sorted by relevance
221 UINT_32 samplesPerSplit = pIn->tileInfo.tileSplitBytes / tileSizePerSample; in HwlComputeDccInfo()543 if (Min(m_tileTable[index].info.tileSplitBytes, in HwlPostCheckTileIndex()544 m_rowSize) == pInfo->tileSplitBytes) in HwlPostCheckTileIndex()616 pInfo->tileSplitBytes = 64; in HwlSetupTileCfg()640 tileSplit = pCfgTable->info.tileSplitBytes; in HwlSetupTileCfg()649 UINT_32 sampleSplit = m_tileTable[index].info.tileSplitBytes; in HwlSetupTileCfg()655 tileSplit = pInfo->tileSplitBytes; in HwlSetupTileCfg()660 pInfo->tileSplitBytes = Min(m_rowSize, tileSplit); in HwlSetupTileCfg()1601 pCfg->info.tileSplitBytes = 64 << gbTileMode.f.tile_split; in ReadGbTileMode()1605 pCfg->info.tileSplitBytes = 1 << gbTileMode.f.sample_split; in ReadGbTileMode()[all …]
900 tileSize = Min(pTileInfo->tileSplitBytes, in ComputeSurfaceAlignmentsMacroTiled()1050 if (pTileInfo->tileSplitBytes > m_rowSize) in SanityCheckMacroTiled()1114 if (bytesPerTile > pTileInfo->tileSplitBytes) in ComputeSurfaceMipLevelTileMode()1116 bytesPerTile = pTileInfo->tileSplitBytes; in ComputeSurfaceMipLevelTileMode()1700 if ((microTileBytes > pTileInfo->tileSplitBytes) && (microTileThickness == 1)) in ComputeSurfaceAddrFromCoordMacroTiled()1706 slicesPerTile = microTileBytes / pTileInfo->tileSplitBytes; in ComputeSurfaceAddrFromCoordMacroTiled()1711 tileSplitSlice = elementOffset / pTileInfo->tileSplitBytes; in ComputeSurfaceAddrFromCoordMacroTiled()1717 elementOffset %= pTileInfo->tileSplitBytes; in ComputeSurfaceAddrFromCoordMacroTiled()1723 microTileBytes = pTileInfo->tileSplitBytes; in ComputeSurfaceAddrFromCoordMacroTiled()2379 if ((microTileBytes > pTileInfo->tileSplitBytes) && (microTileThickness == 1)) in ComputeSurfaceCoordFromAddrMacroTiled()[all …]
2249 if (flags.stencil && pTileInfoIn->tileSplitBytes == 0) in HwlSetupTileInfo()3024 pInfo->tileSplitBytes = 64; in HwlSetupTileCfg()3086 pCfg->info.tileSplitBytes = 64 << gbTileMode.f.tile_split; in ReadGbTileMode()3525 UINT_32 tileSize = Min(m_tileTable[i].info.tileSplitBytes, in HwlComputeMaxBaseAlignments()3857 if (((bpp >> 3) * MicroTilePixels * thickness) > tileConfig.info.tileSplitBytes) in IsEquationSupported()
735 surf->u.legacy.tile_split = csio->pTileInfo->tileSplitBytes; in gfx6_surface_settings()990 AddrTileInfoIn.tileSplitBytes = surf->u.legacy.tile_split; in gfx6_compute_surface()1085 AddrTileInfoIn.tileSplitBytes = surf->u.legacy.stencil_tile_split; in gfx6_compute_surface()1110 surf->u.legacy.stencil_tile_split = AddrSurfInfoOut.pTileInfo->tileSplitBytes; in gfx6_compute_surface()
457 UINT_32 tileSplitBytes; ///< Tile split size, in bytes member