Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.h212 D3DFMT_D32F_LOCKABLE, in depth_stencil_format()
239 case D3DFMT_D32F_LOCKABLE: in d3d9_get_pipe_depth_format_bindings()
455 case D3DFMT_D32F_LOCKABLE: return "D3DFMT_D32F_LOCKABLE"; in d3dformat_to_string()
Dnine_pipe.c290 [D3DFMT_D32F_LOCKABLE] = PIPE_FORMAT_Z32_FLOAT,
363 [PIPE_FORMAT_Z32_FLOAT] = D3DFMT_D32F_LOCKABLE,
/external/swiftshader/src/D3D9/
DDirect3D9.cpp298 …case D3DFMT_D32F_LOCKABLE: if(!Capabilities::Surface::DepthStencil::D32F_LOCKABLE) return NOTAVAIL… in CheckDeviceFormat()
465 …case D3DFMT_D32F_LOCKABLE: if(!Capabilities::CubeMap::DepthStencil::D32F_LOCKABLE) return NOTAVAIL… in CheckDeviceFormat()
628 …case D3DFMT_D32F_LOCKABLE: if(!Capabilities::Texture::DepthStencil::D32F_LOCKABLE) return NOTAVAIL… in CheckDeviceFormat()
696 …case D3DFMT_D32F_LOCKABLE: if(!Capabilities::Texture::D32F_LOCKABLE) return NOTAVAILABLE(); els… in CheckDeviceFormat()
793 if(surfaceFormat != D3DFMT_D32F_LOCKABLE && surfaceFormat != D3DFMT_D16_LOCKABLE) in CheckDeviceMultiSampleType()
DDirect3DSurface9.cpp396 case D3DFMT_D32F_LOCKABLE: return sw::FORMAT_D32F_LOCKABLE; in translateFormat()
DDirect3DDevice9.cpp376 case D3DFMT_D32F_LOCKABLE: in Clear()
594 case D3DFMT_D32F_LOCKABLE: in CreateDepthStencilSurface()
2374 case D3DFMT_D32F_LOCKABLE: in Reset()
/external/mesa3d/include/D3D9/
Dd3d9types.h636 D3DFMT_D32F_LOCKABLE = 82, enumerator