• Home
  • Raw
  • Download

Lines Matching refs:swMode

2058     AddrSwizzleMode  swMode,  in IsEquationSupported()  argument
2062 (IsLinear(swMode) == FALSE) && in IsEquationSupported()
2065 ((IsRotateSwizzle(swMode) == FALSE) && in IsEquationSupported()
2066 (IsZOrderSwizzle(swMode) == FALSE)))) || in IsEquationSupported()
2068 (IsRotateSwizzle(swMode) == FALSE) && in IsEquationSupported()
2069 (IsBlock256b(swMode) == FALSE))); in IsEquationSupported()
2097 AddrSwizzleMode swMode = static_cast<AddrSwizzleMode>(swModeIdx); in InitEquationTable() local
2105 if (IsEquationSupported(rsrcType, swMode, bppIdx)) in InitEquationTable()
2113 if (IsBlock256b(swMode) && IsTex2d(rsrcType)) in InitEquationTable()
2115 retCode = ComputeBlock256Equation(rsrcType, swMode, bppIdx, &equation); in InitEquationTable()
2117 else if (IsThin(rsrcType, swMode)) in InitEquationTable()
2119 retCode = ComputeThinEquation(rsrcType, swMode, bppIdx, &equation); in InitEquationTable()
2123 retCode = ComputeThickEquation(rsrcType, swMode, bppIdx, &equation); in InitEquationTable()
2170 AddrSwizzleMode swMode = pIn->swizzleMode; in HwlGetEquationIndex() local
2174 if (IsEquationSupported(rsrcType, swMode, elementBytesLog2)) in HwlGetEquationIndex()
2177 UINT_32 swModeIdx = static_cast<UINT_32>(swMode); in HwlGetEquationIndex()
2206 AddrSwizzleMode swMode, in HwlComputeBlock256Equation() argument
2232 if (IsStandardSwizzle(rsrcType, swMode)) in HwlComputeBlock256Equation()
2282 else if (IsDisplaySwizzle(rsrcType, swMode)) in HwlComputeBlock256Equation()
2332 else if (IsRotateSwizzle(swMode)) in HwlComputeBlock256Equation()
2408 AddrSwizzleMode swMode, in HwlComputeThinEquation() argument
2414 UINT_32 blockSizeLog2 = GetBlockSizeLog2(swMode); in HwlComputeThinEquation()
2417 if (IsNonPrtXor(swMode)) in HwlComputeThinEquation()
2457 if (IsZOrderSwizzle(swMode)) in HwlComputeThinEquation()
2475 ret = HwlComputeBlock256Equation(rsrcType, swMode, elementBytesLog2, pEquation); in HwlComputeThinEquation()
2498 if (IsXor(swMode)) in HwlComputeThinEquation()
2525 if (IsPrt(swMode) == FALSE) in HwlComputeThinEquation()
2558 AddrSwizzleMode swMode, in HwlComputeThickEquation() argument
2566 UINT_32 blockSizeLog2 = GetBlockSizeLog2(swMode); in HwlComputeThickEquation()
2569 if (IsNonPrtXor(swMode)) in HwlComputeThickEquation()
2607 if (IsZOrderSwizzle(swMode)) in HwlComputeThickEquation()
2667 else if (IsStandardSwizzle(rsrcType, swMode)) in HwlComputeThickEquation()
2778 if (IsXor(swMode)) in HwlComputeThickEquation()