Home
last modified time | relevance | path

Searched defs:depth_bounds (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Ddepth_stencil.rs39 pub depth_bounds: Option<DepthBoundsState>, field
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/synced/
Dbuilder.rs998 pub(in crate::command_buffer) depth_bounds: Option<RangeInclusive<f32>>, field
1302 pub fn depth_bounds(&self) -> Option<RangeInclusive<f32>> { in depth_bounds() method
/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c1007 bool depth_bounds = qs->softpipe->depth_stencil->depth_bounds_test; in choose_depth_test() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dmod.rs686 depth_bounds: Option<RangeInclusive<f32>>, field
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h627 } depth_bounds; member
989 } depth_bounds; member
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs96 pub depth_bounds: bool, field
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c1775 uint32_t depth_bounds[GENX(3DSTATE_DEPTH_BOUNDS_length)]; member
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs8654 pub depth_bounds: Bool32, field
8792 pub fn depth_bounds(mut self, depth_bounds: bool) -> Self { in depth_bounds() method