Home
last modified time | relevance | path

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

/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/
H A Dsurface.cpp133 case Tegra::RenderTargetFormat::A8B8G8R8_SINT: in PixelFormatFromRenderTargetFormat()
134 return PixelFormat::A8B8G8R8_SINT; in PixelFormatFromRenderTargetFormat()
H A Dmorton.cpp46 MortonCopy<true, PixelFormat::A8B8G8R8_SINT>,
140 MortonCopy<false, PixelFormat::A8B8G8R8_SINT>,
H A Dsurface.h20 A8B8G8R8_SINT, enumerator
H A Dcompatible_formats.cpp47 PixelFormat::B8G8R8A8_SRGB, PixelFormat::A8B8G8R8_UINT, PixelFormat::A8B8G8R8_SINT,
H A Dgpu.h63 A8B8G8R8_SINT = 0xD8, enumerator
/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/texture_cache/
H A Dformat_lookup_table.cpp46 {TextureFormat::A8R8G8B8, C, SINT, SINT, SINT, SINT, PixelFormat::A8B8G8R8_SINT},