Searched refs:pitchInElement (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
H A Daddrlib2.cpp997 if (pIn->pitchInElement > 0)
999 if ((pIn->pitchInElement % pitchAlignInElement) != 0)
1003 else if (pIn->pitchInElement < (*pPitch))
1009 *pPitch = pIn->pitchInElement;
1119 localIn.pitchInElement = pIn->pitchInElement;
1207 localIn.pitchInElement = pIn->pitchInElement;
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
H A Daddrlib2.cpp997 if (pIn->pitchInElement > 0)
999 if ((pIn->pitchInElement % pitchAlignInElement) != 0)
1003 else if (pIn->pitchInElement < (*pPitch))
1009 *pPitch = pIn->pitchInElement;
1119 localIn.pitchInElement = pIn->pitchInElement;
1207 localIn.pitchInElement = pIn->pitchInElement;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Daddrlib2.cpp1070 if (pIn->pitchInElement > 0)
1072 if ((pIn->pitchInElement % pitchAlignInElement) != 0)
1076 else if (pIn->pitchInElement < (*pPitch))
1082 *pPitch = pIn->pitchInElement;
1192 localIn.pitchInElement = pIn->pitchInElement;
1280 localIn.pitchInElement = pIn->pitchInElement;
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/
H A Daddrinterface.h2398 UINT_32 pitchInElement; ///< Pitch in elements (blocks for compressed formats) member in struct:_ADDR2_COMPUTE_SURFACE_INFO_INPUT
2527 UINT_32 pitchInElement; ///< Pitch in elements (blocks for compressed formats) member in struct:_ADDR2_COMPUTE_SURFACE_ADDRFROMCOORD_INPUT
2591 UINT_32 pitchInElement; ///< Pitch in elements (blocks for compressed formats) member in struct:_ADDR2_COMPUTE_SURFACE_COORDFROMADDR_INPUT
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/
H A Daddrinterface.h2446 UINT_32 pitchInElement; ///< Pitch in elements (blocks for compressed formats) member in struct:_ADDR2_COMPUTE_SURFACE_INFO_INPUT
2577 UINT_32 pitchInElement; ///< Pitch in elements (blocks for compressed formats) member in struct:_ADDR2_COMPUTE_SURFACE_ADDRFROMCOORD_INPUT
2643 UINT_32 pitchInElement; ///< Pitch in elements (blocks for compressed formats) member in struct:_ADDR2_COMPUTE_SURFACE_COORDFROMADDR_INPUT
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface_modifier_test.c142 input.pitchInElement = surf->u.gfx9.surf_pitch;
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp3826 if ((pIn->numMipLevels <= 1) && (pIn->pitchInElement > 0))
3828 if ((pIn->pitchInElement % pitchAlignInElement) != 0)
3832 else if (pIn->pitchInElement < pOut->pitch)
3838 pOut->pitch = pIn->pitchInElement;
4561 localIn.pitchInElement = pIn->pitchInElement;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp4132 if ((pIn->numMipLevels <= 1) && (pIn->pitchInElement > 0))
4134 if ((pIn->pitchInElement % pitchAlignInElement) != 0)
4138 else if (pIn->pitchInElement < pOut->pitch)
4144 pOut->pitch = pIn->pitchInElement;
4867 localIn.pitchInElement = pIn->pitchInElement;

Completed in 35 milliseconds