Searched defs:stencil_test_enable (Results 1 – 8 of 8) sorted by relevance
1017 pub(in crate::command_buffer) stencil_test_enable: Option<bool>, field1420 pub fn stencil_test_enable(&self) -> Option<bool> { in stencil_test_enable() method
790 bool stencil_test_enable = cmd->vk.dynamic_graphics_state.ds.stencil.test_enable; in tu6_calculate_lrz_state() local
3144 bool stencil_test_enable = in tu6_emit_ds() local
5044 bool stencil_test_enable = ds->stencil.test_enable; in tu6_update_simplified_stencil_state() local
705 stencil_test_enable: Option<bool>, field
1394 static void vrend_stencil_test_enable(struct vrend_sub_context *sub_ctx, bool stencil_test_enable) in vrend_stencil_test_enable()
3392 const bool stencil_test_enable = in radv_emit_depth_control() local
6696 pub stencil_test_enable: Bool32, field6775 pub fn stencil_test_enable(mut self, stencil_test_enable: bool) -> Self { in stencil_test_enable() method