Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dadapter9.c338 bind |= d3d9_get_pipe_depth_format_bindings(CheckFormat); in NineAdapter9_CheckDeviceFormat()
443 bind = d3d9_get_pipe_depth_format_bindings(SurfaceFormat); in NineAdapter9_CheckDeviceMultiSampleType()
511 d3d9_get_pipe_depth_format_bindings(DepthStencilFormat), in NineAdapter9_CheckDepthStencilMatch()
Dnine_pipe.h250 d3d9_get_pipe_depth_format_bindings(D3DFORMAT format) in d3d9_get_pipe_depth_format_bindings() function
420 bind = d3d9_get_pipe_depth_format_bindings(format); in d3dmultisample_type_check()
Dsurface9.c118 This->base.info.bind = d3d9_get_pipe_depth_format_bindings(pDesc->Format); in NineSurface9_ctor()
Dswapchain9.c413 tmplt.bind = d3d9_get_pipe_depth_format_bindings(pParams->AutoDepthStencilFormat); in NineSwapChain9_Resize()