Home
last modified time | relevance | path

Searched refs:ADDR_DEPTH_SAMPLE_ORDER (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/r800/
Dciaddrlib.cpp540 if (type == ADDR_DEPTH_SAMPLE_ORDER) in HwlPostCheckTileIndex()
637 if (pCfgTable->type == ADDR_DEPTH_SAMPLE_ORDER) in HwlSetupTileCfg()
1162 tileType = ADDR_DEPTH_SAMPLE_ORDER; in HwlSelectTileMode()
1299 inTileType = ADDR_DEPTH_SAMPLE_ORDER; in HwlSetupTileInfo()
1369 if (inTileType == ADDR_DEPTH_SAMPLE_ORDER) in HwlSetupTileInfo()
1598 if (pCfg->type == ADDR_DEPTH_SAMPLE_ORDER) in ReadGbTileMode()
1836 if (m_tileTable[tileIndex].type == ADDR_DEPTH_SAMPLE_ORDER) in HwlComputeMacroModeIndex()
2316 if (tileType != ADDR_DEPTH_SAMPLE_ORDER) in CheckTcCompatibility()
Dsiaddrlib.cpp1976 inTileType = ADDR_DEPTH_SAMPLE_ORDER; in HwlSetupTileInfo()
3423 pInOut->tileType = (pInOut->tileType == ADDR_DEPTH_SAMPLE_ORDER) ? in HwlSetPrtTileMode()
3424 ADDR_DEPTH_SAMPLE_ORDER : ADDR_NON_DISPLAYABLE; in HwlSetPrtTileMode()
3469 tileType = ADDR_DEPTH_SAMPLE_ORDER; in HwlSelectTileMode()
3652 key.fields.microTileType = (tileConfig.type == ADDR_DEPTH_SAMPLE_ORDER) ? in InitEquationTable()
3848 else if ((tileConfig.type == ADDR_DEPTH_SAMPLE_ORDER) && (bpp > 32)) in IsEquationSupported()
Degbaddrlib.cpp1332 if (microTileType == ADDR_DEPTH_SAMPLE_ORDER) in DispatchComputeSurfaceAddrFromCoord()
2005 microTileType == ADDR_DEPTH_SAMPLE_ORDER); in HwlComputePixelCoordFromOffset()
2057 else if (microTileType == ADDR_NON_DISPLAYABLE || microTileType == ADDR_DEPTH_SAMPLE_ORDER) in HwlComputePixelCoordFromOffset()
2194 if (microTileType == ADDR_DEPTH_SAMPLE_ORDER) in DispatchComputeSurfaceCoordFromAddr()
/third_party/mesa3d/src/amd/addrlib/inc/
Daddrtypes.h630 ADDR_DEPTH_SAMPLE_ORDER = 2, ///< Same as non-displayable plus depth-sample-order enumerator
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.cpp2883 else if (microTileType == ADDR_NON_DISPLAYABLE || microTileType == ADDR_DEPTH_SAMPLE_ORDER) in ComputeMicroTileEquation()
3099 else if (microTileType == ADDR_NON_DISPLAYABLE || microTileType == ADDR_DEPTH_SAMPLE_ORDER) in ComputePixelIndexWithinMicroTile()
/third_party/mesa3d/src/amd/common/
Dac_surface.c1104 AddrSurfInfoIn.tileType = ADDR_DEPTH_SAMPLE_ORDER; in gfx6_compute_surface()