Lines Matching refs:SurfaceFormat
377 D3DFORMAT SurfaceFormat, in NineAdapter9_CheckDeviceMultiSampleType() argument
389 d3dformat_to_string(SurfaceFormat), Windowed, MultiSampleType, in NineAdapter9_CheckDeviceMultiSampleType()
402 if (depth_stencil_format(SurfaceFormat)) in NineAdapter9_CheckDeviceMultiSampleType()
403 bind = d3d9_get_pipe_depth_format_bindings(SurfaceFormat); in NineAdapter9_CheckDeviceMultiSampleType()
407 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceMultiSampleType()
410 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) { in NineAdapter9_CheckDeviceMultiSampleType()
411 DBG("%s not available.\n", d3dformat_to_string(SurfaceFormat)); in NineAdapter9_CheckDeviceMultiSampleType()
415 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceMultiSampleType()
418 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) { in NineAdapter9_CheckDeviceMultiSampleType()
420 d3dformat_to_string(SurfaceFormat), MultiSampleType); in NineAdapter9_CheckDeviceMultiSampleType()
428 (void ) d3dmultisample_type_check(screen, SurfaceFormat, in NineAdapter9_CheckDeviceMultiSampleType()