Home
last modified time | relevance | path

Searched refs:R3G3B2 (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/D3D8/
H A DCapabilities.hpp33 static bool R3G3B2; member
58 static bool R3G3B2; member
98 static bool R3G3B2; member
140 static bool R3G3B2; member
165 static bool R3G3B2; member
205 static bool R3G3B2; member
247 static bool R3G3B2; member
272 static bool R3G3B2; member
H A DCapabilities.cpp26 bool Capabilities::Surface::RenderTarget::R3G3B2 = false; member in D3D8::Capabilities::Surface::RenderTarget
46 bool Capabilities::Surface::R3G3B2 = true; member in D3D8::Capabilities::Surface
78 bool Capabilities::Volume::R3G3B2 = true; member in D3D8::Capabilities::Volume
110 bool Capabilities::CubeMap::RenderTarget::R3G3B2 = false; member in D3D8::Capabilities::CubeMap::RenderTarget
130 bool Capabilities::CubeMap::R3G3B2 = true; member in D3D8::Capabilities::CubeMap
162 bool Capabilities::VolumeTexture::R3G3B2 = true; member in D3D8::Capabilities::VolumeTexture
194 bool Capabilities::Texture::RenderTarget::R3G3B2 = false; member in D3D8::Capabilities::Texture::RenderTarget
214 bool Capabilities::Texture::R3G3B2 = true; member in D3D8::Capabilities::Texture
H A DDirect3D8.cpp175 …case D3DFMT_R3G3B2: if(!Capabilities::Surface::RenderTarget::R3G3B2) return NOTAVAILABLE(); els… in CheckDeviceFormat()
208 …case D3DFMT_R3G3B2: if(!Capabilities::Surface::R3G3B2) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
249 …case D3DFMT_R3G3B2: if(!Capabilities::Volume::R3G3B2) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
291 …case D3DFMT_R3G3B2: if(!Capabilities::CubeMap::RenderTarget::R3G3B2) return NOTAVAILABLE(); els… in CheckDeviceFormat()
324 …case D3DFMT_R3G3B2: if(!Capabilities::CubeMap::R3G3B2) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
365 …case D3DFMT_R3G3B2: if(!Capabilities::VolumeTexture::R3G3B2) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
407 …case D3DFMT_R3G3B2: if(!Capabilities::Texture::RenderTarget::R3G3B2) return NOTAVAILABLE(); els… in CheckDeviceFormat()
440 …case D3DFMT_R3G3B2: if(!Capabilities::Texture::R3G3B2) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/D3D9/
H A DCapabilities.hpp53 static bool R3G3B2; member
92 static bool R3G3B2; member
149 static bool R3G3B2; member
205 static bool R3G3B2; member
244 static bool R3G3B2; member
297 static bool R3G3B2; member
353 static bool R3G3B2; member
393 static bool R3G3B2; member
H A DCapabilities.cpp27 bool Capabilities::Surface::RenderTarget::R3G3B2 = false; member in D3D9::Capabilities::Surface::RenderTarget
60 bool Capabilities::Surface::R3G3B2 = true; member in D3D9::Capabilities::Surface
106 bool Capabilities::Volume::R3G3B2 = true; member in D3D9::Capabilities::Volume
151 bool Capabilities::CubeMap::RenderTarget::R3G3B2 = false; member in D3D9::Capabilities::CubeMap::RenderTarget
184 bool Capabilities::CubeMap::R3G3B2 = true; member in D3D9::Capabilities::CubeMap
228 bool Capabilities::VolumeTexture::R3G3B2 = true; member in D3D9::Capabilities::VolumeTexture
273 bool Capabilities::Texture::RenderTarget::R3G3B2 = false; member in D3D9::Capabilities::Texture::RenderTarget
307 bool Capabilities::Texture::R3G3B2 = true; member in D3D9::Capabilities::Texture
H A DDirect3D9.cpp266 …case D3DFMT_R3G3B2: if(!Capabilities::Surface::RenderTarget::R3G3B2) return NOTAVAILABLE(); els… in CheckDeviceFormat()
315 …case D3DFMT_R3G3B2: if(!Capabilities::Surface::R3G3B2) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
375 …case D3DFMT_R3G3B2: if(!Capabilities::Volume::R3G3B2) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
433 …case D3DFMT_R3G3B2: if(!Capabilities::CubeMap::RenderTarget::R3G3B2) return NOTAVAILABLE(); els… in CheckDeviceFormat()
482 …case D3DFMT_R3G3B2: if(!Capabilities::CubeMap::R3G3B2) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
538 …case D3DFMT_R3G3B2: if(!Capabilities::VolumeTexture::R3G3B2) return NOTAVAILABLE(); else ret… in CheckDeviceFormat()
596 …case D3DFMT_R3G3B2: if(!Capabilities::Texture::RenderTarget::R3G3B2) return NOTAVAILABLE(); els… in CheckDeviceFormat()
646 …case D3DFMT_R3G3B2: if(!Capabilities::Texture::R3G3B2) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dr128fb.c995 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in r128fb_putchar_aa() macro
996 bg8 = R3G3B2(r0, g0, b0); in r128fb_putchar_aa()
997 fg8 = R3G3B2(r1, g1, b1); in r128fb_putchar_aa()
H A Dpm2fb.c1202 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in pm2fb_putchar_aa() macro
1203 bg8 = R3G3B2(r0, g0, b0); in pm2fb_putchar_aa()
1204 fg8 = R3G3B2(r1, g1, b1); in pm2fb_putchar_aa()
H A Dvoodoofb.c870 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in voodoofb_putchar_aa() macro
871 bg8 = R3G3B2(r0, g0, b0); in voodoofb_putchar_aa()
872 fg8 = R3G3B2(r1, g1, b1); in voodoofb_putchar_aa()
H A Dmachfb.c1569 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in mach64_putchar_aa8() macro
1570 bg8 = R3G3B2(r0, g0, b0); in mach64_putchar_aa8()
1571 fg8 = R3G3B2(r1, g1, b1); in mach64_putchar_aa8()
H A Dradeonfb.c3013 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in radeonfb_putchar_aa8() macro
3014 bg8 = R3G3B2(r0, g0, b0); in radeonfb_putchar_aa8()
3015 fg8 = R3G3B2(r1, g1, b1); in radeonfb_putchar_aa8()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/sun/
H A Dcgsix.c1466 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in cgsix_putchar_aa() macro
1467 bg8 = R3G3B2(r0, g0, b0); in cgsix_putchar_aa()
1468 fg8 = R3G3B2(r1, g1, b1); in cgsix_putchar_aa()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/voyager/
H A Dvoyagerfb.c1133 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in voyagerfb_putchar_aa8() macro
1134 bg8 = R3G3B2(r0, g0, b0); in voyagerfb_putchar_aa8()
1135 fg8 = R3G3B2(r1, g1, b1); in voyagerfb_putchar_aa8()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/sbus/
H A Dp9100.c1217 #define R3G3B2(r, g, b) ((r & 0xe0) | ((g >> 3) & 0x1c) | (b >> 6)) in p9100_putchar_aa() macro
1218 bg8 = R3G3B2(r0, g0, b0); in p9100_putchar_aa()
1219 fg8 = R3G3B2(r1, g1, b1); in p9100_putchar_aa()
/dports/lang/vala/vala-0.48.18/vapi/
H A Dpixman-1.vapi365 R3G3B2,
/dports/lang/clover/mesa-21.3.6/docs/relnotes/
H A D20.1.0.rst2244 - st/mesa: Fall back on R3G3B2 for R3_G3_B2
2245 - panfrost: Add support for R3G3B2
/dports/graphics/libosmesa-gallium/mesa-21.3.6/docs/relnotes/
H A D20.1.0.rst2244 - st/mesa: Fall back on R3G3B2 for R3_G3_B2
2245 - panfrost: Add support for R3G3B2
/dports/graphics/libosmesa/mesa-21.3.6/docs/relnotes/
H A D20.1.0.rst2244 - st/mesa: Fall back on R3G3B2 for R3_G3_B2
2245 - panfrost: Add support for R3G3B2
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/docs/relnotes/
H A D20.1.0.rst2244 - st/mesa: Fall back on R3G3B2 for R3_G3_B2
2245 - panfrost: Add support for R3G3B2
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/docs/relnotes/
H A D20.1.0.rst2244 - st/mesa: Fall back on R3G3B2 for R3_G3_B2
2245 - panfrost: Add support for R3G3B2
/dports/graphics/mesa-gallium-va/mesa-21.3.6/docs/relnotes/
H A D20.1.0.rst2244 - st/mesa: Fall back on R3G3B2 for R3_G3_B2
2245 - panfrost: Add support for R3G3B2
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/docs/relnotes/
H A D20.1.0.rst2244 - st/mesa: Fall back on R3G3B2 for R3_G3_B2
2245 - panfrost: Add support for R3G3B2
/dports/graphics/mesa-dri/mesa-21.3.6/docs/relnotes/
H A D20.1.0.rst2244 - st/mesa: Fall back on R3G3B2 for R3_G3_B2
2245 - panfrost: Add support for R3G3B2
/dports/graphics/mesa-libs/mesa-21.3.6/docs/relnotes/
H A D20.1.0.rst2244 - st/mesa: Fall back on R3G3B2 for R3_G3_B2
2245 - panfrost: Add support for R3G3B2
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/docs/relnotes/
H A D20.1.0.rst2244 - st/mesa: Fall back on R3G3B2 for R3_G3_B2
2245 - panfrost: Add support for R3G3B2

12