Home
last modified time | relevance | path

Searched refs:uSurfPitch (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/gen8/vp/hal/
H A Dvphal_render_composite_g8.cpp83 uint32_t uSurfPitch = 0; in GetPlaneOffsetOverrideParam() local
126 uSurfPitch = pSurface->dwPitch; in GetPlaneOffsetOverrideParam()
231 …pOverride->iYOffsetAdjust = uYPlaneTopLvlIndexY * (uSurfPitch / VPHAL_YTILE_W_ALIGNMENT) * MHW_PA… in GetPlaneOffsetOverrideParam()
237 …pOverride->iUVOffsetAdjust = uUVPlaneTopLvlIndexY * (uSurfPitch >> VPHAL_YTILE_W_SHIFTBITS) * MHW_… in GetPlaneOffsetOverrideParam()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/gen8/vp/hal/
H A Dvphal_render_composite_g8.cpp83 uint32_t uSurfPitch = 0; in GetPlaneOffsetOverrideParam() local
126 uSurfPitch = pSurface->dwPitch; in GetPlaneOffsetOverrideParam()
231 …pOverride->iYOffsetAdjust = uYPlaneTopLvlIndexY * (uSurfPitch / VPHAL_YTILE_W_ALIGNMENT) * MHW_PA… in GetPlaneOffsetOverrideParam()
237 …pOverride->iUVOffsetAdjust = uUVPlaneTopLvlIndexY * (uSurfPitch >> VPHAL_YTILE_W_SHIFTBITS) * MHW_… in GetPlaneOffsetOverrideParam()
/dports/multimedia/cmrt/cmrt-1.0.6/src/
H A Dhw_interface_g8.c306 UINT uSurfPitch; in IntelGen_HwSetupSurfaceState_g8() local
329 uSurfPitch = 0; in IntelGen_HwSetupSurfaceState_g8()
338 uSurfPitch = pSurface->dwPitch; in IntelGen_HwSetupSurfaceState_g8()
436 (uSurfPitch >> in IntelGen_HwSetupSurfaceState_g8()
477 uYPlaneTopLvlIndexY * (uSurfPitch / in IntelGen_HwSetupSurfaceState_g8()
H A Dhw_interface_g75.c547 UINT uSurfPitch; in IntelGen_HwSetupSurfaceState_g75() local
570 uSurfPitch = 0; in IntelGen_HwSetupSurfaceState_g75()
579 uSurfPitch = pSurface->dwPitch; in IntelGen_HwSetupSurfaceState_g75()
671 (uSurfPitch >> in IntelGen_HwSetupSurfaceState_g75()
707 uYPlaneTopLvlIndexY * (uSurfPitch / in IntelGen_HwSetupSurfaceState_g75()