Home
last modified time | relevance | path

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

/dports/devel/hyperscan/hyperscan-5.4.0/src/util/
H A Dstate_compress.c150 u32 x[4] = { expand32(v[0], m[0]), expand32(v[1], m[1]), in loadcompressed128_32bit()
151 expand32(v[2], m[2]), expand32(v[3], m[3]) }; in loadcompressed128_32bit()
261 u32 x[8] = { expand32(v[0], m[0]), expand32(v[1], m[1]), in loadcompressed256_32bit()
262 expand32(v[2], m[2]), expand32(v[3], m[3]), in loadcompressed256_32bit()
263 expand32(v[4], m[4]), expand32(v[5], m[5]), in loadcompressed256_32bit()
264 expand32(v[6], m[6]), expand32(v[7], m[7]) }; in loadcompressed256_32bit()
398 u32 x[12] = { expand32(v[0], m[0]), expand32(v[1], m[1]), in loadcompressed384_32bit()
399 expand32(v[2], m[2]), expand32(v[3], m[3]), in loadcompressed384_32bit()
400 expand32(v[4], m[4]), expand32(v[5], m[5]), in loadcompressed384_32bit()
401 expand32(v[6], m[6]), expand32(v[7], m[7]), in loadcompressed384_32bit()
[all …]
H A Dbitutils.h313 u32 expand32(u32 x, u32 m) { in expand32() function
/dports/devel/hyperscan/hyperscan-5.4.0/unit/internal/
H A Dbitutils.cpp297 TEST(BitUtils, expand32) { in TEST() argument
302 EXPECT_EQ(0, expand32(0, 0)); in TEST()
303 EXPECT_EQ(0, expand32(0, 1u)); in TEST()
304 EXPECT_EQ(0, expand32(0, all_ones)); in TEST()
306 EXPECT_EQ(odd_bits, expand32(0xffffu, odd_bits)); in TEST()
308 EXPECT_EQ(0, expand32(0xffff0000u, even_bits)); in TEST()
309 EXPECT_EQ(0, expand32(0xffff0000u, odd_bits)); in TEST()
310 EXPECT_EQ(1u, expand32(1u, odd_bits)); in TEST()
311 EXPECT_EQ(2u, expand32(1u, even_bits)); in TEST()
317 EXPECT_EQ(0, expand32(0, one_bit)); in TEST()
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/base/tests/IO/
H A Dencoding001.hs25 let expand32 :: Word32 -> [Char]
26 expand32 x = [ function
31 hPutStr h (concatMap expand32 [ 0, 32 .. 0xD7ff ])
32 hPutStr h (concatMap expand32 [ 0xE000, 0xE000+32 .. 0x10FFFF ])
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/D3D11/
H A DTextureCacheD3D11.cpp376 bool expand32 = !gstate_c.Supports(GPU_SUPPORTS_16BIT_FORMATS); in ApplyTextureFramebuffer() local
378 …ceView *clutTexture = depalShaderCache_->GetClutTexture(clutFormat, clutHash_, clutBuf_, expand32); in ApplyTextureFramebuffer()
710 bool expand32 = !gstate_c.Supports(GPU_SUPPORTS_16BIT_FORMATS); in LoadTextureLevel() local
711 …reLevel((u8 *)pixelData, decPitch, tfmt, clutformat, texaddr, level, bufw, false, false, expand32); in LoadTextureLevel()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/D3D11/
H A DTextureCacheD3D11.cpp376 bool expand32 = !gstate_c.Supports(GPU_SUPPORTS_16BIT_FORMATS); in ApplyTextureFramebuffer() local
378 …ceView *clutTexture = depalShaderCache_->GetClutTexture(clutFormat, clutHash_, clutBuf_, expand32); in ApplyTextureFramebuffer()
710 bool expand32 = !gstate_c.Supports(GPU_SUPPORTS_16BIT_FORMATS); in LoadTextureLevel() local
711 …reLevel((u8 *)pixelData, decPitch, tfmt, clutformat, texaddr, level, bufw, false, false, expand32); in LoadTextureLevel()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/D3D11/
H A DTextureCacheD3D11.cpp376 bool expand32 = !gstate_c.Supports(GPU_SUPPORTS_16BIT_FORMATS); in ApplyTextureFramebuffer() local
378 …ceView *clutTexture = depalShaderCache_->GetClutTexture(clutFormat, clutHash_, clutBuf_, expand32); in ApplyTextureFramebuffer()
710 bool expand32 = !gstate_c.Supports(GPU_SUPPORTS_16BIT_FORMATS); in LoadTextureLevel() local
711 …reLevel((u8 *)pixelData, decPitch, tfmt, clutformat, texaddr, level, bufw, false, false, expand32); in LoadTextureLevel()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Vulkan/
H A DTextureCacheVulkan.cpp532 bool expand32 = !gstate_c.Supports(GPU_SUPPORTS_16BIT_FORMATS); in ApplyTextureFramebuffer() local
542 …exture *clutTexture = depalShaderCache_->GetClutTexture(clutFormat, clutHash_, clutBuf_, expand32); in ApplyTextureFramebuffer()
572 …exture *clutTexture = depalShaderCache_->GetClutTexture(clutFormat, clutHash_, clutBuf_, expand32); in ApplyTextureFramebuffer()
1105 …bool expand32 = !gstate_c.Supports(GPU_SUPPORTS_16BIT_FORMATS) || dstFmt == VK_FORMAT_R8G8B8A8_UNO… in LoadTextureLevel() local
1106 …reLevel((u8 *)pixelData, decPitch, tfmt, clutformat, texaddr, level, bufw, false, false, expand32); in LoadTextureLevel()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Vulkan/
H A DTextureCacheVulkan.cpp532 bool expand32 = !gstate_c.Supports(GPU_SUPPORTS_16BIT_FORMATS); in ApplyTextureFramebuffer() local
542 …exture *clutTexture = depalShaderCache_->GetClutTexture(clutFormat, clutHash_, clutBuf_, expand32); in ApplyTextureFramebuffer()
572 …exture *clutTexture = depalShaderCache_->GetClutTexture(clutFormat, clutHash_, clutBuf_, expand32); in ApplyTextureFramebuffer()
1105 …bool expand32 = !gstate_c.Supports(GPU_SUPPORTS_16BIT_FORMATS) || dstFmt == VK_FORMAT_R8G8B8A8_UNO… in LoadTextureLevel() local
1106 …reLevel((u8 *)pixelData, decPitch, tfmt, clutformat, texaddr, level, bufw, false, false, expand32); in LoadTextureLevel()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Vulkan/
H A DTextureCacheVulkan.cpp532 bool expand32 = !gstate_c.Supports(GPU_SUPPORTS_16BIT_FORMATS); in ApplyTextureFramebuffer() local
542 …exture *clutTexture = depalShaderCache_->GetClutTexture(clutFormat, clutHash_, clutBuf_, expand32); in ApplyTextureFramebuffer()
572 …exture *clutTexture = depalShaderCache_->GetClutTexture(clutFormat, clutHash_, clutBuf_, expand32); in ApplyTextureFramebuffer()
1105 …bool expand32 = !gstate_c.Supports(GPU_SUPPORTS_16BIT_FORMATS) || dstFmt == VK_FORMAT_R8G8B8A8_UNO… in LoadTextureLevel() local
1106 …reLevel((u8 *)pixelData, decPitch, tfmt, clutformat, texaddr, level, bufw, false, false, expand32); in LoadTextureLevel()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_mman.c845 #define expand32(x) (((x) << 0) | ((x) << 8) | ((x) << 16) | ((x) << 24)) macro
900 if (x != expand32(POISON_INUSE)) { in __igt_mmap()
903 i * sizeof(x), x, expand32(POISON_INUSE)); in __igt_mmap()
908 x = expand32(POISON_FREE); in __igt_mmap()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_mman.c845 #define expand32(x) (((x) << 0) | ((x) << 8) | ((x) << 16) | ((x) << 24)) macro
900 if (x != expand32(POISON_INUSE)) { in __igt_mmap()
903 i * sizeof(x), x, expand32(POISON_INUSE)); in __igt_mmap()
908 x = expand32(POISON_FREE); in __igt_mmap()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_mman.c845 #define expand32(x) (((x) << 0) | ((x) << 8) | ((x) << 16) | ((x) << 24)) macro
900 if (x != expand32(POISON_INUSE)) { in __igt_mmap()
903 i * sizeof(x), x, expand32(POISON_INUSE)); in __igt_mmap()
908 x = expand32(POISON_FREE); in __igt_mmap()