Home | History | Annotate | Download | only in r800

Lines Matching defs:thickness

325     // Compute the micro tile thickness.
336 // micro tile thickness.
456 // Compute the micro tile thickness.
487 // Re-compute if thickness changed since bank-height may be changed!
824 UINT_32 thickness = ComputeSurfaceThickness(tileMode);
833 BITS_TO_BYTES(64 * thickness * bpp * numSamples));
1050 // micro tile thickness.
1836 UINT_32 thickness = ComputeSurfaceThickness(tileMode);
1861 sampleTileBits = MicroTilePixels * bpp * thickness;
1940 if (thickness > 1) // thick
1947 ADDR_ASSERT((m_chipFamily >= ADDR_CHIP_FAMILY_CI) && (thickness > 1));
1985 if (thickness == 8)
4548 UINT_32 thickness, ///< [in] thickness
4567 // Physical slice: multiplied by thickness
4568 physicalSliceSize = logicalSliceSize * thickness;