Home
last modified time | relevance | path

Searched refs:dstFmt (Results 26 – 50 of 106) sorted by relevance

12345

/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Directx9/
H A DTextureCacheDX9.h67 …acheEntry &entry, ReplacedTexture &replaced, int level, int maxLevel, int scaleFactor, u32 dstFmt);
69 …static TexCacheEntry::TexStatus CheckAlpha(const u32 *pixelData, u32 dstFmt, int stride, int w, in…
H A DDepalettizeShaderDX9.cpp79 D3DFORMAT dstFmt = DX9::getClutDestFormat(clutFormat); in GetClutTexture() local
92 HRESULT hr = device_->CreateTexture(texturePixels, 1, 1, usage, dstFmt, pool, &tex->texture, NULL); in GetClutTexture()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Directx9/
H A DTextureCacheDX9.h67 …acheEntry &entry, ReplacedTexture &replaced, int level, int maxLevel, int scaleFactor, u32 dstFmt);
69 …static TexCacheEntry::TexStatus CheckAlpha(const u32 *pixelData, u32 dstFmt, int stride, int w, in…
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Common/
H A DTextureScalerCommon.cpp510 void TextureScalerCommon::ScaleAlways(u32 *out, u32 *src, u32 &dstFmt, int &width, int &height, int… in ScaleAlways() argument
511 if (IsEmptyOrFlat(src, width*height, dstFmt)) { in ScaleAlways()
516 ConvertTo8888(dstFmt, src, pixelPointer, 1, 1); in ScaleAlways()
521 dstFmt = Get8888Format(); in ScaleAlways()
535 ScaleInto(out, src, dstFmt, width, height, factor); in ScaleAlways()
539 bool TextureScalerCommon::ScaleInto(u32 *outputBuf, u32 *src, u32 &dstFmt, int &width, int &height,… in ScaleInto() argument
548 ConvertTo8888(dstFmt, src, inputBuf, width, height); in ScaleInto()
576 dstFmt = Get8888Format(); in ScaleInto()
591 bool TextureScalerCommon::Scale(u32* &data, u32 &dstFmt, int &width, int &height, int factor) { in Scale() argument
594 if (IsEmptyOrFlat(data, width*height, dstFmt)) { in Scale()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Common/
H A DTextureScalerCommon.cpp510 void TextureScalerCommon::ScaleAlways(u32 *out, u32 *src, u32 &dstFmt, int &width, int &height, int… in ScaleAlways() argument
511 if (IsEmptyOrFlat(src, width*height, dstFmt)) { in ScaleAlways()
516 ConvertTo8888(dstFmt, src, pixelPointer, 1, 1); in ScaleAlways()
521 dstFmt = Get8888Format(); in ScaleAlways()
535 ScaleInto(out, src, dstFmt, width, height, factor); in ScaleAlways()
539 bool TextureScalerCommon::ScaleInto(u32 *outputBuf, u32 *src, u32 &dstFmt, int &width, int &height,… in ScaleInto() argument
548 ConvertTo8888(dstFmt, src, inputBuf, width, height); in ScaleInto()
576 dstFmt = Get8888Format(); in ScaleInto()
591 bool TextureScalerCommon::Scale(u32* &data, u32 &dstFmt, int &width, int &height, int factor) { in Scale() argument
594 if (IsEmptyOrFlat(data, width*height, dstFmt)) { in Scale()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Common/
H A DTextureScalerCommon.cpp510 void TextureScalerCommon::ScaleAlways(u32 *out, u32 *src, u32 &dstFmt, int &width, int &height, int… in ScaleAlways() argument
511 if (IsEmptyOrFlat(src, width*height, dstFmt)) { in ScaleAlways()
516 ConvertTo8888(dstFmt, src, pixelPointer, 1, 1); in ScaleAlways()
521 dstFmt = Get8888Format(); in ScaleAlways()
535 ScaleInto(out, src, dstFmt, width, height, factor); in ScaleAlways()
539 bool TextureScalerCommon::ScaleInto(u32 *outputBuf, u32 *src, u32 &dstFmt, int &width, int &height,… in ScaleInto() argument
548 ConvertTo8888(dstFmt, src, inputBuf, width, height); in ScaleInto()
576 dstFmt = Get8888Format(); in ScaleInto()
591 bool TextureScalerCommon::Scale(u32* &data, u32 &dstFmt, int &width, int &height, int factor) { in Scale() argument
594 if (IsEmptyOrFlat(data, width*height, dstFmt)) { in Scale()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/GLES/
H A DTextureCacheGLES.h75 …CacheEntry &entry, ReplacedTexture &replaced, int level, int scaleFactor, Draw::DataFormat dstFmt);
78 …static TexCacheEntry::TexStatus CheckAlpha(const uint8_t *pixelData, Draw::DataFormat dstFmt, int …
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/GLES/
H A DTextureCacheGLES.h75 …CacheEntry &entry, ReplacedTexture &replaced, int level, int scaleFactor, Draw::DataFormat dstFmt);
78 …static TexCacheEntry::TexStatus CheckAlpha(const uint8_t *pixelData, Draw::DataFormat dstFmt, int …
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/GLES/
H A DTextureCacheGLES.h75 …CacheEntry &entry, ReplacedTexture &replaced, int level, int scaleFactor, Draw::DataFormat dstFmt);
78 …static TexCacheEntry::TexStatus CheckAlpha(const uint8_t *pixelData, Draw::DataFormat dstFmt, int …
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/D3D11/
H A DTextureCacheD3D11.h71 …y &entry, ReplacedTexture &replaced, int level, int maxLevel, int scaleFactor, DXGI_FORMAT dstFmt);
73 …static TexCacheEntry::TexStatus CheckAlpha(const u32 *pixelData, u32 dstFmt, int stride, int w, in…
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/D3D11/
H A DTextureCacheD3D11.h71 …y &entry, ReplacedTexture &replaced, int level, int maxLevel, int scaleFactor, DXGI_FORMAT dstFmt);
73 …static TexCacheEntry::TexStatus CheckAlpha(const u32 *pixelData, u32 dstFmt, int stride, int w, in…
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/D3D11/
H A DTextureCacheD3D11.h71 …y &entry, ReplacedTexture &replaced, int level, int maxLevel, int scaleFactor, DXGI_FORMAT dstFmt);
73 …static TexCacheEntry::TexStatus CheckAlpha(const u32 *pixelData, u32 dstFmt, int stride, int w, in…
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/
H A Dbitmap.c98 SWFRawImgFmt srcFmt, SWFBitmapFmt dstFmt, in newSWFBitmap_fromRawImg() argument
102 (void) dstFmt; in newSWFBitmap_fromRawImg()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Vulkan/
H A DDepalettizeShaderVulkan.cpp138 VkFormat dstFmt; in GetClutTexture() local
156 dstFmt = VK_FORMAT_R8G8B8A8_UNORM; in GetClutTexture()
163 dstFmt = GetClutDestFormat(clutFormat, &componentMapping); in GetClutTexture()
H A DTextureCacheVulkan.h111 …xCacheEntry &entry, uint8_t *writePtr, int rowPitch, int level, int scaleFactor, VkFormat dstFmt);
113 …static TexCacheEntry::TexStatus CheckAlpha(const u32 *pixelData, VkFormat dstFmt, int stride, int …
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Vulkan/
H A DDepalettizeShaderVulkan.cpp138 VkFormat dstFmt; in GetClutTexture() local
156 dstFmt = VK_FORMAT_R8G8B8A8_UNORM; in GetClutTexture()
163 dstFmt = GetClutDestFormat(clutFormat, &componentMapping); in GetClutTexture()
H A DTextureCacheVulkan.h111 …xCacheEntry &entry, uint8_t *writePtr, int rowPitch, int level, int scaleFactor, VkFormat dstFmt);
113 …static TexCacheEntry::TexStatus CheckAlpha(const u32 *pixelData, VkFormat dstFmt, int stride, int …
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Vulkan/
H A DDepalettizeShaderVulkan.cpp138 VkFormat dstFmt; in GetClutTexture() local
156 dstFmt = VK_FORMAT_R8G8B8A8_UNORM; in GetClutTexture()
163 dstFmt = GetClutDestFormat(clutFormat, &componentMapping); in GetClutTexture()
H A DTextureCacheVulkan.h111 …xCacheEntry &entry, uint8_t *writePtr, int rowPitch, int level, int scaleFactor, VkFormat dstFmt);
113 …static TexCacheEntry::TexStatus CheckAlpha(const u32 *pixelData, VkFormat dstFmt, int stride, int …
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dvconvert.h362 #define PCOLOUR_CONVERTER2(cls,ancestor,srcFmt,dstFmt) \ argument
372 : PColourConverterRegistration(srcFmt,dstFmt) { } \
415 const char * dstFmt
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/
H A DSkVMBuilders.cpp15 SrcoverBuilder_F32::SrcoverBuilder_F32(Fmt srcFmt, Fmt dstFmt) { in SrcoverBuilder_F32() argument
47 skvm::Arg dst = load(dstFmt, &dr,&dg,&db,&da); in SrcoverBuilder_F32()
55 switch (dstFmt) { in SrcoverBuilder_F32()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/
H A DSkVMBuilders.h18 Fmt dstFmt = Fmt::RGBA_8888);
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Directx9/
H A DDepalettizeShaderDX9.cpp79 D3DFORMAT dstFmt = DX9::getClutDestFormat(clutFormat);
92 HRESULT hr = device_->CreateTexture(texturePixels, 1, 1, usage, dstFmt, pool, &tex->texture, NULL);
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/third_party/skcms/
H A Dskcms.h275 skcms_PixelFormat dstFmt,
286 skcms_PixelFormat dstFmt,
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/images/
H A DSkImageEncoderFns.h33 skcms_PixelFormat dstFmt, skcms_AlphaFormat dstAlpha) { in skcms() argument
35 dst, dstFmt, dstAlpha, nullptr, n)); in skcms()

12345