Searched refs:pitchInElement (Results 1 – 3 of 3) sorted by relevance
994 if (pIn->pitchInElement > 0) in ApplyCustomizedPitchHeight()996 if ((pIn->pitchInElement % pitchAlignInElement) != 0) in ApplyCustomizedPitchHeight()1000 else if (pIn->pitchInElement < (*pPitch)) in ApplyCustomizedPitchHeight()1006 *pPitch = pIn->pitchInElement; in ApplyCustomizedPitchHeight()1116 localIn.pitchInElement = pIn->pitchInElement; in ComputeSurfaceAddrFromCoordLinear()1204 localIn.pitchInElement = pIn->pitchInElement; in ComputeSurfaceCoordFromAddrLinear()
2415 UINT_32 pitchInElement; ///< Pitch in elements (blocks for compressed formats) member2546 UINT_32 pitchInElement; ///< Pitch in elements (blocks for compressed formats) member2612 UINT_32 pitchInElement; ///< Pitch in elements (blocks for compressed formats) member
3883 if ((pIn->numMipLevels <= 1) && (pIn->pitchInElement > 0)) in HwlComputeSurfaceInfoTiled()3885 if ((pIn->pitchInElement % pitchAlignInElement) != 0) in HwlComputeSurfaceInfoTiled()3889 else if (pIn->pitchInElement < pOut->pitch) in HwlComputeSurfaceInfoTiled()3895 pOut->pitch = pIn->pitchInElement; in HwlComputeSurfaceInfoTiled()4605 localIn.pitchInElement = pIn->pitchInElement; in HwlComputeSurfaceAddrFromCoordTiled()