Home
last modified time | relevance | path

Searched refs:D3DFMT_D24FS8 (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.h213 D3DFMT_D24FS8, in depth_stencil_format()
237 case D3DFMT_D24FS8: in d3d9_get_pipe_depth_format_bindings()
456 case D3DFMT_D24FS8: return "D3DFMT_D24FS8"; in d3dformat_to_string()
Dnine_pipe.c291 [D3DFMT_D24FS8] = PIPE_FORMAT_Z32_FLOAT_S8X24_UINT,
/external/swiftshader/src/D3D9/
DDirect3DSurface9.cpp396 case D3DFMT_D24FS8: return sw::FORMAT_D24FS8; in translateFormat()
DDirect3D9.cpp297 …case D3DFMT_D24FS8: if(!Capabilities::Surface::DepthStencil::D24FS8) return NOTAVAILABLE(); els… in CheckDeviceFormat()
464 …case D3DFMT_D24FS8: if(!Capabilities::CubeMap::DepthStencil::D24FS8) return NOTAVAILABLE(); els… in CheckDeviceFormat()
627 …case D3DFMT_D24FS8: if(!Capabilities::Texture::DepthStencil::D24FS8) return NOTAVAILABLE(); els… in CheckDeviceFormat()
695 …case D3DFMT_D24FS8: if(!Capabilities::Texture::D24FS8) return NOTAVAILABLE(); else return D… in CheckDeviceFormat()
DDirect3DDevice9.cpp367 case D3DFMT_D24FS8: in Clear()
584 case D3DFMT_D24FS8: in CreateDepthStencilSurface()
2363 case D3DFMT_D24FS8: in Reset()
/external/mesa3d/include/D3D9/
Dd3d9types.h637 D3DFMT_D24FS8 = 83, enumerator