HomeSort by relevance Sort by last modified time
    Searched refs:D3DFMT_INTZ (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.h 217 D3DFMT_INTZ
245 case D3DFMT_INTZ:
257 case D3DFMT_INTZ: return PIPE_FORMAT_S8_UINT_Z24_UNORM;
325 case D3DFMT_INTZ:
477 case D3DFMT_INTZ: return "D3DFMT_INTZ";
basetexture9.c 76 * D3DFMT_INTZ, D3DFMT_DF16 and D3DFMT_DF24.
77 * In addition D3DFMT_INTZ can be used for both texturing and depth buffering
82 This->shadow = (This->format != D3DFMT_INTZ && This->format != D3DFMT_DF16 &&
  /external/swiftshader/src/D3D9/
Capabilities.hpp 38 D3DFMT_INTZ = MAKEFOURCC('I', 'N', 'T', 'Z')
Direct3DSurface9.cpp 399 case D3DFMT_INTZ: return sw::FORMAT_INTZ;
Direct3D9.cpp 301 case D3DFMT_INTZ: if(!Capabilities::Surface::DepthStencil::INTZ) return NOTAVAILABLE(); else return D3D_OK;
468 case D3DFMT_INTZ: if(!Capabilities::CubeMap::DepthStencil::INTZ) return NOTAVAILABLE(); else return D3D_OK;
    [all...]
Direct3DDevice9.cpp 371 case D3DFMT_INTZ:
589 case D3DFMT_INTZ:
    [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h 661 D3DFMT_INTZ = MAKEFOURCC('I', 'N', 'T', 'Z'),
    [all...]

Completed in 142 milliseconds