Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DDevice.cpp57 __out UINT *pFormatCaps);
449 __out UINT *pFormatCaps) // OUT in CheckFormatSupport() argument
456 *pFormatCaps = 0; in CheckFormatSupport()
460 *pFormatCaps = D3D10_DDI_FORMAT_SUPPORT_NOT_SUPPORTED; in CheckFormatSupport()
474 *pFormatCaps |= D3D10_DDI_FORMAT_SUPPORT_RENDERTARGET; in CheckFormatSupport()
475 *pFormatCaps |= D3D10_DDI_FORMAT_SUPPORT_BLENDABLE; in CheckFormatSupport()
480 *pFormatCaps |= D3D10_DDI_FORMAT_SUPPORT_MULTISAMPLE_RENDERTARGET; in CheckFormatSupport()
487 *pFormatCaps |= D3D10_DDI_FORMAT_SUPPORT_SHADER_SAMPLE; in CheckFormatSupport()
492 *pFormatCaps |= D3D10_DDI_FORMAT_SUPPORT_MULTISAMPLE_LOAD; in CheckFormatSupport()