Home
last modified time | relevance | path

Searched refs:D3DFMT_INTZ (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.h217 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()
Dbasetexture9.c82 This->shadow = (This->format != D3DFMT_INTZ && This->format != D3DFMT_DF16 && in NineBaseTexture9_ctor()
/external/swiftshader/src/D3D9/
DCapabilities.hpp38 D3DFMT_INTZ = MAKEFOURCC('I', 'N', 'T', 'Z') enumerator
DDirect3DSurface9.cpp399 case D3DFMT_INTZ: return sw::FORMAT_INTZ; in translateFormat()
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()
DDirect3DDevice9.cpp371 case D3DFMT_INTZ: in Clear()
589 case D3DFMT_INTZ: in CreateDepthStencilSurface()
2369 case D3DFMT_INTZ: in Reset()
/external/mesa3d/include/D3D9/
Dd3d9types.h661 D3DFMT_INTZ = MAKEFOURCC('I', 'N', 'T', 'Z'), enumerator