Searched defs:depth_bounds (Results 1 – 8 of 8) sorted by relevance
39 pub depth_bounds: Option<DepthBoundsState>, field
998 pub(in crate::command_buffer) depth_bounds: Option<RangeInclusive<f32>>, field1302 pub fn depth_bounds(&self) -> Option<RangeInclusive<f32>> { in depth_bounds() method
1007 bool depth_bounds = qs->softpipe->depth_stencil->depth_bounds_test; in choose_depth_test() local
686 depth_bounds: Option<RangeInclusive<f32>>, field
627 } depth_bounds; member989 } depth_bounds; member
96 pub depth_bounds: bool, field
1775 uint32_t depth_bounds[GENX(3DSTATE_DEPTH_BOUNDS_length)]; member
8654 pub depth_bounds: Bool32, field8792 pub fn depth_bounds(mut self, depth_bounds: bool) -> Self { in depth_bounds() method