Searched refs:rasterization_state (Results 1 – 6 of 6) sorted by relevance
81 rasterization_state: RasterizationState, field125 rasterization_state: Default::default(), in new()314 rasterization_state, in with_pipeline_layout()325 rasterization_state.rasterizer_discard_enable != StateMode::Fixed(true); in with_pipeline_layout()327 rasterization_state.rasterizer_discard_enable != StateMode::Fixed(true); in with_pipeline_layout()385 rasterization_state, in with_pipeline_layout()417 rasterization_state, in with_pipeline_layout()449 rasterization_state, in validate_create()1220 } = rasterization_state; in validate_create()2153 rasterization_state.cull_mode, in validate_create()[all …]
119 rasterization_state: RasterizationState, field202 pub fn rasterization_state(&self) -> &RasterizationState { in rasterization_state() method203 &self.rasterization_state in rasterization_state()
1075 VkPipelineRasterizationStateCreateInfo rasterization_state; in create_graphics_pipeline() local1076 rasterization_state.sType = VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_CREATE_INFO; in create_graphics_pipeline()1077 rasterization_state.pNext = NULL; in create_graphics_pipeline()1078 rasterization_state.flags = 0; in create_graphics_pipeline()1079 rasterization_state.depthClampEnable = false; in create_graphics_pipeline()1080 rasterization_state.rasterizerDiscardEnable = false; in create_graphics_pipeline()1081 rasterization_state.polygonMode = VK_POLYGON_MODE_FILL; in create_graphics_pipeline()1082 rasterization_state.cullMode = VK_CULL_MODE_NONE; in create_graphics_pipeline()1083 rasterization_state.frontFace = VK_FRONT_FACE_COUNTER_CLOCKWISE; in create_graphics_pipeline()1084 rasterization_state.depthBiasEnable = false; in create_graphics_pipeline()[all …]
47 bool rasterization_state : 1; member1097 valid.self.rasterization_state = true; in vn_graphics_pipeline_state_fill()1292 .rasterization_state = in vn_graphics_pipeline_state_fill()1293 !valid.self.rasterization_state && in vn_graphics_pipeline_state_fill()1352 if (ignore->rasterization_state) in vn_fix_graphics_pipeline_create_info_self()
2282 if Option::from(pipeline.rasterization_state().rasterizer_discard_enable) in record_subpass_attachments_access()
6927 pub fn rasterization_state( in rasterization_state() method6929 rasterization_state: &'a PipelineRasterizationStateCreateInfo, in rasterization_state()6931 self.inner.p_rasterization_state = rasterization_state; in rasterization_state()