Searched refs:dxgi_to_pipe_format (Results 1 – 4 of 4) sorted by relevance
32 pipe_format dxgi_to_pipe_format[DXGI_FORMAT_COUNT] = variable159 pipe_to_dxgi_format[dxgi_to_pipe_format[i]] = (DXGI_FORMAT)i; in init_pipe_to_dxgi_format()
307 pipe_format format = dxgi_to_pipe_format[dxgi_format]; in CheckFormatSupport()673 formats[i] = dxgi_to_pipe_format[input_element_descs[i].Format]; in CreateInputLayout()806 templat.format = dxgi_to_pipe_format[format]; in create_resource()1104 …templat.format = (desc->Format == DXGI_FORMAT_UNKNOWN) ? resource->format : dxgi_to_pipe_format[de…1226 …templat.format = (desc->Format == DXGI_FORMAT_UNKNOWN) ? resource->format : dxgi_to_pipe_format[de… in CreateRenderTargetView()1316 …templat.format = (desc->Format == DXGI_FORMAT_UNKNOWN) ? resource->format : dxgi_to_pipe_format[de… in CreateDepthStencilView()
474 pipe_format format = dxgi_to_pipe_format[enum_format]; in GetDisplayModeList()510 enum pipe_format format = dxgi_to_pipe_format[dxgi_format]; in FindClosestMatchingMode()964 enum pipe_format format = dxgi_to_pipe_format[desc.BufferDesc.Format]; in init_for_window()988 util_format_description(dxgi_to_pipe_format[desc.BufferDesc.Format]), in init_for_window()
986 extern pipe_format dxgi_to_pipe_format[DXGI_FORMAT_COUNT];