Searched refs:pitchInElement (Results 1 – 4 of 4) sorted by relevance
1070 if (pIn->pitchInElement > 0) in ApplyCustomizedPitchHeight()1072 if ((pIn->pitchInElement % pitchAlignInElement) != 0) in ApplyCustomizedPitchHeight()1076 else if (pIn->pitchInElement < (*pPitch)) in ApplyCustomizedPitchHeight()1082 *pPitch = pIn->pitchInElement; in ApplyCustomizedPitchHeight()1192 localIn.pitchInElement = pIn->pitchInElement; in ComputeSurfaceAddrFromCoordLinear()1280 localIn.pitchInElement = pIn->pitchInElement; in ComputeSurfaceCoordFromAddrLinear()
2445 UINT_32 pitchInElement; ///< Pitch in elements (blocks for compressed formats) member2576 UINT_32 pitchInElement; ///< Pitch in elements (blocks for compressed formats) member2642 UINT_32 pitchInElement; ///< Pitch in elements (blocks for compressed formats) member
142 input.pitchInElement = surf->u.gfx9.surf_pitch; in generate_hash()
4131 if ((pIn->numMipLevels <= 1) && (pIn->pitchInElement > 0)) in HwlComputeSurfaceInfoTiled()4133 if ((pIn->pitchInElement % pitchAlignInElement) != 0) in HwlComputeSurfaceInfoTiled()4137 else if (pIn->pitchInElement < pOut->pitch) in HwlComputeSurfaceInfoTiled()4143 pOut->pitch = pIn->pitchInElement; in HwlComputeSurfaceInfoTiled()4866 localIn.pitchInElement = pIn->pitchInElement; in HwlComputeSurfaceAddrFromCoordTiled()