Searched refs:pipeRotateLog2 (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp1342 INT_32 pipeRotateLog2 = GetPipeRotateAmount(resourceType, swizzleMode); local in function:Addr::V2::Gfx10Lib::GetMetaBlkSize
1349 if ((pipeRotateLog2 > 0) &&
1383 if (IsRtOptSwizzle(swizzleMode) && (compFragLog2 > 1) && (pipeRotateLog2 >= 1))
1385 const INT_32 tmp = 8 + m_pipesLog2 + Max(pipeRotateLog2, compFragLog2 - 1);

Completed in 7 milliseconds