Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/core/
Daddrlib2.cpp1353 const UINT_32 log2sample = Log2(numSamples); in ComputeBlockDimensionForSurf() local
1354 const UINT_32 q = log2sample >> 1; in ComputeBlockDimensionForSurf()
1355 const UINT_32 r = log2sample & 1; in ComputeBlockDimensionForSurf()