Searched refs:compFragLog2 (Results 1 – 2 of 2) sorted by relevance
1820 UINT_32 compFragLog2 = in GenMetaEquation() local1824 UINT_32 uncompFragLog2 = numSamplesLog2 - compFragLog2; in GenMetaEquation()1853 pMetaEq->mort2d(cy, cx, compFragLog2); in GenMetaEquation()1857 pMetaEq->mort2d(cx, cy, compFragLog2); in GenMetaEquation()1864 for (UINT_32 s = 0; s < compFragLog2; s++) in GenMetaEquation()2121 co.set(DIM_S, compFragLog2 + i); in GenMetaEquation()
1273 const INT_32 compFragLog2 = Min(m_maxCompFragLog2, numSamplesLog2); in GetMetaBlkSize() local1275 if (IsRtOptSwizzle(swizzleMode) && (compFragLog2 > 1) && (pipeRotateLog2 >= 1)) in GetMetaBlkSize()1277 const INT_32 tmp = 8 + m_pipesLog2 + Max(pipeRotateLog2, compFragLog2 - 1); in GetMetaBlkSize()