|
ReactOS 0.4.17-dev-934-g091855f
|
#include "dxgi_private.h"
Go to the source code of this file.
Macros | |
| #define | WINE_DXGI_TO_STR(x) case x: return #x |
| #define | DXGI_WINED3D_SWAPCHAIN_FLAGS |
| #define DXGI_WINED3D_SWAPCHAIN_FLAGS |
| const char * debug_dxgi_format | ( | DXGI_FORMAT | format | ) |
Definition at line 47 of file utils.c.
Referenced by d3d10_device_CheckFormatSupport(), d3d10_device_CheckMultisampleQualityLevels(), d3d10_device_IASetIndexBuffer(), d3d10_device_ResolveSubresource(), d3d11_device_CheckMultisampleQualityLevels(), d3d11_device_context_IASetIndexBuffer(), d3d11_device_context_ResolveSubresource(), d3d11_swapchain_ResizeBuffers(), d3d11_swapchain_ResizeBuffers1(), d3d12_swapchain_ResizeBuffers(), d3d12_swapchain_ResizeBuffers1(), dxgi_output_GetDisplayModeList(), dxgi_output_GetDisplayModeList1(), and select_vk_format().
| const char * debug_dxgi_mode | ( | const DXGI_MODE_DESC * | desc | ) |
Definition at line 388 of file utils.c.
Referenced by dxgi_output_FindClosestMatchingMode(), and dxgi_swapchain_resize_target().
| const char * debug_dxgi_mode1 | ( | const DXGI_MODE_DESC1 * | desc | ) |
Definition at line 399 of file utils.c.
Referenced by dxgi_output_FindClosestMatchingMode1().
|
static |
Definition at line 26 of file utils.c.
Referenced by dump_feature_levels().
| void dump_feature_levels | ( | const D3D_FEATURE_LEVEL * | feature_levels, |
| unsigned int | level_count | ||
| ) |
Definition at line 410 of file utils.c.
Referenced by DXGID3D10CreateDevice().
| DXGI_FORMAT dxgi_format_from_wined3dformat | ( | enum wined3d_format_id | format | ) |
Definition at line 162 of file utils.c.
Referenced by d3d10_device_IAGetIndexBuffer(), d3d11_device_context_IAGetIndexBuffer(), d3d11_swapchain_GetDesc(), d3d11_swapchain_GetDesc1(), d3d11_texture2d_GetDesc(), dxgi_device_parent_register_swapchain_texture(), dxgi_mode1_from_wined3d(), dxgi_mode_from_wined3d(), and dxgi_surface_GetDesc().
| HRESULT dxgi_get_private_data | ( | struct wined3d_private_store * | store, |
| REFGUID | guid, | ||
| UINT * | data_size, | ||
| void * | data | ||
| ) |
Definition at line 624 of file utils.c.
Referenced by d3d11_swapchain_GetPrivateData(), d3d12_swapchain_GetPrivateData(), dxgi_adapter_GetPrivateData(), dxgi_device_GetPrivateData(), dxgi_factory_GetPrivateData(), dxgi_output_GetPrivateData(), and dxgi_resource_GetPrivateData().
|
static |
Definition at line 425 of file utils.c.
Referenced by wined3d_display_mode_from_dxgi(), wined3d_display_mode_from_dxgi1(), and wined3d_swapchain_desc_from_dxgi().
| void dxgi_sample_desc_from_wined3d | ( | DXGI_SAMPLE_DESC * | desc, |
| enum wined3d_multisample_type | wined3d_type, | ||
| unsigned int | wined3d_quality | ||
| ) |
Definition at line 447 of file utils.c.
Referenced by d3d11_swapchain_GetDesc(), d3d11_swapchain_GetDesc1(), and dxgi_surface_GetDesc().
| HRESULT dxgi_set_private_data | ( | struct wined3d_private_store * | store, |
| REFGUID | guid, | ||
| UINT | data_size, | ||
| const void * | data | ||
| ) |
Definition at line 666 of file utils.c.
Referenced by d3d11_swapchain_SetPrivateData(), d3d12_swapchain_SetPrivateData(), dxgi_adapter_SetPrivateData(), dxgi_device_SetPrivateData(), dxgi_factory_SetPrivateData(), dxgi_output_SetPrivateData(), dxgi_resource_SetPrivateData(), and dxgi_set_private_data_interface().
| HRESULT dxgi_set_private_data_interface | ( | struct wined3d_private_store * | store, |
| REFGUID | guid, | ||
| const IUnknown * | object | ||
| ) |
Definition at line 694 of file utils.c.
Referenced by d3d11_swapchain_SetPrivateDataInterface(), d3d12_swapchain_SetPrivateDataInterface(), dxgi_adapter_SetPrivateDataInterface(), dxgi_device_SetPrivateDataInterface(), dxgi_factory_SetPrivateDataInterface(), dxgi_output_SetPrivateDataInterface(), and dxgi_resource_SetPrivateDataInterface().
Definition at line 525 of file utils.c.
Referenced by d3d11_swapchain_GetDesc(), and d3d11_swapchain_GetDesc1().
| DXGI_USAGE dxgi_usage_from_wined3d_bind_flags | ( | unsigned int | wined3d_bind_flags | ) |
Definition at line 490 of file utils.c.
Referenced by d3d11_swapchain_GetDesc(), d3d11_swapchain_GetDesc1(), and dxgi_resource_GetUsage().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | dxgi | ) |
| unsigned int wined3d_bind_flags_from_dxgi_usage | ( | DXGI_USAGE | dxgi_usage | ) |
Definition at line 504 of file utils.c.
Referenced by dxgi_device_CreateSurface(), and wined3d_swapchain_desc_from_dxgi().
| void wined3d_display_mode_from_dxgi | ( | struct wined3d_display_mode * | wined3d_mode, |
| const DXGI_MODE_DESC * | mode | ||
| ) |
Definition at line 469 of file utils.c.
Referenced by dxgi_output_FindClosestMatchingMode(), and dxgi_swapchain_resize_target().
| void wined3d_display_mode_from_dxgi1 | ( | struct wined3d_display_mode * | wined3d_mode, |
| const DXGI_MODE_DESC1 * | mode | ||
| ) |
Definition at line 479 of file utils.c.
Referenced by dxgi_output_FindClosestMatchingMode1().
| void wined3d_sample_desc_from_dxgi | ( | enum wined3d_multisample_type * | wined3d_type, |
| unsigned int * | wined3d_quality, | ||
| const DXGI_SAMPLE_DESC * | dxgi_desc | ||
| ) |
Definition at line 454 of file utils.c.
Referenced by dxgi_device_CreateSurface(), and wined3d_swapchain_desc_from_dxgi().
|
static |
Definition at line 433 of file utils.c.
Referenced by wined3d_display_mode_from_dxgi(), and wined3d_display_mode_from_dxgi1().
| HRESULT wined3d_swapchain_desc_from_dxgi | ( | struct wined3d_swapchain_desc * | wined3d_desc, |
| IDXGIOutput * | dxgi_containing_output, | ||
| HWND | window, | ||
| const DXGI_SWAP_CHAIN_DESC1 * | dxgi_desc, | ||
| const DXGI_SWAP_CHAIN_FULLSCREEN_DESC * | dxgi_fullscreen_desc | ||
| ) |
Definition at line 571 of file utils.c.
Referenced by d3d12_swapchain_init(), d3d12_swapchain_SetFullscreenState(), and dxgi_swapchain_factory_create_swapchain().
Definition at line 549 of file utils.c.
Referenced by wined3d_swapchain_desc_from_dxgi().
| enum wined3d_format_id wined3dformat_from_dxgi_format | ( | DXGI_FORMAT | format | ) |
Definition at line 275 of file utils.c.
Referenced by d3d10_device_IASetIndexBuffer(), d3d10_device_ResolveSubresource(), d3d11_device_CheckFormatSupport(), d3d11_device_CheckMultisampleQualityLevels(), d3d11_device_context_IASetIndexBuffer(), d3d11_device_context_ResolveSubresource(), d3d11_input_layout_to_wined3d_declaration(), d3d11_swapchain_ResizeBuffers(), d3d_texture1d_create(), d3d_texture2d_create(), d3d_texture3d_init(), dxgi_device_CreateSurface(), dxgi_output_get_display_mode_list(), wined3d_depth_stencil_view_desc_from_d3d11(), wined3d_rendertarget_view_desc_from_d3d11(), wined3d_shader_resource_view_desc_from_d3d11(), and wined3d_unordered_access_view_desc_from_d3d11().