Searched refs:F_2D (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/libANGLE/renderer/ |
D | dxgi_support_table_autogen.cpp | 22 #define F_2D D3D11_FORMAT_SUPPORT_TEXTURE2D macro 62 static const DXGISupport info(F_2D | F_3D | F_CUBE | F_RT, F_DS, 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() 97 … static const DXGISupport info(F_MIPGEN | F_RT | F_SAMPLE, F_DS, F_2D | F_3D | F_CUBE | F_MS); in GetDXGISupport_9_3() 102 … static const DXGISupport info(F_MIPGEN | F_RT, F_DS, F_2D | F_3D | F_CUBE | F_MS | F_SAMPLE); in GetDXGISupport_9_3() 107 … 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() 112 static const DXGISupport info(0, F_DS | F_MIPGEN, F_2D | F_3D | F_CUBE | F_MS); in GetDXGISupport_9_3() [all …]
|