Home
last modified time | relevance | path

Searched refs:dwDstPitch (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/shared/mediacopy/
H A Dmedia_blt_copy.cpp210 pMhwBltParams->dwDstPitch = ResDetails.dwPitch/4; in SetupBltCopyParam()
214 pMhwBltParams->dwDstPitch = ResDetails.dwPitch; in SetupBltCopyParam()
389 pMhwBltParams->dwDstPitch = ResDetails.dwPitch / 4; in SetupFastCopyBltParam()
393 pMhwBltParams->dwDstPitch = ResDetails.dwPitch; in SetupFastCopyBltParam()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/hw/
H A Dmhw_blt.cpp148 cmd.DW1.DestinationPitch = pFastCopyBltParam->dwDstPitch; in AddFastCopyBlt()
205 cmd.DW1.DestinationPitch = pFastCopyBltParam->dwDstPitch -1; in AddBlockCopyBlt()
H A Dmhw_blt.h39 uint32_t dwDstPitch; member
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/Xe_R/Xe_HPC/hw/blt/
H A Dmhw_blt_xe_hpc.cpp176 cmd.DW1.DestinationPitch = pFastCopyBltParam->dwDstPitch; in AddFastCopyBlt()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/Xe_R/Xe_HP_base/hw/blt/
H A Dmhw_blt_xe_hp_base.cpp234 cmd.DW1.DestinationPitch = pFastCopyBltParam->dwDstPitch -1; in AddBlockCopyBlt()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DFrameBuffer.cpp470 uint32_t dwDstPitch = g_pRenderTextureInfo->CI_Info.dwWidth; in TexRectToFrameBuffer_8b() local
490 if ((((y+dwTop)*dwDstPitch+x+dwLeft)^0x3) > maxOff) in TexRectToFrameBuffer_8b()
497 … dwDst[((y+dwTop)*dwDstPitch+x+dwLeft)^0x3] = dwSrc[(uint32_t)(dwByteOffset+x*xScale) ^ 0x3]; in TexRectToFrameBuffer_8b()