Home
last modified time | relevance | path

Searched refs:validate_pipeline_fixed_state (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Ddynamic_state.rs37 fn validate_pipeline_fixed_state( in validate_pipeline_fixed_state() function
73 self.validate_pipeline_fixed_state(DynamicState::BlendConstants)?;
128 self.validate_pipeline_fixed_state(DynamicState::ColorWriteEnable)?; in validate_set_color_write_enable()
221 self.validate_pipeline_fixed_state(DynamicState::CullMode)?; in validate_set_cull_mode()
303 self.validate_pipeline_fixed_state(DynamicState::DepthBias)?; in validate_set_depth_bias()
367 self.validate_pipeline_fixed_state(DynamicState::DepthBiasEnable)?; in validate_set_depth_bias_enable()
438 self.validate_pipeline_fixed_state(DynamicState::DepthBounds)?; in validate_set_depth_bounds()
502 self.validate_pipeline_fixed_state(DynamicState::DepthBoundsTestEnable)?; in validate_set_depth_bounds_test_enable()
573 self.validate_pipeline_fixed_state(DynamicState::DepthCompareOp)?; in validate_set_depth_compare_op()
646 self.validate_pipeline_fixed_state(DynamicState::DepthTestEnable)?; in validate_set_depth_test_enable()
[all …]
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Ddynamic_state.rs46 fn validate_pipeline_fixed_state( in validate_pipeline_fixed_state() function
80 self.validate_pipeline_fixed_state(DynamicState::BlendConstants)?;
126 self.validate_pipeline_fixed_state(DynamicState::ColorWriteEnable)?; in validate_set_color_write_enable()
189 self.validate_pipeline_fixed_state(DynamicState::CullMode)?; in validate_set_cull_mode()
252 self.validate_pipeline_fixed_state(DynamicState::DepthBias)?; in validate_set_depth_bias()
298 self.validate_pipeline_fixed_state(DynamicState::DepthBiasEnable)?; in validate_set_depth_bias_enable()
351 self.validate_pipeline_fixed_state(DynamicState::DepthBounds)?; in validate_set_depth_bounds()
406 self.validate_pipeline_fixed_state(DynamicState::DepthBoundsTestEnable)?; in validate_set_depth_bounds_test_enable()
458 self.validate_pipeline_fixed_state(DynamicState::DepthCompareOp)?; in validate_set_depth_compare_op()
510 self.validate_pipeline_fixed_state(DynamicState::DepthTestEnable)?; in validate_set_depth_test_enable()
[all …]