Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_surface.c973 AddrSurfInfoIn.flags.matchStencilTileCfg = 1; in gfx6_compute_surface()
1063 if (AddrSurfInfoIn.flags.matchStencilTileCfg) { in gfx6_compute_surface()
1064 AddrSurfInfoIn.flags.matchStencilTileCfg = 0; in gfx6_compute_surface()
/external/mesa3d/src/amd/addrlib/src/r800/
Dciaddrlib.cpp721 if ((pIn->flags.matchStencilTileCfg == TRUE) && in HwlComputeSurfaceInfo()
/external/mesa3d/src/amd/addrlib/inc/
Daddrinterface.h529 UINT_32 matchStencilTileCfg : 1; ///< Select tile index of stencil as well as depth surface member
/external/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.cpp3739 if ((pInOut->flags.matchStencilTileCfg == TRUE) && (pInOut->numSamples <= 1)) in OptimizeTileMode()