Home
last modified time | relevance | path

Searched refs:epitchIsHeight (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_surface.c868 surf->u.gfx9.stencil.epitch = out.epitchIsHeight ? out.mipChainHeight - 1 : in gfx9_compute_miptree()
877 surf->u.gfx9.surf.epitch = out.epitchIsHeight ? out.mipChainHeight - 1 : in gfx9_compute_miptree()
/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp3917 pOut->epitchIsHeight = FALSE; in HwlComputeSurfaceInfoTiled()
3949 pOut->epitchIsHeight = TRUE; in HwlComputeSurfaceInfoTiled()
3977 pOut->epitchIsHeight = FALSE; in HwlComputeSurfaceInfoTiled()
3990 pOut->epitchIsHeight = TRUE; in HwlComputeSurfaceInfoTiled()
4126 pOut->epitchIsHeight = (pIn->numMipLevels > 1) ? TRUE : FALSE; in HwlComputeSurfaceInfoLinear()
/external/mesa3d/src/amd/addrlib/
Daddrinterface.h2485 BOOL_32 epitchIsHeight; ///< Whether to use height to program epitch register member