Searched defs:SurfaceFormat (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
H A Dadapter9.c377 D3DFORMAT SurfaceFormat,
387 DBG("This=%p DeviceType=%s SurfaceFormat=%s Windowed=%i MultiSampleType=%u "
389 d3dformat_to_string(SurfaceFormat), Windowed, MultiSampleType,
402 if (depth_stencil_format(SurfaceFormat))
403 bind = d3d9_get_pipe_depth_format_bindings(SurfaceFormat);
407 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D,
410 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) {
411 DBG("%s not available.\n", d3dformat_to_string(SurfaceFormat));
415 pf = d3d9_to_pipe_format_checked(screen, SurfaceFormat, PIPE_TEXTURE_2D,
418 if (pf == PIPE_FORMAT_NONE && SurfaceFormat !
375 NineAdapter9_CheckDeviceMultiSampleType( struct NineAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD *pQualityLevels ) argument
[all...]

Completed in 345 milliseconds