Home
last modified time | relevance | path

Searched refs:pixelPerSlice (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.cpp1210 UINT_64 pixelPerSlice = static_cast<UINT_64>(pitch) * height * numSamples; in HwlGetSizeAdjustmentLinear() local
1212 while (pixelPerSlice % sliceAlignInPixel) in HwlGetSizeAdjustmentLinear()
1215 pixelPerSlice = static_cast<UINT_64>(pitch) * height * numSamples; in HwlGetSizeAdjustmentLinear()
1229 sliceSize = BITS_TO_BYTES(pixelPerSlice * bpp); in HwlGetSizeAdjustmentLinear()