Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.h228 d3d9_get_pipe_depth_format_bindings(D3DFORMAT format) in d3d9_get_pipe_depth_format_bindings() function
386 bind = d3d9_get_pipe_depth_format_bindings(format); in d3dmultisample_type_check()
Dadapter9.c335 bind |= d3d9_get_pipe_depth_format_bindings(CheckFormat); in NineAdapter9_CheckDeviceFormat()
435 bind = d3d9_get_pipe_depth_format_bindings(SurfaceFormat); in NineAdapter9_CheckDeviceMultiSampleType()
503 d3d9_get_pipe_depth_format_bindings(DepthStencilFormat), in NineAdapter9_CheckDepthStencilMatch()
Dsurface9.c116 This->base.info.bind = d3d9_get_pipe_depth_format_bindings(pDesc->Format); in NineSurface9_ctor()
Dswapchain9.c410 tmplt.bind = d3d9_get_pipe_depth_format_bindings(pParams->AutoDepthStencilFormat); in NineSwapChain9_Resize()