Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Dciaddrlib.cpp296 (pIn->flags.tcCompatible == TRUE)) in HwlComputeCmaskAddrFromCoord()
340 (pIn->flags.tcCompatible == TRUE)) in HwlComputeHtileAddrFromCoord()
708 (pOut->tcCompatible == TRUE) && in HwlComputeSurfaceInfo()
712 pOut->tcCompatible = CheckTcCompatibility(pOut->pTileInfo, pIn->bpp, pOut->tileMode, pOut->tileType, pOut); in HwlComputeSurfaceInfo()
731 (pOut->tcCompatible == TRUE)) in HwlComputeSurfaceInfo()
738 localIn.flags.tcCompatible = FALSE; in HwlComputeSurfaceInfo()
1193 (pInOut->flags.tcCompatible == FALSE)) in HwlSelectTileMode()
1303 // tcCompatible flag is only meaningful for gfx8. in HwlSetupTileInfo()
1306 flags.tcCompatible = FALSE; in HwlSetupTileInfo()
1320 flags.tcCompatible in HwlSetupTileInfo()
2312 BOOL_32 tcCompatible = TRUE; CheckTcCompatibility() local
[all...]
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrlib1.cpp236 pOut->tcCompatible = FALSE; in ComputeSurfaceInfo()
1287 if (pIn->flags.tcCompatible) in ComputeHtileInfo()
1513 if (pIn->flags.tcCompatible) in ComputeHtileAddrFromCoord()
1653 if (pIn->flags.tcCompatible == TRUE) in ComputeCmaskAddrFromCoord()
1876 baseAlign = HwlComputeHtileBaseAlign(flags.tcCompatible, isLinear, pTileInfo); in ComputeHtileInfo()
1920 if (flags.tcCompatible) in ComputeCmaskBaseAlign()
3655 else if (IsMacroTiled(tileMode) && (pInOut->flags.tcCompatible == FALSE)) in OptimizeTileMode()
/third_party/mesa3d/src/amd/common/
H A Dac_surface.c819 AddrHtileIn->flags.tcCompatible = AddrSurfInfoOut->tcCompatible; in gfx6_compute_level()
1113 AddrSurfInfoIn.flags.tcCompatible = (surf->flags & RADEON_SURF_TC_COMPATIBLE_HTILE) != 0; in gfx6_compute_surface()
1119 AddrSurfInfoIn.flags.opt4Space = !AddrSurfInfoIn.flags.tcCompatible && in gfx6_compute_surface()
1245 if (!AddrSurfInfoOut.tcCompatible) { in gfx6_compute_surface()
1246 AddrSurfInfoIn.flags.tcCompatible = 0; in gfx6_compute_surface()
1270 AddrSurfInfoIn.flags.tcCompatible = 0; in gfx6_compute_surface()
/third_party/mesa3d/src/amd/addrlib/inc/
H A Daddrinterface.h508 UINT_32 tcCompatible : 1; ///< Flag indicates surface needs to be shader readable member
628 UINT_32 tcCompatible : 1; ///< If the surface can be shader compatible member
855 UINT_32 tcCompatible : 1; ///< Flag indicates surface needs to be shader readable member
965 UINT_32 zStencilAddr; ///< tcCompatible Z/Stencil surface address
1078 UINT_32 tcCompatible : 1; ///< Flag indicates surface needs to be shader readable member

Completed in 18 milliseconds