Searched refs:dxgi_format (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp509 DXGI_FORMAT dxgi_format = pModeToMatch->Format; local
510 enum pipe_format format = dxgi_to_pipe_format[dxgi_format];
519 dxgi_format = pipe_to_dxgi_format[format];
524 closest_match->Format = dxgi_format;
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp509 DXGI_FORMAT dxgi_format = pModeToMatch->Format; local
510 enum pipe_format format = dxgi_to_pipe_format[dxgi_format];
519 dxgi_format = pipe_to_dxgi_format[format];
524 closest_match->Format = dxgi_format;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_screen.h299 DXGI_FORMAT dxgi_format,
307 pipe_format format = dxgi_to_pipe_format[dxgi_format];
316 if(dxgi_format == DXGI_FORMAT_R8_UINT ||
317 dxgi_format == DXGI_FORMAT_R16_UINT ||
318 dxgi_format == DXGI_FORMAT_R32_UINT)
298 CheckFormatSupport( DXGI_FORMAT dxgi_format, unsigned *out_format_support ) argument
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_screen.h299 DXGI_FORMAT dxgi_format,
307 pipe_format format = dxgi_to_pipe_format[dxgi_format];
316 if(dxgi_format == DXGI_FORMAT_R8_UINT ||
317 dxgi_format == DXGI_FORMAT_R16_UINT ||
318 dxgi_format == DXGI_FORMAT_R32_UINT)
298 CheckFormatSupport( DXGI_FORMAT dxgi_format, unsigned *out_format_support ) argument

Completed in 142 milliseconds