Searched refs:D3DFMT_DF16 (Results 1 – 7 of 7) sorted by relevance
215 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()
82 This->shadow = (This->format != D3DFMT_INTZ && This->format != D3DFMT_DF16 && in NineBaseTexture9_ctor()528 if (This->format == D3DFMT_DF16 || in NineBaseTexture9_UpdateSamplerView()
30 D3DFMT_DF16 = MAKEFOURCC('D', 'F', '1', '6'), enumerator
398 case D3DFMT_DF16: return sw::FORMAT_DF16S8; in translateFormat()
300 …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()
370 case D3DFMT_DF16: in Clear()588 case D3DFMT_DF16: in CreateDepthStencilSurface()2368 case D3DFMT_DF16: in Reset()
659 D3DFMT_DF16 = MAKEFOURCC('D', 'F', '1', '6'), enumerator