Searched refs:unalignedHeight (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/amd/addrlib/inc/ |
D | addrinterface.h | 2567 UINT_32 unalignedHeight; ///< Surface original height (of mip0) member 2633 UINT_32 unalignedHeight; ///< Surface original height (of mip0) member 2753 UINT_32 unalignedHeight; ///< Depth surface original height (of mip0) member 2824 UINT_32 unalignedHeight; ///< Depth surface original height (of mip0) member 2880 UINT_32 unalignedHeight; ///< Depth surface original height (of mip0) member 2941 UINT_32 unalignedHeight; ///< Color surface original height member 3014 UINT_32 unalignedHeight; ///< Color surface original height (of mip0) member 3074 UINT_32 unalignedHeight; ///< Color surface original height (of mip0) member 3151 UINT_32 unalignedHeight; ///< Color surface original height member 3217 UINT_32 unalignedHeight; ///< Color surface original height member [all …]
|
/external/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib2.cpp | 354 localIn.unalignedHeight = Max(pIn->unalignedHeight, 1u); in ComputeSurfaceAddrFromCoord() 680 localIn.height = Max(pIn->unalignedHeight, 1u); in ComputeFmaskInfo() 1146 localIn.height = Max(pIn->unalignedHeight, 1u); in ComputeSurfaceAddrFromCoordLinear() 1224 valid = (pIn->unalignedHeight == 1); in ComputeSurfaceCoordFromAddrLinear() 1235 localIn.height = Max(pIn->unalignedHeight, 1u); in ComputeSurfaceCoordFromAddrLinear() 1313 (pOut->y >= Max((pIn->unalignedHeight >> pOut->mipId), 1u)) || in ComputeSurfaceCoordFromAddrLinear()
|
/external/mesa3d/src/amd/addrlib/src/gfx10/ |
D | gfx10addrlib.cpp | 186 pOut->height = PowTwoAlign(pIn->unalignedHeight, metaBlk.h); in HwlComputeHtileInfo() 201 GetMipSize(pIn->unalignedWidth, pIn->unalignedHeight, 1, i, &mipWidth, &mipHeight); in HwlComputeHtileInfo() 297 pOut->height = PowTwoAlign(pIn->unalignedHeight, metaBlk.h); in HwlComputeCmaskInfo() 312 GetMipSize(pIn->unalignedWidth, pIn->unalignedHeight, 1, i, &mipWidth, &mipHeight); in HwlComputeCmaskInfo() 431 pOut->height = PowTwoAlign(pIn->unalignedHeight, metaBlk.h); in HwlComputeDccInfo() 444 … GetMipSize(pIn->unalignedWidth, pIn->unalignedHeight, 1, i, &mipWidth, &mipHeight); in HwlComputeDccInfo() 526 input.unalignedHeight = Max(pIn->unalignedHeight, 1u); in HwlComputeCmaskAddrFromCoord() 599 input.unalignedHeight = Max(pIn->unalignedHeight, 1u); in HwlComputeHtileAddrFromCoord() 3965 localIn.height = Max(pIn->unalignedHeight, 1u); in ComputeSurfaceAddrFromCoordMicroTiled() 4031 localIn.height = Max(pIn->unalignedHeight, 1u); in ComputeSurfaceAddrFromCoordMacroTiled()
|
/external/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.cpp | 220 pIn->unalignedWidth, pIn->unalignedHeight, pIn->numSlices, in HwlComputeHtileInfo() 332 UINT_32 numMetaBlkY = (pIn->unalignedHeight + metaBlkDim.h - 1) / metaBlkDim.h; in HwlComputeCmaskInfo() 632 pIn->unalignedWidth, pIn->unalignedHeight, numSlices, in HwlComputeDccInfo() 768 input.unalignedHeight = Max(pIn->unalignedHeight, 1u); in HwlComputeCmaskAddrFromCoord() 846 input.unalignedHeight = Max(pIn->unalignedHeight, 1u); in HwlComputeHtileAddrFromCoord() 921 input.unalignedHeight = Max(pIn->unalignedHeight, 1u); in HwlComputeHtileCoordFromAddr() 4674 localIn.height = Max(pIn->unalignedHeight, 1u); in HwlComputeSurfaceAddrFromCoordTiled()
|
/external/mesa3d/src/amd/common/ |
D | ac_surface.c | 154 din.unalignedHeight = 1; in ac_compute_dcc_retile_tile_indices() 1452 hin.unalignedHeight = in->height; in gfx9_compute_miptree() 1515 din.unalignedHeight = in->height; in gfx9_compute_miptree() 1694 fin.unalignedHeight = in->height; in gfx9_compute_miptree() 1753 cin.unalignedHeight = in->height; in gfx9_compute_miptree()
|