Searched refs:compFragLog2 (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/ |
| H A D | gfx9addrlib.cpp | 1837 UINT_32 compFragLog2 = local in function:Addr::V2::Gfx9Lib::GenMetaEquation 1841 UINT_32 uncompFragLog2 = numSamplesLog2 - compFragLog2; 1870 pMetaEq->mort2d(cy, cx, compFragLog2); 1874 pMetaEq->mort2d(cx, cy, compFragLog2); 1881 for (UINT_32 s = 0; s < compFragLog2; s++) 2138 co.set('s', compFragLog2 + i);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/ |
| H A D | gfx9addrlib.cpp | 1939 UINT_32 compFragLog2 = local in function:Addr::V2::Gfx9Lib::GenMetaEquation 1943 UINT_32 uncompFragLog2 = numSamplesLog2 - compFragLog2; 1972 pMetaEq->mort2d(cy, cx, compFragLog2); 1976 pMetaEq->mort2d(cx, cy, compFragLog2); 1983 for (UINT_32 s = 0; s < compFragLog2; s++) 2240 co.set(DIM_S, compFragLog2 + i);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/ |
| H A D | gfx10addrlib.cpp | 1381 const INT_32 compFragLog2 = Min(m_maxCompFragLog2, numSamplesLog2); local in function:Addr::V2::Gfx10Lib::GetMetaBlkSize 1383 if (IsRtOptSwizzle(swizzleMode) && (compFragLog2 > 1) && (pipeRotateLog2 >= 1)) 1385 const INT_32 tmp = 8 + m_pipesLog2 + Max(pipeRotateLog2, compFragLog2 - 1);
|
Completed in 19 milliseconds