Home
last modified time | relevance | path

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

/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Resource/
H A DGmmResourceInfoCommon.cpp1296 uint32_t ResPixelPitch = pTexInfo->BitsPerPixel / CHAR_BIT; in CpuBlt() local
1308 ResPixelPitch = 4; in CpuBlt()
1331 (pBlt->Sys.PixelPitch == ResPixelPitch)) && in CpuBlt()
1333 (pBlt->Blt.BytesPerPixel == ResPixelPitch))) in CpuBlt()
1337 GFX_CEIL_DIV(Width, BlockWidth) * ResPixelPitch; in CpuBlt()
1350 ResPixelPitch); in CpuBlt()
1419 (!pBlt->Sys.PixelPitch || (pBlt->Sys.PixelPitch == ResPixelPitch)) && in CpuBlt()
1484 SwizzledSurface.Pitch = MipWidth * ResPixelPitch; in CpuBlt()
1496 SwizzledSurface.Element.Pitch = ResPixelPitch; in CpuBlt()
1508 ResPixelPitch; in CpuBlt()
[all …]