Searched refs:epitchIsHeight (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp3860 pOut->epitchIsHeight = FALSE;
3892 pOut->epitchIsHeight = TRUE;
3920 pOut->epitchIsHeight = FALSE;
3933 pOut->epitchIsHeight = TRUE;
4082 pOut->epitchIsHeight = (pIn->numMipLevels > 1) ? TRUE : FALSE;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp4166 pOut->epitchIsHeight = FALSE;
4198 pOut->epitchIsHeight = TRUE;
4226 pOut->epitchIsHeight = FALSE;
4239 pOut->epitchIsHeight = TRUE;
4388 pOut->epitchIsHeight = (pIn->numMipLevels > 1) ? TRUE : FALSE;
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_surface.c1100 surf->u.gfx9.stencil.epitch = out.epitchIsHeight ? out.mipChainHeight - 1 :
1109 surf->u.gfx9.surf.epitch = out.epitchIsHeight ? out.mipChainHeight - 1 :
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/
H A Daddrinterface.h2468 BOOL_32 epitchIsHeight; ///< Whether to use height to program epitch register member in struct:_ADDR2_COMPUTE_SURFACE_INFO_OUTPUT
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/
H A Daddrinterface.h2516 BOOL_32 epitchIsHeight; ///< Whether to use height to program epitch register member in struct:_ADDR2_COMPUTE_SURFACE_INFO_OUTPUT
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp3507 pOut->epitchIsHeight = FALSE;
4798 pOut->epitchIsHeight = FALSE;
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface.c1665 out.epitchIsHeight ? out.mipChainHeight - 1 : out.mipChainPitch - 1;
1673 surf->u.gfx9.epitch = out.epitchIsHeight ? out.mipChainHeight - 1 : out.mipChainPitch - 1;

Completed in 40 milliseconds