Home
last modified time | relevance | path

Searched refs:widthInBytes (Results 1 – 25 of 78) sorted by relevance

1234

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Cmm/
H A DType.hs11 , widthInBits, widthInBytes, widthInLog, widthFromBytes
215 widthInBytes :: Width -> Int
216 widthInBytes W8 = 1 function
217 widthInBytes W16 = 2 function
218 widthInBytes W32 = 4 function
219 widthInBytes W64 = 8 function
220 widthInBytes W128 = 16 function
221 widthInBytes W256 = 32 function
222 widthInBytes W512 = 64 function
273 vecw = widthFromBytes (l*widthInBytes w)
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/cmm/
H A DCmmType.hs11 , widthInBits, widthInBytes, widthInLog, widthFromBytes
224 widthInBytes :: Width -> Int
225 widthInBytes W8 = 1 function
226 widthInBytes W16 = 2 function
227 widthInBytes W32 = 4 function
228 widthInBytes W64 = 8 function
229 widthInBytes W128 = 16 function
230 widthInBytes W256 = 32 function
231 widthInBytes W512 = 64 function
282 vecw = widthFromBytes (l*widthInBytes w)
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Cmm/
H A DType.hs11 , widthInBits, widthInBytes, widthInLog, widthFromBytes
216 widthInBytes :: Width -> Int
217 widthInBytes W8 = 1 function
218 widthInBytes W16 = 2 function
219 widthInBytes W32 = 4 function
220 widthInBytes W64 = 8 function
221 widthInBytes W128 = 16 function
222 widthInBytes W256 = 32 function
223 widthInBytes W512 = 64 function
274 vecw = widthFromBytes (l*widthInBytes w)
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/cmm/
H A DCmmType.hs11 , widthInBits, widthInBytes, widthInLog, widthFromBytes
224 widthInBytes :: Width -> Int
225 widthInBytes W8 = 1 function
226 widthInBytes W16 = 2 function
227 widthInBytes W32 = 4 function
228 widthInBytes W64 = 8 function
229 widthInBytes W128 = 16 function
230 widthInBytes W256 = 32 function
231 widthInBytes W512 = 64 function
282 vecw = widthFromBytes (l*widthInBytes w)
[all …]
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/media_driver_next/agnostic/common/vp/hal/bufferMgr/
H A Dvp_allocator.cpp692 uint32_t widthInBytes = 0; in ReadSurface() local
715 if (surface->dwPitch == widthInBytes) in ReadSurface()
728 MOS_SecureMemcpy(tempDst, widthInBytes, tempSrc, widthInBytes); in ReadSurface()
730 tempDst += widthInBytes; in ReadSurface()
748 uint32_t widthInBytes = 0; in WriteSurface() local
773 if (surface->dwPitch == widthInBytes) in WriteSurface()
786 MOS_SecureMemcpy(tempDst, widthInBytes, tempSrc, widthInBytes); in WriteSurface()
787 tempSrc += widthInBytes; in WriteSurface()
803 uint32_t widthInBytes = 0; in WriteSurface() local
846 MOS_SecureMemcpy(tempDst, widthInBytes, tempSrc, widthInBytes); in WriteSurface()
[all …]
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/cm/
H A Dcm_surface_2d_rt_base.cpp668 uint32_t widthInBytes = 0; in WriteSurfaceHybridStrides() local
685 widthInBytes = m_width * sizePerPixel; in WriteSurfaceHybridStrides()
702 else if (IsUnalignedGPUCopy(widthInBytes, m_height)) in WriteSurfaceHybridStrides()
968 uint32_t widthInBytes = 0; in ReadSurfaceHybridStrides() local
985 widthInBytes = m_width * sizePerPixel; in ReadSurfaceHybridStrides()
1002 else if (IsUnalignedGPUCopy(widthInBytes, m_height)) in ReadSurfaceHybridStrides()
1126 uint32_t widthInBytes = 0; in InitSurface() local
1210 widthInBytes = m_width * sizePerPixel; in InitSurface()
1211 if (widthInBytes != pitch) in InitSurface()
1215 if (widthInBytes % sizeof(uint32_t) == 0) in InitSurface()
[all …]
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/vp/hal/bufferMgr/
H A Dvp_allocator.cpp910 uint32_t widthInBytes = 0; in ReadSurface() local
933 if (surface->dwPitch == widthInBytes) in ReadSurface()
946 MOS_SecureMemcpy(tempDst, widthInBytes, tempSrc, widthInBytes); in ReadSurface()
948 tempDst += widthInBytes; in ReadSurface()
967 uint32_t widthInBytes = 0; in WriteSurface() local
992 if (surface->dwPitch == widthInBytes) in WriteSurface()
1005 MOS_SecureMemcpy(tempDst, widthInBytes, tempSrc, widthInBytes); in WriteSurface()
1006 tempSrc += widthInBytes; in WriteSurface()
1023 uint32_t widthInBytes = 0; in WriteSurface() local
1066 MOS_SecureMemcpy(tempDst, widthInBytes, tempSrc, widthInBytes); in WriteSurface()
[all …]
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/cm/
H A Dcm_surface_2d_rt_base.cpp668 uint32_t widthInBytes = 0; in WriteSurfaceHybridStrides() local
685 widthInBytes = m_width * sizePerPixel; in WriteSurfaceHybridStrides()
702 else if (IsUnalignedGPUCopy(widthInBytes, m_height)) in WriteSurfaceHybridStrides()
968 uint32_t widthInBytes = 0; in ReadSurfaceHybridStrides() local
985 widthInBytes = m_width * sizePerPixel; in ReadSurfaceHybridStrides()
1002 else if (IsUnalignedGPUCopy(widthInBytes, m_height)) in ReadSurfaceHybridStrides()
1124 uint32_t widthInBytes = 0; in InitSurface() local
1163 widthInBytes = m_width * sizePerPixel; in InitSurface()
1164 if(widthInBytes != pitch) in InitSurface()
1168 if (widthInBytes % sizeof(uint32_t) == 0) in InitSurface()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCImageLoaderBMP.cpp286 s32 widthInBytes = (s32)t; in loadImage() local
287 t -= widthInBytes; in loadImage()
289 ++widthInBytes; in loadImage()
291 s32 lineData = widthInBytes + ((4-(widthInBytes%4)))%4; in loadImage()
292 pitch = lineData - widthInBytes; in loadImage()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCImageLoaderBMP.cpp286 s32 widthInBytes = (s32)t; in loadImage() local
287 t -= widthInBytes; in loadImage()
289 ++widthInBytes; in loadImage()
291 s32 lineData = widthInBytes + ((4-(widthInBytes%4)))%4; in loadImage()
292 pitch = lineData - widthInBytes; in loadImage()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/codec/hal/
H A Dcodechal_utilities.cpp239 uint32_t *widthInBytes) in CodecHal_GetSurfaceWidthInBytes() argument
284 *widthInBytes = width; in CodecHal_GetSurfaceWidthInBytes()
355 uint32_t widthInBytes; in CodecHalSetRcsSurfaceState() local
358 CodecHal_GetSurfaceWidthInBytes(surfaceCodecParams->psSurface, &widthInBytes); in CodecHalSetRcsSurfaceState()
359 surfaceRcsParams.dwWidthToUse[MHW_Y_PLANE] = WIDTH_IN_DW(widthInBytes); in CodecHalSetRcsSurfaceState()
405 widthInBytes = surfaceCodecParams->psSurface->dwWidth; in CodecHalSetRcsSurfaceState()
408 widthInBytes *= 2; in CodecHalSetRcsSurfaceState()
411 WIDTH_IN_DW(widthInBytes) : (surfaceCodecParams->psSurface->dwWidth / 2); in CodecHalSetRcsSurfaceState()
H A Dcodechal_memdecomp.cpp437 uint32_t widthInBytes = GetSurfaceWidthInBytes(surfaceParams.psSurface); in MemoryDecompress() local
438 surfaceParams.dwWidthToUse[MHW_Y_PLANE] = WIDTH_IN_DW(widthInBytes); in MemoryDecompress()
455 surfaceParams.dwWidthToUse[MHW_U_PLANE] = WIDTH_IN_DW(widthInBytes); in MemoryDecompress()
720 uint32_t widthInBytes; in GetSurfaceWidthInBytes() local
739 widthInBytes = surface->dwWidth; in GetSurfaceWidthInBytes()
747 widthInBytes = surface->dwWidth << 1; in GetSurfaceWidthInBytes()
752 widthInBytes = surface->dwWidth << 2; in GetSurfaceWidthInBytes()
755 widthInBytes = surface->dwWidth; in GetSurfaceWidthInBytes()
759 return widthInBytes; in GetSurfaceWidthInBytes()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/codec/hal/
H A Dcodechal_utilities.cpp239 uint32_t *widthInBytes) in CodecHal_GetSurfaceWidthInBytes() argument
284 *widthInBytes = width; in CodecHal_GetSurfaceWidthInBytes()
355 uint32_t widthInBytes; in CodecHalSetRcsSurfaceState() local
358 CodecHal_GetSurfaceWidthInBytes(surfaceCodecParams->psSurface, &widthInBytes); in CodecHalSetRcsSurfaceState()
359 surfaceRcsParams.dwWidthToUse[MHW_Y_PLANE] = WIDTH_IN_DW(widthInBytes); in CodecHalSetRcsSurfaceState()
405 widthInBytes = surfaceCodecParams->psSurface->dwWidth; in CodecHalSetRcsSurfaceState()
408 widthInBytes *= 2; in CodecHalSetRcsSurfaceState()
411 WIDTH_IN_DW(widthInBytes) : (surfaceCodecParams->psSurface->dwWidth / 2); in CodecHalSetRcsSurfaceState()
H A Dcodechal_memdecomp.cpp437 uint32_t widthInBytes = GetSurfaceWidthInBytes(surfaceParams.psSurface); in MemoryDecompress() local
438 surfaceParams.dwWidthToUse[MHW_Y_PLANE] = WIDTH_IN_DW(widthInBytes); in MemoryDecompress()
455 surfaceParams.dwWidthToUse[MHW_U_PLANE] = WIDTH_IN_DW(widthInBytes); in MemoryDecompress()
720 uint32_t widthInBytes; in GetSurfaceWidthInBytes() local
739 widthInBytes = surface->dwWidth; in GetSurfaceWidthInBytes()
747 widthInBytes = surface->dwWidth << 1; in GetSurfaceWidthInBytes()
752 widthInBytes = surface->dwWidth << 2; in GetSurfaceWidthInBytes()
755 widthInBytes = surface->dwWidth; in GetSurfaceWidthInBytes()
759 return widthInBytes; in GetSurfaceWidthInBytes()
/dports/graphics/netpbm/netpbm-10.91.01/converter/pbm/
H A Descp2topbm.c185 unsigned int const widthInBytes = pbm_packed_bytes(width); in processStripeRaster() local
186 unsigned int const blockSize = rowsThisStripe * widthInBytes; in processStripeRaster()
212 bitarray[rowIdx++] = &imageBuffer[i * widthInBytes]; in processStripeRaster()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/mi/
H A Dmibitblt.c281 int i, j, k, width, bitsPerPixel, widthInBytes; local
305 widthInBytes = BitmapBytePad(w);
307 result = (unsigned long *)xalloc(h * widthInBytes);
311 bzero((char *)result, h * widthInBytes);
320 delta = (widthInBytes / (BITMAP_SCANLINE_UNIT / 8)) -
335 pCharsOut += widthInBytes;
/dports/net/tightvnc/vnc_unixsrc/vncviewer/
H A Ddesktop.c372 int widthInBytes = width * myFormat.bitsPerPixel / 8; in CopyDataToScreen() local
379 memcpy(scr, buf, widthInBytes); in CopyDataToScreen()
380 buf += widthInBytes; in CopyDataToScreen()
/dports/net/ssvnc/ssvnc-1.0.29/vnc_unixsrc/vncviewer/
H A Dzrle.c509 int widthInBytes = w * BPP / 8; in HandleZRLETile() local
537 memcpy(buf, scr, widthInBytes); in HandleZRLETile()
538 buf += widthInBytes; in HandleZRLETile()
592 buf += widthInBytes; in HandleZRLETile()
/dports/net/vino/vino-3.22.0/server/libvncserver/
H A Dmain.c156 int j,widthInBytes,bpp=rfbScreen->rfbServerFormat.bitsPerPixel/8, in rfbDoCopyRegion() local
163 widthInBytes = (rect.x2-rect.x1)*bpp; in rfbDoCopyRegion()
168 memmove(out,in,widthInBytes); in rfbDoCopyRegion()
173 memmove(out,in,widthInBytes); in rfbDoCopyRegion()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/mi/
H A Dmibitblt.c266 int i, j, k, width, bitsPerPixel, widthInBytes; in miGetPlane() local
290 widthInBytes = BitmapBytePad(w); in miGetPlane()
292 result = calloc(h, widthInBytes); in miGetPlane()
302 delta = (widthInBytes / (BITMAP_SCANLINE_UNIT / 8)) - in miGetPlane()
315 pCharsOut += widthInBytes; in miGetPlane()
/dports/x11-servers/xwayland/xorg-server-1.20.13/mi/
H A Dmibitblt.c266 int i, j, k, width, bitsPerPixel, widthInBytes; in miGetPlane() local
290 widthInBytes = BitmapBytePad(w); in miGetPlane()
292 result = calloc(h, widthInBytes); in miGetPlane()
302 delta = (widthInBytes / (BITMAP_SCANLINE_UNIT / 8)) - in miGetPlane()
315 pCharsOut += widthInBytes; in miGetPlane()
/dports/x11-servers/xephyr/xorg-server-1.20.13/mi/
H A Dmibitblt.c266 int i, j, k, width, bitsPerPixel, widthInBytes; in miGetPlane() local
290 widthInBytes = BitmapBytePad(w); in miGetPlane()
292 result = calloc(h, widthInBytes); in miGetPlane()
302 delta = (widthInBytes / (BITMAP_SCANLINE_UNIT / 8)) - in miGetPlane()
315 pCharsOut += widthInBytes; in miGetPlane()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/mi/
H A Dmibitblt.c266 int i, j, k, width, bitsPerPixel, widthInBytes; in miGetPlane() local
290 widthInBytes = BitmapBytePad(w); in miGetPlane()
292 result = calloc(h, widthInBytes); in miGetPlane()
302 delta = (widthInBytes / (BITMAP_SCANLINE_UNIT / 8)) - in miGetPlane()
315 pCharsOut += widthInBytes; in miGetPlane()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/mi/
H A Dmibitblt.c266 int i, j, k, width, bitsPerPixel, widthInBytes; in miGetPlane() local
290 widthInBytes = BitmapBytePad(w); in miGetPlane()
292 result = calloc(h, widthInBytes); in miGetPlane()
302 delta = (widthInBytes / (BITMAP_SCANLINE_UNIT / 8)) - in miGetPlane()
315 pCharsOut += widthInBytes; in miGetPlane()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/mi/
H A Dmibitblt.c270 int i, j, k, width, bitsPerPixel, widthInBytes; in miGetPlane() local
294 widthInBytes = BitmapBytePad(w); in miGetPlane()
296 result = calloc(h, widthInBytes); in miGetPlane()
306 delta = (widthInBytes / (BITMAP_SCANLINE_UNIT / 8)) - in miGetPlane()
319 pCharsOut += widthInBytes; in miGetPlane()

1234