Searched defs:anv_graphics_pipeline (Results 1 – 2 of 2) sorted by relevance
2835 struct anv_graphics_pipeline { struct2836 struct anv_pipeline base;2839 struct anv_shader_bin * shaders[ANV_GRAPHICS_SHADER_STAGE_COUNT];2841 VkShaderStageFlags active_stages;2843 struct vk_sample_locations_state sample_locations;2844 struct vk_dynamic_graphics_state dynamic_state;2849 VkLineRasterizationModeEXT line_mode;2850 VkPolygonMode polygon_mode;2851 uint32_t patch_control_points;2852 uint32_t rasterization_samples;[all …]
4882 struct anv_graphics_pipeline { struct4883 struct anv_graphics_base_pipeline base;4885 struct vk_vertex_input_state vertex_input;4886 struct vk_sample_locations_state sample_locations;4887 struct vk_dynamic_graphics_state dynamic_state;4892 bool dynamic_patch_control_points;4894 uint32_t view_mask;4895 uint32_t instance_multiplier;4897 bool rp_has_ds_self_dep;4899 bool kill_pixel;[all …]