Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/r800/
Dciaddrlib.cpp725 BOOL_32 depthStencil2DTileConfigMatch = DepthStencilTileCfgMatch(pIn, pOut); in HwlComputeSurfaceInfo() local
727 if ((depthStencil2DTileConfigMatch == FALSE) && in HwlComputeSurfaceInfo()
741 depthStencil2DTileConfigMatch = DepthStencilTileCfgMatch(pIn, pOut); in HwlComputeSurfaceInfo()
744 if ((depthStencil2DTileConfigMatch == FALSE) && in HwlComputeSurfaceInfo()
2214 BOOL_32 depthStencil2DTileConfigMatch = FALSE; in DepthStencilTileCfgMatch() local
2243 depthStencil2DTileConfigMatch = TRUE; in DepthStencilTileCfgMatch()
2255 return depthStencil2DTileConfigMatch; in DepthStencilTileCfgMatch()