|
ReactOS 0.4.17-dev-934-g091855f
|
#include <vkd3d_private.h>

Definition at line 1009 of file vkd3d_private.h.
| size_t d3d12_graphics_pipeline_state::attribute_count |
Definition at line 1018 of file vkd3d_private.h.
Referenced by d3d12_pipeline_state_get_or_create_pipeline(), and d3d12_pipeline_state_init_graphics().
| VkVertexInputAttributeDescription d3d12_graphics_pipeline_state::attributes[D3D12_VS_INPUT_REGISTER_COUNT] |
Definition at line 1014 of file vkd3d_private.h.
Referenced by d3d12_pipeline_state_get_or_create_pipeline(), and d3d12_pipeline_state_init_graphics().
| VkPipelineColorBlendAttachmentState d3d12_graphics_pipeline_state::blend_attachments[D3D12_SIMULTANEOUS_RENDER_TARGET_COUNT] |
Definition at line 1022 of file vkd3d_private.h.
Referenced by d3d12_pipeline_state_get_or_create_pipeline(), and d3d12_pipeline_state_init_graphics().
Definition at line 1040 of file vkd3d_private.h.
Referenced by d3d12_pipeline_state_destroy_graphics(), d3d12_pipeline_state_find_compiled_pipeline(), d3d12_pipeline_state_init_graphics(), and d3d12_pipeline_state_put_pipeline_to_cache().
| VkPipelineDepthStencilStateCreateInfo d3d12_graphics_pipeline_state::ds_desc |
Definition at line 1032 of file vkd3d_private.h.
Referenced by d3d12_command_list_begin_render_pass(), d3d12_graphics_pipeline_state_create_render_pass(), d3d12_pipeline_state_get_or_create_pipeline(), and d3d12_pipeline_state_init_graphics().
| VkFormat d3d12_graphics_pipeline_state::dsv_format |
Definition at line 1025 of file vkd3d_private.h.
Referenced by d3d12_command_list_has_depth_stencil_view(), d3d12_graphics_pipeline_state_create_render_pass(), and d3d12_pipeline_state_init_graphics().
| D3D12_INDEX_BUFFER_STRIP_CUT_VALUE d3d12_graphics_pipeline_state::index_buffer_strip_cut_value |
Definition at line 1029 of file vkd3d_private.h.
Referenced by d3d12_command_list_check_index_buffer_strip_cut_value(), d3d12_pipeline_state_get_or_create_pipeline(), and d3d12_pipeline_state_init_graphics().
| VkVertexInputRate d3d12_graphics_pipeline_state::input_rates[D3D12_IA_VERTEX_INPUT_RESOURCE_SLOT_COUNT] |
Definition at line 1015 of file vkd3d_private.h.
Referenced by d3d12_pipeline_state_get_or_create_pipeline(), and d3d12_pipeline_state_init_graphics().
| size_t d3d12_graphics_pipeline_state::instance_divisor_count |
Definition at line 1017 of file vkd3d_private.h.
Referenced by d3d12_pipeline_state_get_or_create_pipeline(), and d3d12_pipeline_state_init_graphics().
| VkVertexInputBindingDivisorDescriptionEXT d3d12_graphics_pipeline_state::instance_divisors[D3D12_IA_VERTEX_INPUT_RESOURCE_SLOT_COUNT] |
Definition at line 1016 of file vkd3d_private.h.
Referenced by d3d12_pipeline_state_get_or_create_pipeline(), and d3d12_pipeline_state_init_graphics().
| VkPipelineMultisampleStateCreateInfo d3d12_graphics_pipeline_state::ms_desc |
Definition at line 1031 of file vkd3d_private.h.
Referenced by d3d12_graphics_pipeline_state_create_render_pass(), d3d12_pipeline_state_get_or_create_pipeline(), and d3d12_pipeline_state_init_graphics().
| VkLogicOp d3d12_graphics_pipeline_state::om_logic_op |
Definition at line 1021 of file vkd3d_private.h.
Referenced by d3d12_pipeline_state_get_or_create_pipeline(), and d3d12_pipeline_state_init_graphics().
| bool d3d12_graphics_pipeline_state::om_logic_op_enable |
Definition at line 1020 of file vkd3d_private.h.
Referenced by d3d12_pipeline_state_get_or_create_pipeline(), and d3d12_pipeline_state_init_graphics().
| VkRenderPass d3d12_graphics_pipeline_state::render_pass |
Definition at line 1027 of file vkd3d_private.h.
Referenced by d3d12_pipeline_state_get_or_create_pipeline(), and d3d12_pipeline_state_init_graphics().
| const struct d3d12_root_signature* d3d12_graphics_pipeline_state::root_signature |
Definition at line 1038 of file vkd3d_private.h.
Referenced by d3d12_pipeline_state_get_or_create_pipeline(), and d3d12_pipeline_state_init_graphics().
| VkPipelineRasterizationDepthClipStateCreateInfoEXT d3d12_graphics_pipeline_state::rs_depth_clip_info |
Definition at line 1035 of file vkd3d_private.h.
Referenced by d3d12_pipeline_state_init_graphics().
| VkPipelineRasterizationStateCreateInfo d3d12_graphics_pipeline_state::rs_desc |
Definition at line 1030 of file vkd3d_private.h.
Referenced by d3d12_pipeline_state_get_or_create_pipeline(), and d3d12_pipeline_state_init_graphics().
| VkPipelineRasterizationStateStreamCreateInfoEXT d3d12_graphics_pipeline_state::rs_stream_info |
Definition at line 1036 of file vkd3d_private.h.
Referenced by d3d12_pipeline_state_init_graphics().
Definition at line 1023 of file vkd3d_private.h.
Referenced by d3d12_command_list_get_fb_extent(), d3d12_command_list_update_current_framebuffer(), d3d12_graphics_pipeline_state_create_render_pass(), d3d12_pipeline_state_get_or_create_pipeline(), d3d12_pipeline_state_init_graphics(), and dsv_attachment_mask().
| VkFormat d3d12_graphics_pipeline_state::rtv_formats[D3D12_SIMULTANEOUS_RENDER_TARGET_COUNT] |
Definition at line 1026 of file vkd3d_private.h.
Referenced by d3d12_graphics_pipeline_state_create_render_pass(), and d3d12_pipeline_state_init_graphics().
| VkSampleMask d3d12_graphics_pipeline_state::sample_mask[2] |
Definition at line 1034 of file vkd3d_private.h.
Referenced by d3d12_pipeline_state_init_graphics().
| size_t d3d12_graphics_pipeline_state::stage_count |
Definition at line 1012 of file vkd3d_private.h.
Referenced by d3d12_pipeline_state_destroy_graphics(), d3d12_pipeline_state_get_or_create_pipeline(), and d3d12_pipeline_state_init_graphics().
| VkPipelineShaderStageCreateInfo d3d12_graphics_pipeline_state::stages[VKD3D_MAX_SHADER_STAGES] |
Definition at line 1011 of file vkd3d_private.h.
Referenced by d3d12_pipeline_state_destroy_graphics(), d3d12_pipeline_state_get_or_create_pipeline(), and d3d12_pipeline_state_init_graphics().
| bool d3d12_graphics_pipeline_state::xfb_enabled |
Definition at line 1042 of file vkd3d_private.h.
Referenced by d3d12_command_list_begin_render_pass(), and d3d12_pipeline_state_init_graphics().