Searched refs:F_DS (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/renderer/ |
D | dxgi_support_table_autogen.cpp | 28 #define F_DS D3D11_FORMAT_SUPPORT_DEPTH_STENCIL macro 52 … static const DXGISupport info(0, F_3D | F_CUBE | F_DS | F_MIPGEN | F_MS | F_RT | F_SAMPLE, 0); in GetDXGISupport_9_3() 57 … static const DXGISupport info(0, F_3D | F_CUBE | F_DS | F_MIPGEN | F_MS | F_RT | F_SAMPLE, 0); in GetDXGISupport_9_3() 62 static const DXGISupport info(F_2D | F_3D | F_CUBE | F_RT, F_DS, F_MS); in GetDXGISupport_9_3() 67 … static const DXGISupport info(0, F_3D | F_CUBE | F_DS | F_MIPGEN | F_MS | F_RT | F_SAMPLE, 0); in GetDXGISupport_9_3() 72 static const DXGISupport info(0, F_3D | F_CUBE | F_DS | F_MIPGEN, F_MS); in GetDXGISupport_9_3() 77 … static const DXGISupport info(F_2D | F_3D | F_CUBE | F_MIPGEN | F_SAMPLE, F_DS, F_MS | F_RT); in GetDXGISupport_9_3() 82 … static const DXGISupport info(F_2D | F_3D | F_CUBE | F_MIPGEN | F_SAMPLE, F_DS, F_MS | F_RT); in GetDXGISupport_9_3() 87 … static const DXGISupport info(F_2D | F_3D | F_CUBE | F_MIPGEN | F_RT | F_SAMPLE, F_DS, F_MS); in GetDXGISupport_9_3() 92 … static const DXGISupport info(0, F_DS | F_MIPGEN | F_MS | F_RT | F_SAMPLE, F_2D | F_3D | F_CUBE); in GetDXGISupport_9_3() [all …]
|