Home
last modified time | relevance | path

Searched refs:dxgi_format (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp509 DXGI_FORMAT dxgi_format = pModeToMatch->Format; in FindClosestMatchingMode() local
510 enum pipe_format format = dxgi_to_pipe_format[dxgi_format]; in FindClosestMatchingMode()
519 dxgi_format = pipe_to_dxgi_format[format]; in FindClosestMatchingMode()
524 closest_match->Format = dxgi_format; in FindClosestMatchingMode()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_screen.h299 DXGI_FORMAT dxgi_format, in CheckFormatSupport()
307 pipe_format format = dxgi_to_pipe_format[dxgi_format]; in CheckFormatSupport()
316 if(dxgi_format == DXGI_FORMAT_R8_UINT || in CheckFormatSupport()
317 dxgi_format == DXGI_FORMAT_R16_UINT || in CheckFormatSupport()
318 dxgi_format == DXGI_FORMAT_R32_UINT) in CheckFormatSupport()