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

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/
H A Degbaddrlib.cpp817 pTileInfo->macroAspectRatio = PowTwoAlign(pTileInfo->macroAspectRatio,
923 pTileInfo->macroAspectRatio = PowTwoAlign(pTileInfo->macroAspectRatio, macroAspectAlign);
938 pTileInfo->macroAspectRatio;
949 pTileInfo->macroAspectRatio;
1028 switch (pTileInfo->macroAspectRatio)
1043 if (pTileInfo->banks < pTileInfo->macroAspectRatio)
1123 bytesPerTile * HwlGetPipes(pTileInfo) * pTileInfo->bankWidth * pTileInfo->macroAspectRatio;
1496 (MicroTileWidth * pTileInfo->bankWidth * numPipes) * pTileInfo->macroAspectRatio;
[all...]
H A Dsiaddrlib.cpp252 if (pTileInfo->macroAspectRatio == 1)
264 else if (pTileInfo->macroAspectRatio == 2)
276 else if (pTileInfo->macroAspectRatio == 4)
288 else if (pTileInfo->macroAspectRatio == 8)
307 if (pTileInfo->macroAspectRatio == 1)
317 else if (pTileInfo->macroAspectRatio == 2)
327 else if (pTileInfo->macroAspectRatio == 4)
344 if (pTileInfo->macroAspectRatio == 1)
351 else if (pTileInfo->macroAspectRatio == 2)
368 if (pTileInfo->macroAspectRatio
[all...]
H A Dciaddrlib.cpp616 pInfo->macroAspectRatio = 1;
1643 pCfg->info.macroAspectRatio = 1;
1736 pCfg->macroAspectRatio = 1 << gbTileMode.f.macro_tile_aspect;
2256 (m_macroTileTable[stencilMacroIndex].macroAspectRatio ==
2257 m_macroTileTable[pOut->macroModeIndex].macroAspectRatio) &&
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/
H A Degbaddrlib.cpp815 pTileInfo->macroAspectRatio = PowTwoAlign(pTileInfo->macroAspectRatio,
921 pTileInfo->macroAspectRatio = PowTwoAlign(pTileInfo->macroAspectRatio, macroAspectAlign);
936 pTileInfo->macroAspectRatio;
947 pTileInfo->macroAspectRatio;
1026 switch (pTileInfo->macroAspectRatio)
1041 if (pTileInfo->banks < pTileInfo->macroAspectRatio)
1120 bytesPerTile * HwlGetPipes(pTileInfo) * pTileInfo->bankWidth * pTileInfo->macroAspectRatio;
1493 (MicroTileWidth * pTileInfo->bankWidth * numPipes) * pTileInfo->macroAspectRatio;
[all...]
H A Dsiaddrlib.cpp251 if (pTileInfo->macroAspectRatio == 1)
263 else if (pTileInfo->macroAspectRatio == 2)
275 else if (pTileInfo->macroAspectRatio == 4)
287 else if (pTileInfo->macroAspectRatio == 8)
306 if (pTileInfo->macroAspectRatio == 1)
316 else if (pTileInfo->macroAspectRatio == 2)
326 else if (pTileInfo->macroAspectRatio == 4)
343 if (pTileInfo->macroAspectRatio == 1)
350 else if (pTileInfo->macroAspectRatio == 2)
367 if (pTileInfo->macroAspectRatio
[all...]
H A Dciaddrlib.cpp615 pInfo->macroAspectRatio = 1;
1649 pCfg->info.macroAspectRatio = 1;
1743 pCfg->macroAspectRatio = 1 << gbTileMode.f.alt_macro_tile_aspect;
1749 pCfg->macroAspectRatio = 1 << gbTileMode.f.macro_tile_aspect;
2272 (m_macroTileTable[stencilMacroIndex].macroAspectRatio ==
2273 m_macroTileTable[pOut->macroModeIndex].macroAspectRatio) &&
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/
H A Daddrinterface.h155 UINT_32 macroAspectRatio : 3; ///< Macro tile aspect ratio member in struct:_ADDR_EQUATION_KEY::__anona73c1f960208
454 UINT_32 macroAspectRatio; ///< Macro tile aspect ratio. 1-1:1, 2-4:1, 4-16:1, 8-64:1 member in struct:_ADDR_TILEINFO
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_surface.c520 surf->u.legacy.mtilea = csio->pTileInfo->macroAspectRatio;
785 AddrTileInfoIn.macroAspectRatio = surf->u.legacy.mtilea;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/
H A Daddrinterface.h153 UINT_32 macroAspectRatio : 3; ///< Macro tile aspect ratio member in struct:_ADDR_EQUATION_KEY::__anond65a1f890208
457 UINT_32 macroAspectRatio; ///< Macro tile aspect ratio. 1-1:1, 2-4:1, 4-16:1, 8-64:1 member in struct:_ADDR_TILEINFO
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface.c854 surf->u.legacy.mtilea = csio->pTileInfo->macroAspectRatio;
1116 AddrTileInfoIn.macroAspectRatio = surf->u.legacy.mtilea;

Completed in 38 milliseconds