Lines Matching defs:tcCompatible
296 (pIn->flags.tcCompatible == TRUE))
340 (pIn->flags.tcCompatible == TRUE))
708 (pOut->tcCompatible == TRUE) &&
712 pOut->tcCompatible = CheckTcCompatibility(pOut->pTileInfo, pIn->bpp, pOut->tileMode, pOut->tileType, pOut);
731 (pOut->tcCompatible == TRUE))
738 localIn.flags.tcCompatible = FALSE;
1193 (pInOut->flags.tcCompatible == FALSE))
1303 // tcCompatible flag is only meaningful for gfx8.
1306 flags.tcCompatible = FALSE;
1320 flags.tcCompatible = FALSE;
1323 if (flags.nonSplit | flags.tcCompatible | flags.needEquation)
1506 flags.tcCompatible = FALSE;
1529 flags.tcCompatible = FALSE;
1564 if (flags.tcCompatible)
1566 flags.tcCompatible = CheckTcCompatibility(pTileInfo, bpp, tileMode, inTileType, pOut);
1569 pOut->tcCompatible = flags.tcCompatible;
2276 if ((pOut->tcCompatible == FALSE) ||
2312 BOOL_32 tcCompatible = TRUE;
2318 // Turn off tcCompatible for color surface if tileSplit happens. Depth/stencil
2339 tcCompatible = FALSE;
2347 tcCompatible = FALSE;
2350 return tcCompatible;