Searched refs:D3DFMT_INTZ (Results 1 – 7 of 7) sorted by relevance
217 D3DFMT_INTZ in depth_stencil_format()245 case D3DFMT_INTZ: in d3d9_get_pipe_depth_format_bindings()257 case D3DFMT_INTZ: return PIPE_FORMAT_S8_UINT_Z24_UNORM; in d3d9_to_pipe_format_internal()325 case D3DFMT_INTZ: in d3d9_to_pipe_format_checked()477 case D3DFMT_INTZ: return "D3DFMT_INTZ"; in d3dformat_to_string()
82 This->shadow = (This->format != D3DFMT_INTZ && This->format != D3DFMT_DF16 && in NineBaseTexture9_ctor()
38 D3DFMT_INTZ = MAKEFOURCC('I', 'N', 'T', 'Z') enumerator
399 case D3DFMT_INTZ: return sw::FORMAT_INTZ; in translateFormat()
301 …case D3DFMT_INTZ: if(!Capabilities::Surface::DepthStencil::INTZ) return NOTAVAILABLE(); else r… in CheckDeviceFormat()468 …case D3DFMT_INTZ: if(!Capabilities::CubeMap::DepthStencil::INTZ) return NOTAVAILABLE(); else r… in CheckDeviceFormat()631 …case D3DFMT_INTZ: if(!Capabilities::Texture::DepthStencil::INTZ) return NOTAVAILABLE(); else r… in CheckDeviceFormat()699 …case D3DFMT_INTZ: if(!Capabilities::Texture::INTZ) return NOTAVAILABLE(); else return D3D_O… in CheckDeviceFormat()
371 case D3DFMT_INTZ: in Clear()589 case D3DFMT_INTZ: in CreateDepthStencilSurface()2369 case D3DFMT_INTZ: in Reset()
661 D3DFMT_INTZ = MAKEFOURCC('I', 'N', 'T', 'Z'), enumerator