Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.h215 D3DFMT_DF16, in depth_stencil_format()
243 case D3DFMT_DF16: in d3d9_get_pipe_depth_format_bindings()
258 case D3DFMT_DF16: return PIPE_FORMAT_Z16_UNORM; in d3d9_to_pipe_format_internal()
475 case D3DFMT_DF16: return "D3DFMT_DF16"; in d3dformat_to_string()
Dbasetexture9.c82 This->shadow = (This->format != D3DFMT_INTZ && This->format != D3DFMT_DF16 && in NineBaseTexture9_ctor()
528 if (This->format == D3DFMT_DF16 || in NineBaseTexture9_UpdateSamplerView()
/external/swiftshader/src/D3D9/
DCapabilities.hpp30 D3DFMT_DF16 = MAKEFOURCC('D', 'F', '1', '6'), enumerator
DDirect3DSurface9.cpp398 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()
2368 case D3DFMT_DF16: in Reset()
/external/mesa3d/include/D3D9/
Dd3d9types.h659 D3DFMT_DF16 = MAKEFOURCC('D', 'F', '1', '6'), enumerator