Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.h265 case D3DFMT_ATI2: return PIPE_FORMAT_RGTC2_UNORM; in d3d9_to_pipe_format_internal()
447 case D3DFMT_ATI2: return "D3DFMT_ATI2"; 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.hpp27 D3DFMT_ATI2 = MAKEFOURCC('A', 'T', 'I', '2'), enumerator
DDirect3D9.cpp338 …case D3DFMT_ATI2: if(!Capabilities::Surface::ATI2) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
398 …case D3DFMT_ATI2: if(!Capabilities::Volume::ATI2) return NOTAVAILABLE(); else return D3D_… in CheckDeviceFormat()
505 …case D3DFMT_ATI2: if(!Capabilities::CubeMap::ATI2) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
561 …case D3DFMT_ATI2: if(!Capabilities::VolumeTexture::ATI2) return NOTAVAILABLE(); else return… in CheckDeviceFormat()
669 …case D3DFMT_ATI2: if(!Capabilities::Texture::ATI2) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
DDirect3DSurface9.cpp354 case D3DFMT_ATI2: return sw::FORMAT_ATI2; in translateFormat()
DCapabilities.cpp377 case D3DFMT_ATI2: in isSRGBreadable()
DDirect3DDevice9.cpp5480 case D3DFMT_ATI2: in UpdateSurface()
5491 if(sourceDescription.Format == D3DFMT_ATI1 || sourceDescription.Format == D3DFMT_ATI2) in UpdateSurface()
/external/mesa3d/include/D3D9/
Dd3d9types.h657 D3DFMT_ATI2 = MAKEFOURCC('A', 'T', 'I', '2'), enumerator