Lines Matching refs:SurfaceFormat
417 D3DFORMAT SurfaceFormat, in NineAdapter9_CheckDeviceMultiSampleType() argument
429 d3dformat_to_string(SurfaceFormat), Windowed, MultiSampleType, in NineAdapter9_CheckDeviceMultiSampleType()
442 if (depth_stencil_format(SurfaceFormat)) in NineAdapter9_CheckDeviceMultiSampleType()
443 bind = d3d9_get_pipe_depth_format_bindings(SurfaceFormat); in NineAdapter9_CheckDeviceMultiSampleType()
447 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceMultiSampleType()
450 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) { in NineAdapter9_CheckDeviceMultiSampleType()
451 DBG("%s not available.\n", d3dformat_to_string(SurfaceFormat)); in NineAdapter9_CheckDeviceMultiSampleType()
455 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D, in NineAdapter9_CheckDeviceMultiSampleType()
458 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) { in NineAdapter9_CheckDeviceMultiSampleType()
460 d3dformat_to_string(SurfaceFormat), MultiSampleType); in NineAdapter9_CheckDeviceMultiSampleType()
468 (void ) d3dmultisample_type_check(screen, SurfaceFormat, in NineAdapter9_CheckDeviceMultiSampleType()