Searched refs:dxgi_format (Results 1 – 2 of 2) sorted by relevance
509 DXGI_FORMAT dxgi_format = pModeToMatch->Format; in FindClosestMatchingMode() local510 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()
299 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()