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/state_trackers/nine/
Dadapter9.c303 bind |= d3d9_get_pipe_depth_format_bindings(CheckFormat); in NineAdapter9_CheckDeviceFormat()
403 bind = d3d9_get_pipe_depth_format_bindings(SurfaceFormat); in NineAdapter9_CheckDeviceMultiSampleType()
468 d3d9_get_pipe_depth_format_bindings(DepthStencilFormat), in NineAdapter9_CheckDepthStencilMatch()
Dnine_pipe.h228 d3d9_get_pipe_depth_format_bindings(D3DFORMAT format) in d3d9_get_pipe_depth_format_bindings() function
382 bind = d3d9_get_pipe_depth_format_bindings(format); in d3dmultisample_type_check()
Dsurface9.c113 This->base.info.bind = d3d9_get_pipe_depth_format_bindings(pDesc->Format); in NineSurface9_ctor()
Dswapchain9.c362 tmplt.bind = d3d9_get_pipe_depth_format_bindings(pParams->AutoDepthStencilFormat); in NineSwapChain9_Resize()