Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/r800/
Dciaddrlib.cpp484 if (type == ADDR_DEPTH_SAMPLE_ORDER) in HwlPostCheckTileIndex()
576 if (pCfgTable->type == ADDR_DEPTH_SAMPLE_ORDER) in HwlSetupTileCfg()
1004 inTileType = ADDR_DEPTH_SAMPLE_ORDER; in HwlSetupTileInfo()
1059 if (inTileType == ADDR_DEPTH_SAMPLE_ORDER) in HwlSetupTileInfo()
1241 if (pCfg->type == ADDR_DEPTH_SAMPLE_ORDER) in ReadGbTileMode()
1479 if (m_tileTable[tileIndex].type == ADDR_DEPTH_SAMPLE_ORDER) in HwlComputeMacroModeIndex()
1527 if (m_tileTable[tileIndex].type != ADDR_DEPTH_SAMPLE_ORDER) in HwlComputeMacroModeIndex()
Degbaddrlib.cpp1285 if (microTileType == ADDR_DEPTH_SAMPLE_ORDER) in DispatchComputeSurfaceAddrFromCoord()
1844 microTileType == ADDR_DEPTH_SAMPLE_ORDER); in HwlComputePixelCoordFromOffset()
1896 else if (microTileType == ADDR_NON_DISPLAYABLE || microTileType == ADDR_DEPTH_SAMPLE_ORDER) in HwlComputePixelCoordFromOffset()
2033 if (microTileType == ADDR_DEPTH_SAMPLE_ORDER) in DispatchComputeSurfaceCoordFromAddr()
Dsiaddrlib.cpp1480 inTileType = ADDR_DEPTH_SAMPLE_ORDER; in HwlSetupTileInfo()
/external/mesa3d/src/amd/addrlib/
Daddrtypes.h447 ADDR_DEPTH_SAMPLE_ORDER = 2, ///< Same as non-displayable plus depth-sample-order enumerator
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_surface.c368 AddrSurfInfoIn.tileType = ADDR_DEPTH_SAMPLE_ORDER; in radv_amdgpu_winsys_surface_init()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_surface.c389 AddrSurfInfoIn.tileType = ADDR_DEPTH_SAMPLE_ORDER; in amdgpu_surface_init()
/external/mesa3d/src/amd/addrlib/core/
Daddrlib.cpp3011 else if (microTileType == ADDR_NON_DISPLAYABLE || microTileType == ADDR_DEPTH_SAMPLE_ORDER) in ComputePixelIndexWithinMicroTile()