Home
last modified time | relevance | path

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

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