Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.cpp1070 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()
/third_party/mesa3d/src/amd/addrlib/inc/
Daddrinterface.h2445 UINT_32 pitchInElement; ///< Pitch in elements (blocks for compressed formats) member
2576 UINT_32 pitchInElement; ///< Pitch in elements (blocks for compressed formats) member
2642 UINT_32 pitchInElement; ///< Pitch in elements (blocks for compressed formats) member
/third_party/mesa3d/src/amd/common/
Dac_surface_modifier_test.c142 input.pitchInElement = surf->u.gfx9.surf_pitch; in generate_hash()
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp4131 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()