Home
last modified time | relevance | path

Searched refs:INTZ (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/D3D9/
DCapabilities.hpp84 static bool INTZ; member
236 static bool INTZ; member
384 static bool INTZ; member
446 static bool INTZ; member
DCapabilities.cpp53 bool Capabilities::Surface::DepthStencil::INTZ = true; member in D3D9::Capabilities::Surface::DepthStencil
177 bool Capabilities::CubeMap::DepthStencil::INTZ = false; member in D3D9::Capabilities::CubeMap::DepthStencil
299 bool Capabilities::Texture::DepthStencil::INTZ = true; member in D3D9::Capabilities::Texture::DepthStencil
353 bool Capabilities::Texture::INTZ = true; member in D3D9::Capabilities::Texture
DDirect3D9.cpp301 …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()