Searched refs:D3DFMT_D32F_LOCKABLE (Results 1 – 6 of 6) sorted by relevance
212 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()
290 [D3DFMT_D32F_LOCKABLE] = PIPE_FORMAT_Z32_FLOAT,363 [PIPE_FORMAT_Z32_FLOAT] = D3DFMT_D32F_LOCKABLE,
298 …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()
396 case D3DFMT_D32F_LOCKABLE: return sw::FORMAT_D32F_LOCKABLE; in translateFormat()
376 case D3DFMT_D32F_LOCKABLE: in Clear()594 case D3DFMT_D32F_LOCKABLE: in CreateDepthStencilSurface()2374 case D3DFMT_D32F_LOCKABLE: in Reset()
636 D3DFMT_D32F_LOCKABLE = 82, enumerator