Searched refs:actualHeight (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.cpp | 4331 UINT_32 actualHeight = 0; in HwlComputeSurfaceInfoLinear() local 4346 actualHeight = pIn->numMipLevels; in HwlComputeSurfaceInfoLinear() 4351 &pitch, &actualHeight); in HwlComputeSurfaceInfoLinear() 4371 returnCode = ComputeSurfaceLinearPadding(pIn, &pitch, &actualHeight, pOut->pMipInfo); in HwlComputeSurfaceInfoLinear() 4374 if ((pitch == 0) || (actualHeight == 0)) in HwlComputeSurfaceInfoLinear() 4385 pOut->mipChainHeight = actualHeight; in HwlComputeSurfaceInfoLinear() 4388 pOut->sliceSize = static_cast<UINT_64>(pOut->pitch) * actualHeight * elementBytes; in HwlComputeSurfaceInfoLinear()
|
/third_party/mesa3d/src/amd/addrlib/src/gfx11/ |
D | gfx11addrlib.cpp | 4177 UINT_32 actualHeight = pIn->height; in HwlComputeSurfaceInfoLinear() local 4205 … returnCode = ApplyCustomizedPitchHeight(pIn, elementBytes, pitchAlign, &pitch, &actualHeight); in HwlComputeSurfaceInfoLinear() 4209 sliceSize = static_cast<UINT_64>(pitch) * actualHeight * elementBytes; in HwlComputeSurfaceInfoLinear() 4214 pOut->pMipInfo[0].height = actualHeight; in HwlComputeSurfaceInfoLinear() 4226 pOut->height = actualHeight; in HwlComputeSurfaceInfoLinear()
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLPreRotationTest.cpp | 583 EGLint actualHeight = 0; in TEST_P() local 607 while ((actualWidth != desiredWidth) && (actualHeight != desiredHeight)) in TEST_P() 624 eglQuerySurface(mDisplay, mWindowSurface, EGL_HEIGHT, &actualHeight); in TEST_P()
|
/third_party/mesa3d/src/amd/addrlib/src/gfx10/ |
D | gfx10addrlib.cpp | 4769 UINT_32 actualHeight = pIn->height; in HwlComputeSurfaceInfoLinear() local 4797 … returnCode = ApplyCustomizedPitchHeight(pIn, elementBytes, pitchAlign, &pitch, &actualHeight); in HwlComputeSurfaceInfoLinear() 4801 sliceSize = static_cast<UINT_64>(pitch) * actualHeight * elementBytes; in HwlComputeSurfaceInfoLinear() 4806 pOut->pMipInfo[0].height = actualHeight; in HwlComputeSurfaceInfoLinear() 4818 pOut->height = actualHeight; in HwlComputeSurfaceInfoLinear()
|