Home
last modified time | relevance | path

Searched defs:max_depth_bounds (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_types.h375 float min_depth_bounds, max_depth_bounds; member
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs6700 pub max_depth_bounds: f32, field
6795 pub fn max_depth_bounds(mut self, max_depth_bounds: f32) -> Self { in max_depth_bounds() method