Home
last modified time | relevance | path

Searched refs:ATI1 (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/D3D9/
DCapabilities.hpp114 static bool ATI1; member
171 static bool ATI1; member
266 static bool ATI1; member
319 static bool ATI1; member
415 static bool ATI1; member
DCapabilities.cpp79 bool Capabilities::Surface::ATI1 = true; member in D3D9::Capabilities::Surface
125 bool Capabilities::Volume::ATI1 = true; member in D3D9::Capabilities::Volume
203 bool Capabilities::CubeMap::ATI1 = true; member in D3D9::Capabilities::CubeMap
247 bool Capabilities::VolumeTexture::ATI1 = true; member in D3D9::Capabilities::VolumeTexture
326 bool Capabilities::Texture::ATI1 = true; member in D3D9::Capabilities::Texture
DDirect3D9.cpp337 …case D3DFMT_ATI1: if(!Capabilities::Surface::ATI1) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
397 …case D3DFMT_ATI1: if(!Capabilities::Volume::ATI1) return NOTAVAILABLE(); else return D3D_… in CheckDeviceFormat()
504 …case D3DFMT_ATI1: if(!Capabilities::CubeMap::ATI1) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
560 …case D3DFMT_ATI1: if(!Capabilities::VolumeTexture::ATI1) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
668 …case D3DFMT_ATI1: if(!Capabilities::Texture::ATI1) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
/external/swiftshader/src/Device/
DSurface.hpp284 struct ATI1 struct in sw::Surface
DSurface.cpp1721 const ATI1 *source = (const ATI1*)external.lockRect(0, 0, 0, LOCK_READONLY); in decodeATI1()
/external/swiftshader/src/Renderer/
DSurface.hpp454 struct ATI1 struct in sw::Surface
DSurface.cpp2456 const ATI1 *source = (const ATI1*)external.lockRect(0, 0, 0, LOCK_READONLY); in decodeATI1()