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