Home
last modified time | relevance | path

Searched refs:D3DFMT_DF16 (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D9/
DCapabilities.hpp30 D3DFMT_DF16 = MAKEFOURCC('D', 'F', '1', '6'), enumerator
DDirect3DSurface9.cpp389 case D3DFMT_DF16: return sw::FORMAT_DF16S8; in translateFormat()
DDirect3D9.cpp300 …case D3DFMT_DF16: if(!Capabilities::Surface::DepthStencil::DF16) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
467 …case D3DFMT_DF16: if(!Capabilities::CubeMap::DepthStencil::DF16) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
630 …case D3DFMT_DF16: if(!Capabilities::Texture::DepthStencil::DF16) return NOTAVAILABLE(); else r… in CheckDeviceFormat()
698 …case D3DFMT_DF16: if(!Capabilities::Texture::DF16) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
DDirect3DDevice9.cpp370 case D3DFMT_DF16: in Clear()
588 case D3DFMT_DF16: in CreateDepthStencilSurface()
2367 case D3DFMT_DF16: in Reset()