Home
last modified time | relevance | path

Searched refs:D3DFMT_ATI1 (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.h264 case D3DFMT_ATI1: return PIPE_FORMAT_RGTC1_UNORM; in d3d9_to_pipe_format_internal()
446 case D3DFMT_ATI1: return "D3DFMT_ATI1"; in d3dformat_to_string()
Dvolumetexture9.c69 if (Format == D3DFMT_ATI1 || Format == D3DFMT_ATI2) in NineVolumeTexture9_ctor()
Dadapter9.c364 (CheckFormat == D3DFMT_ATI1 || CheckFormat == D3DFMT_ATI2)) in NineAdapter9_CheckDeviceFormat()
/external/swiftshader/src/D3D9/
DCapabilities.hpp26 D3DFMT_ATI1 = MAKEFOURCC('A', 'T', 'I', '1'), enumerator
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()
DDirect3DSurface9.cpp353 case D3DFMT_ATI1: return sw::FORMAT_ATI1; in translateFormat()
DCapabilities.cpp376 case D3DFMT_ATI1: in isSRGBreadable()
DDirect3DDevice9.cpp5471 case D3DFMT_ATI1: in UpdateSurface()
5491 if(sourceDescription.Format == D3DFMT_ATI1 || sourceDescription.Format == D3DFMT_ATI2) in UpdateSurface()
/external/mesa3d/include/D3D9/
Dd3d9types.h656 D3DFMT_ATI1 = MAKEFOURCC('A', 'T', 'I', '1'), enumerator