Home
last modified time | relevance | path

Searched defs:set_depth_bounds (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/vulkano/src/command_buffer/
Dsys.rs1322 pub unsafe fn set_depth_bounds(&mut self, min: f32, max: f32) { in set_depth_bounds() method
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_private.h921 struct lvp_cmd_set_depth_bounds set_depth_bounds; member
/external/rust/crates/vulkano/src/command_buffer/synced/
Dcommands.rs2296 pub unsafe fn set_depth_bounds(&mut self, min: f32, max: f32) { in set_depth_bounds() method