Searched refs:epitchIsHeight (Results 1 – 3 of 3) sorted by relevance
868 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()
3917 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()
2485 BOOL_32 epitchIsHeight; ///< Whether to use height to program epitch register member